Skip to content

Commit

Permalink
Warp sync zombienet tests: update DB snapshot (paritytech#2928)
Browse files Browse the repository at this point in the history
Closes paritytech#2787

Regenerating the DB snapshot after fixing:
paritytech#2919

Now we can add some BEEFY checks to `0002-validators-warp-sync`
  • Loading branch information
serban300 authored Jan 15, 2024
1 parent 7fa3f9e commit ab2dba9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
10 changes: 5 additions & 5 deletions substrate/zombienet/0001-basic-warp-sync/chain-spec.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ab2dba9

Please sign in to comment.