forked from TrueCloudLab/frostfs-testcases
[#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:
parent
1c3460eecf
commit
9712644c38
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
import time
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
import allure
|
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"
|
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"
|
exclude_filter = r"too many requests"
|
||||||
|
|
||||||
|
time.sleep(2)
|
||||||
|
|
||||||
futures = parallel(
|
futures = parallel(
|
||||||
self._collect_logs_on_host,
|
self._collect_logs_on_host,
|
||||||
cluster.hosts,
|
cluster.hosts,
|
||||||
|
|
Loading…
Reference in a new issue