-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Labels
T0-nodeThis PR/Issue is related to the topic “node”.This PR/Issue is related to the topic “node”.
Description
There should be some mid/long term tests that are not intended to be executed during CI, but could be executed locally by a developer or by the QA team during the release process.
Some ideas for testing:
- send 1M transactions to the parachain zombienet network and check if all transactions are getting finalized
- check the limits on long term run,
- check how blocks are filled,
- check if invalid transactions are rejected,
- check time-to-event (e.g. in block, finalized, invalid), to see if we have some regression,
- send different transactions - heavy and light,
- send future and then ready, see if all gets finalized (
fatxpool: add heavy load tests based on zombienet #7257), - check mortal transactions (shoud be done in
fatxpool: cross check (and improve) support for mortal transactions #5626), - check submit and submit_and_watch,
- make sure nodes are not getting disconnected.
Those should be executed in local zombienet network, possibly in different configurations (e.g. one collator, rpc + collator, rpc + 3x collators).
iulianbarbu
Sub-issues
Metadata
Metadata
Assignees
Labels
T0-nodeThis PR/Issue is related to the topic “node”.This PR/Issue is related to the topic “node”.
Type
Projects
Status
Done