Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: app/fiber.test.lua flaky fails #3852

Closed
Totktonada opened this issue Dec 2, 2018 · 0 comments
Closed

test: app/fiber.test.lua flaky fails #3852

Totktonada opened this issue Dec 2, 2018 · 0 comments
Assignees

Comments

@Totktonada
Copy link
Member

Totktonada commented Dec 2, 2018

The test case 'test6' that was commited in 48cad35 fails like so from time to time:

[016] Test failed! Result content mismatch:
[016] --- app/fiber.result	Sun Dec  2 18:59:30 2018
[016] +++ fiber.reject	Sun Dec  2 19:40:28 2018
[016] @@ -1144,7 +1144,7 @@
[016]  ...
[016]  f:status();
[016]  ---
[016] -- dead
[016] +- suspended
[016]  ...
[016]  -- test side fiber in transaction
[016]  s = box.schema.space.create("test");

How to reproduce:

TEST_RUN_TESTS=$(for i in $(seq 1 100); do echo -n "app/fiber.test.lua "; done) taskset 0x2 make test (note the taskset!)

Also reproduced by Travis-CI: https://travis-ci.org/tarantool/tarantool/jobs/461369575

@Totktonada Totktonada self-assigned this Dec 2, 2018
Totktonada added a commit that referenced this issue Dec 2, 2018
@locker locker closed this as completed in 0e19478 Dec 3, 2018
locker pushed a commit that referenced this issue Dec 3, 2018
Fixes #3852.

(cherry picked from commit 0e19478)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant