forked from TrueCloudLab/frostfs-testcases
Add logs
Signed-off-by: Dmitriy Zayakin <d.zayakin@yadro.com>
This commit is contained in:
parent
d97d852940
commit
dc13252ff2
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue