Skip to content

vinyl/gh.test.lua does not check whether fibers are finished #106

@Totktonada

Description

@Totktonada

The test case was added in tarantool/tarantool@e576ca9

And became broken in tarantool/tarantool@42c64d0:

-while finished ~= 2 do fiber.sleep(0.01) end
+test_run:wait_cond(function() return finished ~= 2 end)

The condition was not reverted.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions