test/e2e: add random testnet generator#5479
Merged
mergify[bot] merged 4 commits intomasterfrom Oct 9, 2020
Merged
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5479 +/- ##
==========================================
- Coverage 61.32% 61.08% -0.24%
==========================================
Files 259 262 +3
Lines 23461 23630 +169
==========================================
+ Hits 14388 14435 +47
- Misses 7606 7732 +126
+ Partials 1467 1463 -4
|
tac0turtle
approved these changes
Oct 9, 2020
Contributor
Author
Nah, the runner only supports a single Docker daemon, so it can only run on a single machine. Implementing additional runners (e.g. Kubernetes, VMs, etc) is explicitly out-of-scope for this iteration, since it gets real complex real fast. |
erikgrinaker
added a commit
that referenced
this pull request
Oct 20, 2020
Closes #5291. Adds a randomized testnet generator. Nightly CI job will be submitted separately. A few of the testnets can be a bit flaky, even after disabling known-faulty behavior and making minor tweaks, and the larger networks may be too resource-intensive to run in CI - this will be optimized separately.
erikgrinaker
added a commit
that referenced
this pull request
Oct 22, 2020
Closes #5291. Adds a randomized testnet generator. Nightly CI job will be submitted separately. A few of the testnets can be a bit flaky, even after disabling known-faulty behavior and making minor tweaks, and the larger networks may be too resource-intensive to run in CI - this will be optimized separately.
erikgrinaker
added a commit
that referenced
this pull request
Oct 22, 2020
Closes #5291. Adds a randomized testnet generator. Nightly CI job will be submitted separately. A few of the testnets can be a bit flaky, even after disabling known-faulty behavior and making minor tweaks, and the larger networks may be too resource-intensive to run in CI - this will be optimized separately.
erikgrinaker
added a commit
that referenced
this pull request
Oct 22, 2020
Closes #5291. Adds a randomized testnet generator. Nightly CI job will be submitted separately. A few of the testnets can be a bit flaky, even after disabling known-faulty behavior and making minor tweaks, and the larger networks may be too resource-intensive to run in CI - this will be optimized separately.
This was referenced Apr 22, 2022
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.
Closes #5291. Adds a randomized testnet generator. Nightly CI job will be submitted separately. A few of the testnets can be a bit flaky, even after disabling known-faulty behavior and making minor tweaks, and the larger networks may be too resource-intensive to run in CI - this will be optimized separately.