forked from TrueCloudLab/frostfs-testcases
[#113] Add new pattern
Signed-off-by: Andrey Berezin <a.berezin@yadro.com>
This commit is contained in:
parent
2564f7421e
commit
ad1254b4f3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue