mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
fix
This commit is contained in:
parent
af8c50deeb
commit
610630e20d
@ -191,7 +191,7 @@ def process_results(result_path: Path):
|
||||
timeouts += 1
|
||||
else:
|
||||
fails += 1
|
||||
result = TestResult(fuzzer, status[0], status[2])
|
||||
result = TestResult(fuzzer, status[0], float(status[2]))
|
||||
if file_path_unit.exists:
|
||||
result.set_raw_logs("\n".join(process_error(file_path_out)))
|
||||
test_results.append(result)
|
||||
|
Loading…
Reference in New Issue
Block a user