mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
Warp sync zombienet tests: update DB snapshot (#2928)
Closes https://github.com/paritytech/polkadot-sdk/issues/2787 Regenerating the DB snapshot after fixing: https://github.com/paritytech/polkadot-sdk/pull/2919 Now we can add some BEEFY checks to `0002-validators-warp-sync`
This commit is contained in:
@@ -47,11 +47,11 @@
|
||||
extends:
|
||||
- .zombienet-substrate-common
|
||||
variables:
|
||||
# DB generated from commit: https://github.com/paritytech/polkadot-sdk/commit/2e4b8996c4924fc39f85198019039cf0987f89ec
|
||||
# DB generated from commit: https://github.com/paritytech/polkadot-sdk/commit/868788a5bff3ef94869bd36432726703fe3b4e96
|
||||
# TODO: As a workaround for https://github.com/paritytech/polkadot-sdk/issues/2568 the DB was generated in archive mode.
|
||||
# After the issue is fixed, we should replace it with a pruned version of the DB.
|
||||
DB_SNAPSHOT: "https://storage.googleapis.com/zombienet-db-snaps/substrate/0001-basic-warp-sync/chains-510ac1c891afe26bad6fcd6d74185917b3fb1b4f.tgz"
|
||||
DB_BLOCK_HEIGHT: 47222
|
||||
DB_SNAPSHOT: "https://storage.googleapis.com/zombienet-db-snaps/substrate/0001-basic-warp-sync/chains-9677807d738b951e9f6c82e5fd15518eb0ae0419.tgz"
|
||||
DB_BLOCK_HEIGHT: 56687
|
||||
|
||||
zombienet-substrate-0000-block-building:
|
||||
extends:
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -31,6 +31,12 @@ bob: log line matches "Block history download is complete" within 120 seconds
|
||||
alice: reports block height is at least {{DB_BLOCK_HEIGHT}} within 10 seconds
|
||||
bob: reports block height is at least {{DB_BLOCK_HEIGHT}} within 10 seconds
|
||||
|
||||
alice: reports substrate_beefy_best_block is at least {{DB_BLOCK_HEIGHT}} within 180 seconds
|
||||
bob: reports substrate_beefy_best_block is at least {{DB_BLOCK_HEIGHT}} within 180 seconds
|
||||
|
||||
alice: reports substrate_beefy_best_block is greater than {{DB_BLOCK_HEIGHT}} within 60 seconds
|
||||
bob: reports substrate_beefy_best_block is greater than {{DB_BLOCK_HEIGHT}} within 60 seconds
|
||||
|
||||
alice: count of log lines containing "error" is 0 within 10 seconds
|
||||
bob: count of log lines containing "verification failed" is 0 within 10 seconds
|
||||
|
||||
|
||||
Reference in New Issue
Block a user