This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Tarantool -- an efficient key/value data store".

The branch box-#735140 has been updated
       via  bc3514ea9be1c7d3405ec993114dd1e979ddfc35 (commit)
      from  c2f0d0586e621d97ee6e876e360b0b7e677fe44a (commit)

Summary of changes:
 .../tarantool.cfg => box/tarantool_bug735140.cfg}  |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
 copy test/{box_big/tarantool.cfg => box/tarantool_bug735140.cfg} (99%)

commit bc3514ea9be1c7d3405ec993114dd1e979ddfc35
Author: Roman Tokarev <[email protected]>
Date:   Thu Apr 21 13:23:43 2011 +0400

    Add missing config file for the previously commited test case.

diff --git a/test/box/tarantool_bug735140.cfg b/test/box/tarantool_bug735140.cfg
new file mode 100644
index 0000000..1446204
--- /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"
+

-- 
Tarantool -- an efficient key/value data store

_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to