tarantool / vshard

The new generation of sharding based on virtual buckets
Other
98 stars 29 forks source link

test: re-enable `async_no_yield` test from `vconnect` test group #471

Closed CuriousGeorgiy closed 3 months ago

CuriousGeorgiy commented 3 months ago

This patch re-enables the test to reflect the correct behavior after the fix for tarantool/tarantool#9489 bug was merged.

Closes #456

Serpentian commented 3 months ago

We have deadlock here, either Tarantool's integration tests fails with vshard or testing on master fails in vshard. PR should be merged right before https://github.com/tarantool/tarantool/pull/9803#pullrequestreview-1935994200, backporting to 2.11 should be also done immediately.

The other option is to delete test_group.test_async_no_yield for now and restore it, when everything will be merged in master and 2.11. I like the second option more