mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-27 01:51:59 +00:00
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:
commit
12f9981aab
@ -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';
|
||||
""",
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user