mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 11:01:01 +00:00
5ba8921787
Fixes: https://github.com/paritytech/polkadot-sdk/issues/3165 --------- Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
21 lines
782 B
Plaintext
21 lines
782 B
Plaintext
Description: Test we are producing blocks at 6 seconds clip
|
|
Network: ./0011-async-backing-6-seconds-rate.toml
|
|
Creds: config
|
|
|
|
# Check authority status.
|
|
alice: reports node_roles is 4
|
|
|
|
# Ensure parachains are registered.
|
|
alice: parachain 2000 is registered within 60 seconds
|
|
alice: parachain 2001 is registered within 60 seconds
|
|
|
|
# Ensure parachains made progress.
|
|
alice: reports substrate_block_height{status="finalized"} is at least 10 within 100 seconds
|
|
|
|
# This parachains should produce blocks at 6s clip, let's assume an 8s rate, allowing for
|
|
# some slots to be missed on slower machines
|
|
alice: parachain 2000 block height is at least 30 within 240 seconds
|
|
# This should already have produced the needed blocks
|
|
alice: parachain 2001 block height is at least 30 within 6 seconds
|
|
|