[#113] Add new pattern

Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
pull/113/head
Andrey Berezin 2023-10-20 12:35:32 +03:00
parent 2564f7421e
commit ad1254b4f3
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ class TestLogs(ClusterTestBase):
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"
issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas"
hosts_with_problems = []
for host in self.cluster.hosts: