You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As far as I could debug the issue, this may be caused by multiple tests trying to bind to the same unix socket /tmp/test.vici, as defined in tester_create, line 64. A possible solution might be to use a different unix socket per test.
The text was updated successfully, but these errors were encountered:
Running the test suite in parallel (using
make -j16 check
) causes tests to randomly fail.The log files of the failing tests contain this error:
As far as I could debug the issue, this may be caused by multiple tests trying to bind to the same unix socket
/tmp/test.vici
, as defined intester_create
, line 64. A possible solution might be to use a different unix socket per test.The text was updated successfully, but these errors were encountered: