Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
master
Dmitriy Zayakin 2023-06-27 15:25:53 +03:00 committed by Dmitriy Zayakin
parent d97d852940
commit dc13252ff2
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ class TestLogs(ClusterTestBase):
end_time = datetime.utcnow()
logs_dir = os.path.join(temp_directory, "logs")
os.makedirs(logs_dir)
issues_regex = r"\Wpanic\W|\Woom\W|\Wtoo many open files\W"
issues_regex = r"\Wpanic\W|\Woom\W|\Wtoo many\W|\Winsufficient funds\W"
hosts_with_problems = []
for host in self.cluster.hosts: