Comment 1 for bug 1192951

Revision history for this message
Roman Tsisyk (rtsisyk) wrote :

also from Gentoo:
box/socket.test [ fail ]
Test failed! Result content mismatch:
--- box/socket.result Mon Apr 8 10:26:04 2013
+++ /var/tmp/portage/dev-db/tarantool-1.4.9/work/tarantool-1.4.9/test/box/socket.reject Fri Jun 28 14:52:57 2013
@@ -54,13 +54,13 @@
 ---
  - nil
  - error
- - 111
- - Connection refused
-...
-lua s:error()
----
- - 111
- - Connection refused
+ - 9
+ - Bad file descriptor
+...
+lua s:error()
+---
+ - 9
+ - Bad file descriptor
 ...
 lua s:connect('127.0.0.1', '30303', 0.01)
 ---
@@ -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')

Fatal error: Failed to run test box/socket.test: wrong test output. Execution aborted.
make[3]: *** [test/CMakeFiles/test] Error 255
make[3]: Leaving directory `/var/tmp/portage/dev-db/tarantool-1.4.9/work/tarantool-1.4.9'
make[2]: *** [test/CMakeFiles/test.dir/all] Error 2
make[2]: Leaving directory `/var/tmp/portage/dev-db/tarantool-1.4.9/work/tarantool-1.4.9'
make[1]: *** [test/CMakeFiles/test.dir/rule] Error 2
make[1]: Leaving directory `/var/tmp/portage/dev-db/tarantool-1.4.9/work/tarantool-1.4.9'
make: *** [test] Error 2