Skip to content

Commit 37fe5da

Browse files
Merge pull request ClickHouse#63453 from ClickHouse/fix-coverage
Fix collection of coverage data in the CI Logs cluster
2 parents 78a5e52 + fd43058 commit 37fe5da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/base/setup_export_logs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ function setup_logs_replication
140140
time DateTime COMMENT 'The time of test run',
141141
test_name String COMMENT 'The name of the test',
142142
coverage Array(UInt64) COMMENT 'An array of addresses of the code (a subset of addresses instrumented for coverage) that were encountered during the test run'
143-
) ENGINE = Null COMMENT 'Contains information about per-test coverage from the CI, but used only for exporting to the CI cluster'
143+
) 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'
144144
"
145145

146146
# For each system log table:

0 commit comments

Comments
 (0)