cardano-node-tests
cardano-node-tests copied to clipboard
Functional tests for cardano-node
Looking at https://cicero.ci.iog.io/run/0a01300b-e9e8-4fd2-8799-20a4a1173418, the system test job needed to build the node from source using nix and for that reason the job took more than 2 hours. I assume there...
...covering verification of BLS signatures on the BLS12-381 elliptic curve. As discussed, we'll prioritise satisfying the e2e testing requirement for this feature with [plutus-e2e-tests](https://github.com/input-output-hk/plutus-apps/tree/main/plutus-e2e-tests) but it'd still be worth including...
- [ ] resync the node after it was fully synced --> it should revalidate the existing db and continue syncing only the remaining part of the chain; In Babbage...
- related to https://github.com/input-output-hk/cardano-node/issues/4829
Check that: - [ ] [sum of transaction sizes for a block does not exceed block size](https://github.com/input-output-hk/cardano-db-sync/issues/1045) - [ ] there are values for all the epochs - [ ]...
https://github.com/input-output-hk/cardano-node/issues/4732
details here: https://github.com/input-output-hk/cardano-db-sync/issues/942
https://github.com/input-output-hk/cardano-node/pull/4170
https://github.com/input-output-hk/cardano-node/issues/4453
Test which _do not involve_ network timeouts & delays (e.g. shutting down nodes), one can run using a face pace blockchain (e.g. small `k`, etc). However for tests which _do...