Not repeatable in 1.6
** Changed in: tarantool
Status: Incomplete => Invalid
--
You received this bug notification because you are a member of Tarantool
Development Team, which is subscribed to tarantool.
https://bugs.launchpad.net/bugs/1082377
Title:
test/box/lua.test is broken on box.fiber.resume()
Status in Tarantool - an efficient in-memory data store:
Invalid
Bug description:
test/box/lua.test occasionally fails (try to run multiple times)
Test failed! Result content mismatch:
--- box/lua.result Thu Nov 15 12:21:29 2012
+++ ../test/box/lua.reject Fri Nov 23 17:33:35 2012
@@ -699,12 +699,11 @@
...
lua box.fiber.resume(f, 'wide')
---
- - world
- - wide
+error: 'fiber.resume(): the fiber is dead'
...
lua box.fiber.resume(f)
---
- - true
+error: 'fiber.resume(): the fiber is dead'
...
lua function y() print('started') box.fiber.detach() while true do
box.replace(0, 'test', os.time()) box.fiber.sleep(0.001) end end
---
To manage notifications about this bug go to:
https://bugs.launchpad.net/tarantool/+bug/1082377/+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