[#171] Executive command changed

Added exception of error 'Too many requests' in log analyzer

Signed-off-by: Mikhail Kadilov m.kadilov@yadro.com
This commit is contained in:
Mikhail Kadilov 2023-12-11 15:07:16 +03:00
parent 1c3460eecf
commit 9712644c38

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,