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

-- 
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:
  New

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

Reply via email to