protocol / beyond-bitswap

Other
34 stars 9 forks source link

Test cases freeze with a large number of instances #11

Closed adlrocha closed 3 years ago

adlrocha commented 3 years ago

Running test cases using local:exec with over 20 instances make test cases to freeze in the middle of the execution. Sometimes it freezes in a deterministic way (always in the same step), and others it freezes randomly at different stages of the test. For local:docker it always freezes in the beginning of the test. The test fails with a context deadline error

It may be a synchronization issue, but then why it is working with less instances?

adlrocha commented 3 years ago

See https://github.com/testground/testground/discussions/1137

adlrocha commented 3 years ago

It is a problem when running the TG daemon over a PopOS! distro. Everything works fine in MacOS in AWS Ubuntu instances.