box/socket.test is broken (again!)
Bug #1192951 reported by
Roman Tsisyk
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tarantool |
Fix Released
|
Low
|
Roman Tsisyk |
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/
@@ -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')
Changed in tarantool: | |
milestone: | 1.5.1 → 1.5.2 |
Changed in tarantool: | |
status: | In Progress → Fix Released |
To post a comment you must log in.
also from Gentoo: portage/ dev-db/ tarantool- 1.4.9/work/ tarantool- 1.4.9/test/ box/socket. reject Fri Jun 28 14:52:57 2013 '127.0. 0.1', '30303', 0.01)
box/socket.test [ fail ]
Test failed! Result content mismatch:
--- box/socket.result Mon Apr 8 10:26:04 2013
+++ /var/tmp/
@@ -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(
---
@@ -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. s/test] Error 255 portage/ dev-db/ tarantool- 1.4.9/work/ tarantool- 1.4.9' s/test. dir/all] Error 2 portage/ dev-db/ tarantool- 1.4.9/work/ tarantool- 1.4.9' s/test. dir/rule] Error 2 portage/ dev-db/ tarantool- 1.4.9/work/ tarantool- 1.4.9'
make[3]: *** [test/CMakeFile
make[3]: Leaving directory `/var/tmp/
make[2]: *** [test/CMakeFile
make[2]: Leaving directory `/var/tmp/
make[1]: *** [test/CMakeFile
make[1]: Leaving directory `/var/tmp/
make: *** [test] Error 2