mergify[bot]
c7d338f712
cmd: add integration test for rollback functionality (backport #7315 ) ( #7369 )
2022-01-05 18:07:06 +01:00
Sam Kleinman
4bc36c8ba9
e2e: app hash test cleanup (0.35 backport) ( #7350 )
2021-11-30 16:42:01 -05:00
mergify[bot]
ebe57960f7
e2e: stabilize validator update form ( #7340 ) ( #7351 )
...
This might be a source of non-determinism in the e2e test.
(cherry picked from commit c4033f95c1 )
Co-authored-by: Sam Kleinman <garen@tychoish.com >
2021-11-30 14:53:40 -05:00
mergify[bot]
f0cd54825f
cli: allow node operator to rollback last state (backport #7033 ) ( #7081 )
2021-10-08 09:56:18 +02:00
mergify[bot]
4a952885c5
e2e: automatically prune old app snapshots ( #7034 ) ( #7063 )
...
This PR tackles the case of using the e2e application in a long lived testnet. The application continually saves snapshots (usually every 100 blocks) which after a while bloats the size of the application. This PR prunes older snapshots so that only the most recent 10 snapshots remain.
(cherry picked from commit 5703ae2fb3 )
Co-authored-by: Callum Waters <cmwaters19@gmail.com >
2021-10-05 15:26:08 -04:00
Callum Waters
60a6c6fb1a
e2e: allow running of single node using the e2e app ( #6982 )
2021-09-27 15:43:07 +02:00
Aleksandr Bezobchuk
3635c7a382
logger: refactor Tendermint logger by using zerolog ( #6534 )
2021-06-07 08:30:48 -04:00
Aleksandr Bezobchuk
09a6ad7b1e
types: Refactor EventAttribute ( #6408 )
2021-04-30 09:27:51 -04:00
Aleksandr Bezobchuk
003f394512
rpc: index block events to support block event queries ( #6226 )
2021-03-22 11:47:35 -04:00
Marko
e0950515ff
test/e2e: fix secp failures ( #5649 )
2020-11-16 12:31:32 +01:00
Erik Grinaker
250c3aa92e
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-05 09:35:01 +00:00