feat(ci): add Registry long tests to nightly tests#1122
Draft
victor-dumitrescu wants to merge 1 commit into
Draft
feat(ci): add Registry long tests to nightly tests#1122victor-dumitrescu wants to merge 1 commit into
victor-dumitrescu wants to merge 1 commit into
Conversation
9 tasks
1d80c95 to
31e6453
Compare
64c223c to
e09aef1
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## vdum/tzx-180 #1122 +/- ##
=============================================
Coverage 89.85% 89.85%
=============================================
Files 143 143
Lines 30146 30146
Branches 30146 30146
=============================================
+ Hits 27087 27088 +1
+ Misses 2181 2180 -1
Partials 878 878 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Reassigns 16 of the 20 nightly tests to be
Registrylong tests by removing allDatabasetest replicas. These have the same parameters as the remainingDatabasetests but are split into 8 tests running with--keep-stable-sizeand 8 without.TODO: The unconstrained
Registrytests are much slower than those running with--keep-stable-size. This might mean that in spite of the 30-minute buffer, they might be cancelled at the end of the run mid-epoch, which would result in a failure. It might be necessary to adjust their parameters (test cases/epoch, ops/epoch) or to not run them altogether.Why
To gain more confidence in the correctness of
Registrysemantics and proofs.Manually Testing
Cannot be tested locally. See a manually triggered run in CI here
Tasks for the Author