Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions prdoc/pr_8882.prdoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
title: Fix flaxy `0003-block-building-warp-sync` test
doc:
- audience: Node Dev
description: |-
Fixes: https://github.com/paritytech/polkadot-sdk/issues/8868

The error skipped in log is acceptable, the announced block does not have the parent imported yet.
crates: []
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ dave: log line matches "Block history download is complete" within 10 seconds
dave: reports substrate_beefy_best_block is at least {{DB_BLOCK_HEIGHT}} within 180 seconds
dave: reports substrate_beefy_best_block is greater than {{DB_BLOCK_HEIGHT}} within 60 seconds

dave: count of log lines containing "error" is 0 within 10 seconds
# The block history download runs in the background while the fresh blocks are imported. This error can pop out in the log and is acceptable: the freshly announced block may not have the parent imported yet.
dave: count of log lines containing "error(?! importing block .*: block has an unknown parent)" is 0 within 10 seconds
Comment thread
michalkucharczyk marked this conversation as resolved.
dave: count of log lines containing "verification failed" is 0 within 10 seconds
Loading