[Bug]: `DeduplicatingRunnerTest.testDeduplicatedRuns` fails on my computer, probably because test implementation is wrong
stepa2 opened this issue ยท 2 comments
Other
I guess it happens because on my computer, due to lags when I run :Common:test
Gradle task, Thread.sleep
ends faster than deduplicatingRunner
's actions.
As a hotfix, I increased sleep delay to 5 * delay.toMillis()
.
To correctly fix it one should not use Thread.sleep
at all, or, given enough lags, it will break again.
I think DeduplicatingRunnerTest.testSpacedOutRuns
can have the same problem too.
This has been automatically marked as stale because it has not had recent activity, and will be closed if no further activity occurs. If this was overlooked, forgotten, or should remain open for any other reason, please reply here to call attention to it and remove the stale status. Thank you for your contributions.