Fiber test in box/lua.test does not work on OS X

Bug #1199677 reported by Roman Tsisyk
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
tarantool
New
Undecided
Unassigned

Bug Description

Starting the server...
Starting tarantool_box Tarantool 1.5.1-11-gc12f102
Target: Darwin-i386-Debug
Build options: cmake . -DCMAKE_INSTALL_PREFIX=/usr/local -DENABLE_STATIC=OFF -DENABLE_TRACE=ON -DENABLE_BACKTRACE=OFF -DENABLE_CLIENT=OFF
Compiler: /usr/bin/clang /usr/bin/clang++
C_FLAGS: -fno-omit-frame-pointer -fno-stack-protector -fexceptions -funwind-tables -std=gnu99 -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing
CXX_FLAGS: -fno-omit-frame-pointer -fno-stack-protector -fexceptions -funwind-tables -std=gnu++0x -fno-rtti -Wall -Wextra -Wno-sign-compare -Wno-strict-aliasing.
======================================================================
TEST RESULT
------------------------------------------------------------
box/admin.test [ pass ]
box/admin_coredump.test [ pass ]
box/args.test [ pass ]
box/cjson.test [ pass ]
box/configuration.test [ pass ]
box/errinj.test [ pass ]
box/fiber.test [ pass ]
box/info.test [ pass ]
box/ipc.test [ pass ]
box/iproto.test [ pass ]
box/lua.test [ fail ]
Test failed! Result content mismatch:
--- box/lua.result Tue Jul 9 18:18:11 2013
+++ /Users/roman/work/tarantool/stable/test/box/lua.reject Wed Jul 10 12:39:29 2013
@@ -1880,25 +1880,25 @@
...
lua box.fiber.name() == old_name
---
- - true
+ - false
...
lua box.fiber.self():name() == old_name
---
- - true
+ - false
...
lua box.fiber.name('hello fiber')
---
...
lua box.fiber.name()
---
- - hello fiber
+ - admin/127.0.0.1:51328
...
lua box.fiber.self():name('bye fiber')
---
...
lua box.fiber.self():name()
---
- - bye fiber
+ - admin/127.0.0.1:51330
...
lua box.fiber.self():name(old_name)
---

Fatal error: Failed to run test box/lua.test: wrong test output. Execution aborted.
make[3]: *** [test/CMakeFiles/test] Error 255
make[2]: *** [test/CMakeFiles/test.dir/all] Error 2
make[1]: *** [test/CMakeFiles/test.dir/rule] Error 2
make: *** [test] Error 2

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.