Skip to content

Commit 23e447f

Browse files
committed
try BROKEN test label
1 parent f9a9a99 commit 23e447f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

ci/jobs/scripts/functional_tests_results.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,12 @@ def _process_test_output(self):
133133
info="".join(test[3])[:16384],
134134
)
135135
)
136+
if "UNKNOWN_DATABASE" in test[3]:
137+
test_results_[-1].info.append(
138+
"\nUnknown database issue detected, label as BROKEN"
139+
)
140+
test_results_[-1].set_label(Result.Label.BROKEN)
141+
136142
except Exception as e:
137143
print(f"ERROR: Failed to parse test results: [{test}]")
138144
traceback.print_exc()

0 commit comments

Comments
 (0)