-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix potential flake caused by checking IST balances (#10783)
closes: #10774 ## Description Due to the execution fee charged in batches is difficult to guess/reproduce, we introduced the method `tryISTBalances` instead of a regular balance check done using `t.is`. This PR is an effort to migrate existing IST balance checks using `t.is` (or alike) to use `tryISTBalances`. I believe this will prevent potential flakes in our `a3p-integration` tests in the future. ### Security Considerations We are only changing the way we compare numbers in our tests. No security concern here. ### Scaling Considerations By avoiding flakes we'll improve the scaling in the long run. ### Documentation Considerations None. ### Testing Considerations Integration tests should be forced in CI and all tests should pass. ### Upgrade Considerations We are improving the way we test our upgrades. No other concern here as well.
- Loading branch information
Showing
3 changed files
with
55 additions
and
8 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