Closed
Description
We see a lot of situations in CI that looks like hung workers. This looks as a problem in test-run or testing infrastructure, not even in tests.
I propose to start debugging from test-run: either run workers under strace or instrument them with color_stdout()
prints and perform runs in CI to spot the case. Can we reach some resource limit (say, number of file descriptors) and spin trying to acquire it?
May it be relevant to the recent transition to Python 3?
Example: https://github.com/tarantool/tarantool/runs/2126385328