You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix flaxy 0003-block-building-warp-sync test (#8882)
Fixes: #8868
The error skipped in log is acceptable, the announced block does not
have the parent imported yet.
---------
Co-authored-by: cmd[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Copy file name to clipboardExpand all lines: substrate/zombienet/0003-block-building-warp-sync/test-block-building-warp-sync.zndsl
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -34,5 +34,6 @@ dave: log line matches "Block history download is complete" within 10 seconds
34
34
dave: reports substrate_beefy_best_block is at least {{DB_BLOCK_HEIGHT}} within 180 seconds
35
35
dave: reports substrate_beefy_best_block is greater than {{DB_BLOCK_HEIGHT}} within 60 seconds
36
36
37
-
dave: count of log lines containing "error" is 0 within 10 seconds
37
+
# 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.
38
+
dave: count of log lines containing "error(?! importing block .*: block has an unknown parent)" is 0 within 10 seconds
38
39
dave: count of log lines containing "verification failed" is 0 within 10 seconds
0 commit comments