Executive command changed #171

Merged
abereziny merged 1 commit from mkadilov/frostfs-testcases:bug/log_analyzer_fixing into master 2023-12-12 07:54:12 +00:00

View file

@ -1,5 +1,6 @@
import os
import shutil
import time
from datetime import datetime
import allure
@ -38,6 +39,8 @@ class TestLogs:
issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas|wallet passwd|secret key|access key|cannot assign requested address"
exclude_filter = r"too many requests"
time.sleep(2)
futures = parallel(
self._collect_logs_on_host,
cluster.hosts,