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 has been updated
       via  aedff92b89a69cd8124108325322643aafa0b2e8 (commit)
       via  f12c9a12de85ddcbe9cecd591737ef07e49cf8c3 (commit)
      from  77105d2d551573cb4959f32b2a8b855c96b4be4a (commit)

Summary of changes:
 test/lib/tarantool_box_server.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

commit aedff92b89a69cd8124108325322643aafa0b2e8
Merge: 77105d2 f12c9a1
Author: Konstantin Osipov <[email protected]>
Date:   Tue Mar 1 19:38:57 2011 +0300

    Merge branch 'master-stable'


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

Reply via email to