cardano-node-tests
cardano-node-tests copied to clipboard
Functional tests for cardano-node
PR: https://github.com/input-output-hk/cardano-db-sync/pull/1048 Issue: https://github.com/input-output-hk/cardano-db-sync/issues/697 Slack Thread: https://input-output-rnd.slack.com/archives/CC0CLNEH1/p1643997111398319
TBD - https://github.com/input-output-hk/cardano-node/issues/4142 context: - check that if a node is running in the Babbage era and shuts down (at least 2 snapshots into the new era), when it comes...
measure the node start time per stage: - `Chain DB` - `Immutable DB` - `Volatile DB` - `Ledger DB` **Scenarios**: **1.** - (have the node fully synced with tagNo1) -...
https://gist.github.com/KtorZ/3ecf66966f94605992de639007d2e9a3
We depend on `create-script-context` for several plutus context equivalence tests. This tool used to be present in cardano-node repo, but it is no longer buildable from there. Therefore we used...
Add basic documentation explaining what a local cluster is (in plain English for non-technical people). Add a basic description of the automation framework.
Create automated weekly or bi-weekly test runs for [cabal_build_tests](https://github.com/input-output-hk/cardano-node-tests/tree/master/cabal_build_tests) - [ ] Fedora - [ ] Ubuntu - [ ] Windows (not yet implemented)
- using cabal - using nix - on linux, mac, windows - using github actions scope: build instructions are working before releasing a new node tag - this was started...