From bc3514ea9be1c7d3405ec993114dd1e979ddfc35 Mon Sep 17 00:00:00 2001 From: Roman Tokarev <rtokarev@corp.mail.ru> Date: Thu, 21 Apr 2011 13:23:43 +0400 Subject: [PATCH] Add missing config file for the previously commited test case. --- test/box/tarantool_bug735140.cfg | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 test/box/tarantool_bug735140.cfg diff --git a/test/box/tarantool_bug735140.cfg b/test/box/tarantool_bug735140.cfg new file mode 100644 index 0000000000..1446204119 --- /dev/null +++ b/test/box/tarantool_bug735140.cfg @@ -0,0 +1,25 @@ +slab_alloc_arena = 0.1 + +pid_file = "box.pid" + + +# Use -a not -a to work correctly on FreeBSD +# +logger="tee -a tarantool.log" + +primary_port = 33013 +secondary_port = 33014 +admin_port = 33015 + +rows_per_wal = 50 + +namespace[0].enabled = 1 +namespace[0].index[0].type = "HASH" +namespace[0].index[0].unique = 1 +namespace[0].index[0].key_field[0].fieldno = 0 +namespace[0].index[0].key_field[0].type = "STR" +namespace[0].index[1].type = "TREE" +namespace[0].index[1].unique = 0 +namespace[0].index[1].key_field[0].fieldno = 1 +namespace[0].index[1].key_field[0].type = "STR" + -- GitLab