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 master-stable has been updated
via f12c9a12de85ddcbe9cecd591737ef07e49cf8c3 (commit)
from 913a27df18a92eb898f6ada77a26c3de2f971abf (commit)
Summary of changes:
test/lib/tarantool_silverbox_server.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
commit f12c9a12de85ddcbe9cecd591737ef07e49cf8c3
Author: Konstantin Osipov <[email protected]>
Date: Tue Mar 1 19:36:33 2011 +0300
Test-runner: improve the check for started server.
"entering event loop" is printed into tarantool log
before we have successfully bound the TCP ports.
Expect for a correct message when trying to find
out whether or not the server has successfully started.
diff --git a/test/lib/tarantool_silverbox_server.py
b/test/lib/tarantool_silverbox_server.py
index 996ced8..0022714 100644
--- a/test/lib/tarantool_silverbox_server.py
+++ b/test/lib/tarantool_silverbox_server.py
@@ -162,7 +162,7 @@ class TarantoolSilverboxServer:
if self.args.gdb and self.args.start_and_exit:
time.sleep(1)
elif not self.args.start_and_exit and not self.args.gdb:
- self.server.expect_exact("entering event loop")
+ self.server.expect_exact("I am primary")
else:
wait_until_connected(self.suite_ini["host"], self.suite_ini["port"])
--
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