Merge pull request #59896 from ClickHouse/add-comment-to-coverage_log-in-clickhouse-test

Fix `02982_comments_in_system_tables`
This commit is contained in:
Alexey Milovidov 2024-02-13 01:49:35 +01:00 committed by GitHub
commit 12f9981aab
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2494,7 +2494,8 @@ def main(args):
time DateTime,
test_name String,
coverage Array(UInt64)
) ENGINE = MergeTree ORDER BY test_name;
) ENGINE = MergeTree ORDER BY test_name
COMMENT 'Contains information about per-test coverage from the CI, but used only for exporting to the CI cluster';
""",
)