From ad1254b4f3e18ec92f37f848d852dc12ea3e762c Mon Sep 17 00:00:00 2001 From: Andrey Berezin Date: Fri, 20 Oct 2023 12:35:32 +0300 Subject: [PATCH] [#113] Add new pattern Signed-off-by: Andrey Berezin --- pytest_tests/testsuites/special/test_logs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest_tests/testsuites/special/test_logs.py b/pytest_tests/testsuites/special/test_logs.py index fa5faf6..1b70aa8 100644 --- a/pytest_tests/testsuites/special/test_logs.py +++ b/pytest_tests/testsuites/special/test_logs.py @@ -32,7 +32,7 @@ class TestLogs(ClusterTestBase): logs_dir = os.path.join(temp_directory, "logs") os.makedirs(logs_dir) # Using \b here because 'oom' and 'panic' can sometimes be found in OID or CID - issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds" + issues_regex = r"\bpanic\b|\boom\b|too many|insufficient funds|insufficient amount of gas" hosts_with_problems = [] for host in self.cluster.hosts: