Add new pattern #113

Merged
abereziny merged 1 commit from abereziny/frostfs-testcases:feature-add-new-pattern into master 2023-10-20 10:21:38 +00:00

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: