Public bug reported:

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

** Affects: tarantool
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1199677

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

Status in Tarantool - an efficient in-memory data store:
  New

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 manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1199677/+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