** Changed in: tarantool
Status: In Progress => Fix Released
--
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1192951
Title:
box/socket.test is broken (again!)
Status in Tarantool - an efficient in-memory data store:
Fix Released
Bug description:
git describe
1.5.0-225-gb461d9e
box/socket.test [ fail ]
Test failed! Result content mismatch:
--- box/socket.result Thu Jun 20 16:03:34 2013
+++ ../test/box/socket.reject Thu Jun 20 16:14:07 2013
@@ -142,32 +142,32 @@
...
lua type(status)
---
- - string
+ - nil
...
lua type(error_code)
---
- - number
+ - nil
...
lua type(error_str)
---
- - string
+ - nil
...
lua status
---
- - timeout
+ - nil
...
lua error_code
---
- - 110
+ - nil
...
lua error_str
---
- - Connection timed out
-...
-lua s:error()
----
- - 110
- - Connection timed out
+ - nil
+...
+lua s:error()
+---
+ - 0
+ - Success
...
connected
lua s:send('ping')
To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1192951/+subscriptions
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp