IntersectMBO / IntersectMBO/cardano-node-tests
Add reconnection test that uses "mainnet" local cluster
Open
- Dominant language
- Python
- Stars
- 59
- Forks
- 28
- Avg merge
- 2h 30m
- Merged PRs (30d)
- 62
Description
There was an issue where nodes would not reconnect after restart, fixed in https://github.com/input-output-hk/ouroboros-network/pull/4734
This could be identified by a test that is submitting transactions while restarting individual nodes. At the end of the test, there would be a check that all the nodes can see all the UTxOs created during test runtime.
The test would be using the "mainnet" local testnet, because the reconnection is unreliable on the usual local testnet with short epochs.
Contributor guide
Assessment
This issue has not been assessed yet.