Change logs pattern

Signed-off-by: anikeev-yadro <a.anikeev@yadro.com>
support/v0.39
anikeev-yadro 2024-01-31 10:31:38 +03:00
parent 0d7befe9a6
commit 46e57870d0
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ class TestLogs:
logs_dir = os.path.join(temp_directory, "logs")
os.makedirs(logs_dir)
# Using \b here because 'oom' and 'panic' can sometimes be found in OID or CID
issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas|wallet passwd|secret key|access key|cannot assign requested address"
issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas|wallet passwd|secret \bkey\b|access key|cannot assign requested address"
exclude_filter = r"too many requests"
time.sleep(2)