cardano-node-tests icon indicating copy to clipboard operation
cardano-node-tests copied to clipboard

Functional tests for cardano-node

Results 102 cardano-node-tests issues
Sort by recently updated
recently updated
newest added

Previously (before `db-sync 10.0`), the value inserted in the `activeEpochNo` did not match the actual behavior of the ledger rules. If the pool is found in `_pParams` of `PState` before...

db-sync

Migrate one version of db-sync to another. This should be possible without dropping the existing db.

db-sync

- no of addresses/pools - utxo size - rewards

db-sync

Create an option/tool to generate a configurable number of parallel transactions. **Scope** - have a fast way to generate load on a specific environment - monitor the environments under load...

node

There's a DiffusionMode option that can be used in configuration.yaml. With: `DiffusionMode: InitiatorOnly` The node will only connect to upstream peers and do not accept any connections (useful for edge...

mainnet

This PR proposes tests for governance guardrails. This is based on the Plutus Governance guardrails script and default constitution. At first, the script is enacted and then checked for unconstitutional...

Depends on: https://github.com/IntersectMBO/cardano-node-tests/pull/2508 After it is merged a shortened URL needs to be generated for merged test file on master.

Test for treasury donations. Depends on: https://github.com/input-output-hk/cardano-clusterlib-py/pull/249 Tests: :green_circle: ```sh [nix-shell:~/Downloads/TestDB/cardano-node-tests](artur/test_treasury_donations)$ pytest -sk "test_transfer_treasury_donation" cardano_node_tests/ ============================================================================================================== test session starts =============================================================================================================== platform linux -- Python 3.10.12, pytest-7.4.4, pluggy-1.5.0 -- /home/artur/Downloads/TestDB/cardano-node-tests/dev_workdir/.env/bin/python3 cachedir:...