-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(conductor): fix flaky soft_and_firm test (#1472)
## Summary Fixed flakiness in conductor `soft_and_firm::simple` test. ## Background Test would previously fail ~6% of the time due to receiving firm block before soft block, hence never fulfilling the soft update commitment mock. ## Changes - Split `simple()` into 2 tests: 1. Tests for receiving soft block first, and then firm block (and enforcing this order). 2. Tests for receiving firm block first, then ignoring the later soft block response at the same height. The tests for receiving the soft block at the next height. - made changes to `astria-grpc` to enable a delayed response ## Testing All tests passing. ## Related Issues closes #1143
- Loading branch information
1 parent
bda4ffc
commit 33dae42
Showing
8 changed files
with
375 additions
and
113 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
Oops, something went wrong.