Skip to content

Commit

Permalink
hunt for errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rzadp committed Aug 13, 2024
1 parent d3630cb commit 384f832
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/tests/zombienet-smoke-test.zndsl
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,12 @@ bob: log line matches "Imported #[0-9]+" within 20 seconds

alice: parachain 1000 is registered within 60 seconds
alice: parachain 1000 block height is at least 10 within 200 seconds

alice: count of log lines matching "err=" is 0 within 10 seconds
alice: count of log lines matching "Error" is 0 within 10 seconds

bob: count of log lines matching "err=" is 0 within 10 seconds
bob: count of log lines matching "Error" is 0 within 10 seconds

charlie: count of log lines matching "err=" is 0 within 10 seconds
charlie: count of log lines matching "Error" is 0 within 10 seconds

0 comments on commit 384f832

Please sign in to comment.