-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Tests] Improve & Skip Flaky Tests (#723)
- Add the `INCLUDE_FLAKY_TESTS` flag - Skip a handful of flaky unit tests using the flag above - Increase `num_blocks_per_session` from `4 -> 10` to avoid E2E tests sending claims mid-session - Consolidate the request validation in E2E tests to one step - Verify the response data (not just if it exists) in E2E curl commands - Add a `RunCurlWithRetr` to account for some ephemeral `no host` issues on the kind cluster - Calling `recover` in some unit tests that have a `panic: leveldb: closed` errors - Removed some unused fields - Improved some failure messages Co-authored-by: Redouane Lakrache <[email protected]>
- Loading branch information
Showing
31 changed files
with
236 additions
and
163 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
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.