-
Notifications
You must be signed in to change notification settings - Fork 453
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix infinite await in hive tests (#3691)
* logs everywhere * check * fix order of processing blocks * one more try * check with BlockAddedToMain instead of NewHeadBlock * add timeout * order experiment * simplification * missed arg * Revert "logs everywhere" This reverts commit 284af19. * cosmetic * not added block as a valid result, not exception * decrease timeout to try to pass forkStressTests * Revert "check with BlockAddedToMain instead of NewHeadBlock" This reverts commit dd054f2. * change event to ProcessingQueueEmpty * revert to infinite timeout * release on both events * try with awaiting for empty queue event only at the end * small refactor * Revert "try with awaiting for empty queue event only at the end" This reverts commit cc03ecf. * try with two events * one more try * refactor tracer to catch skipped blocks * change doc comment
- Loading branch information
1 parent
71113ad
commit f5f0d94
Showing
4 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters