mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
fix
This commit is contained in:
parent
14166b3770
commit
4edc84d262
@ -279,7 +279,7 @@ def main():
|
||||
JobReport(
|
||||
description=f"OK: {results[0]}, Timeout: {results[1]}, FAIL: {results[2]}",
|
||||
test_results=results[3],
|
||||
status="OK" if success else "FAILURE",
|
||||
status="SUCCESS" if success else "FAILURE",
|
||||
start_time=stopwatch.start_time_str,
|
||||
duration=stopwatch.duration_seconds,
|
||||
additional_files=[],
|
||||
|
Loading…
Reference in New Issue
Block a user