mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add forgotten insert_events_into to ast-fuzzer CI
This commit is contained in:
parent
338f638557
commit
8a74b1cf2f
@ -169,6 +169,8 @@ if __name__ == "__main__":
|
||||
check_name,
|
||||
)
|
||||
|
||||
ch_helper.insert_events_into(db="default", table="checks", events=prepared_events)
|
||||
|
||||
logging.info("Result: '%s', '%s', '%s'", status, description, report_url)
|
||||
print(f"::notice ::Report url: {report_url}")
|
||||
post_commit_status(gh, pr_info.sha, check_name, description, status, report_url)
|
||||
|
Loading…
Reference in New Issue
Block a user