forked from TrueCloudLab/frostfs-testcases
[#172] Executive command changed 1.3
Added exception of error 'Too many requests' in log analyzer Signed-off-by: Mikhail Kadilov m.kadilov@yadro.com
This commit is contained in:
parent
8115d28bcd
commit
6980cd15bd
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
import os
|
||||
import shutil
|
||||
import time
|
||||
from datetime import datetime
|
||||
|
||||
import allure
|
||||
|
@ -37,6 +38,8 @@ class TestLogs:
|
|||
issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas"
|
||||
exclude_filter = r"too many requests"
|
||||
|
||||
time.sleep(2)
|
||||
|
||||
futures = parallel(
|
||||
self._collect_logs_on_host, cluster.hosts, logs_dir, issues_regex, session_start_time, end_time, exclude_filter
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue