Jacob Gadikian
a9feb1c023
markdownlint ( #9834 )
...
Co-authored-by: Sergio Mena <sergio@informal.systems >
2022-12-22 01:52:21 +01:00
Thane Thomson
188069b1d5
e2e: Add multi-version support to generator ( #9933 )
...
* ci: Add missing group to manual E2E workflow
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Improve help for multi-version CLI param
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Rename multiversion to multiVersion
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Extract generator params into struct
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Add support for more than 2 versions in multi-version tests
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Add generator logic to extract latest release tag from Git repo
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Cater for "dev-" prefixes in tags
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Add sophisticated weighted version parsing to generator
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Add note to E2E readme about multi-version testing
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Expand on Docker image comment in readme
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Print node version weights when generating testnets
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* ci: Add manual E2E workflow to run multi-version tests
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Replace "HEAD" keyword with "local"
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Update readme to reflect "HEAD" -> "local" keyword change and expand on examples
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Clarify comment relating to Docker image versions
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* Apply suggestions from code review
Co-authored-by: Sergio Mena <sergio@informal.systems >
* e2e: Skip invalid tags instead of erroring in generator
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Add comment in version selection code
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* ci: Replace "HEAD" with "local" keyword in multiversion workflow
Signed-off-by: Thane Thomson <connect@thanethomson.com >
* e2e: Use error format specifier when returning wrapped error
Signed-off-by: Thane Thomson <connect@thanethomson.com >
Signed-off-by: Thane Thomson <connect@thanethomson.com >
Co-authored-by: Sergio Mena <sergio@informal.systems >
2022-12-21 17:06:14 -05:00
William Banfield
1069ffc6aa
config: backport the rename of fastsync to blocksync ( #9259 )
...
This is largely a cherry pick of #6755 with some additional fixups added where detected.
This change moves the blockchain package to a package called blocksync. Additionally, it renames the relevant uses of the term `fastsync` to `blocksync`.
closes : #9227
#### PR checklist
- [ ] Tests written/updated, or no tests needed
- [x] `CHANGELOG_PENDING.md` updated, or no changelog entry needed
- [x] Updated relevant documentation (`docs/`) and code comments, or no
documentation updates needed
2022-08-17 15:19:20 +00:00
Callum Waters
49ec3b9780
chore: lint repo (use american english) ( #9144 )
2022-08-01 14:24:49 +02:00
Callum Waters
2d8287d0f7
e2e: allow running of single node using the e2e app (backport) ( #7024 )
2021-09-29 16:17:32 +02:00
mergify[bot]
8bb85856d0
e2e: add benchmarking functionality (bp #6210 ) ( #6216 )
2021-03-05 15:30:18 +01:00
Anton Kaliaev
33fb03fcc8
test/e2e: enable pprof server to help debugging failures ( #6003 )
2021-02-11 11:43:19 +01:00
Erik Grinaker
f9bfb40d53
test/e2e: add random testnet generator ( #5479 )
...
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.
2020-10-22 13:36:08 +02:00
Erik Grinaker
4b3565fcaa
test: add GitHub action for end-to-end tests ( #5452 )
...
Partial fix for #5291 .
2020-10-22 13:36:08 +02:00
Erik Grinaker
a58454e788
test: add end-to-end testing framework ( #5435 )
...
Partial fix for #5291 . For details, see [README.md](https://github.com/tendermint/tendermint/blob/erik/e2e-tests/test/e2e/README.md ) and [RFC-001](https://github.com/tendermint/tendermint/blob/master/docs/rfc/rfc-001-end-to-end-testing.md ).
This only includes a single test case under `test/e2e/tests/`, as a proof of concept - additional test cases will be submitted separately. A randomized testnet generator will also be submitted separately, there a currently just a handful of static testnets under `test/e2e/networks/`. This will eventually replace the current P2P tests and run in CI.
2020-10-22 13:36:08 +02:00