Closed hannahhoward closed 3 years ago
Fix all the flaky tests of the message queue
Once again, errors come down to timing, and I'm fixing by mocking time in flaky tests
In this case, I didn't actually go and replace all the tests, as this would be a big endeavor
part of ipfs/go-libipfs#86
Suggest merging https://github.com/ipfs/go-bitswap/pull/495 before reviewing this PR, as this PR appears to include those changes
Failing tests are unrelated.
Goals
Fix all the flaky tests of the message queue
Implementation
Once again, errors come down to timing, and I'm fixing by mocking time in flaky tests
In this case, I didn't actually go and replace all the tests, as this would be a big endeavor
part of ipfs/go-libipfs#86