Files
pezkuwi-subxt/cumulus/zombienet/tests/0002-pov_recovery.zndsl
T
Sebastian Kunert f8b03d9564 Stabilize pov-recovery zombienet (#2611)
Smoldot sometimes stops reporting finalized blocks to us. Since we are
recovering from the relay chain with a huge delay on full nodes, we can
not rely on import notifications to set the best block. Because
sometimes we also do not receive finality notifications, the height
check in zombienet fails.

Proper solution is to update smoldot, there have been some changes since
the version we use. But upgrade is blocked by version conflict which
will be resolved with
https://github.com/paritytech/polkadot-sdk/pull/1631.
2023-12-05 09:02:49 +01:00

26 lines
1.6 KiB
Plaintext

Description: PoV recovery test
Network: ./0002-pov_recovery.toml
Creds: config
# wait 20 blocks and register parachain
validator-3: reports block height is at least 20 within 250 seconds
validator-0: js-script ./register-para.js with "2000" within 240 seconds
validator-0: parachain 2000 is registered within 300 seconds
# check block production
bob: reports block height is at least 20 within 600 seconds
alice: reports block height is at least 20 within 600 seconds
charlie: reports block height is at least 20 within 600 seconds
one: reports block height is at least 20 within 800 seconds
two: reports block height is at least 20 within 800 seconds
# Re-enable once we upgraded from smoldot 0.11.0 and https://github.com/paritytech/polkadot-sdk/pull/1631 is merged
# three: reports block height is at least 20 within 800 seconds
eve: reports block height is at least 20 within 800 seconds
one: count of log lines containing "Importing block retrieved using pov_recovery" is greater than 19 within 10 seconds
two: count of log lines containing "Importing block retrieved using pov_recovery" is greater than 19 within 10 seconds
three: count of log lines containing "Importing block retrieved using pov_recovery" is greater than 19 within 10 seconds
eve: count of log lines containing "Importing block retrieved using pov_recovery" is greater than 19 within 10 seconds
charlie: count of log lines containing "Importing block retrieved using pov_recovery" is greater than 19 within 10 seconds
alice: count of log lines containing "Importing block retrieved using pov_recovery" is greater than 19 within 10 seconds