Sam Kleinman
386c3a0ff7
e2e: constrain test parallelism and reporting ( #7516 )
3 years ago
Sam Kleinman
69f0a3b1c0
e2e: avoid global test context ( #7512 )
3 years ago
Sam Kleinman
1c4950dbd2
state: move package to internal ( #6964 )
3 years ago
Sam Kleinman
1998cf7e77
e2e: compile tests ( #6926 )
3 years ago
Sam Kleinman
1f8bb74bba
e2e: skip assertions for stateless nodes ( #6894 )
3 years ago
Callum Waters
50b91867c3
test: add evidence e2e tests ( #5488 )
4 years ago
Erik Grinaker
090afe30f9
test: add basic end-to-end test cases ( #5450 )
Partial fix for #5291 .
This adds a basic set of test cases for core network invariants. Although small, it is sufficient to replace and extend the current set of P2P tests. Further test cases can be added later.
4 years ago
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.
4 years ago