Skip to content

Commit 92f6978

Browse files
committed
fix TestHardlinksExistsFiles for 20.x+ clickhouse-server versions
Signed-off-by: Slach <bloodjazman@gmail.com>
1 parent 7fa78d5 commit 92f6978

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/integration_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3016,7 +3016,7 @@ func TestHardlinksExistsFiles(t *testing.T) {
30163016
// Create table and data
30173017
settings := ""
30183018
if compareVersion(os.Getenv("CLICKHOUSE_VERSION"), "20.1") >= 0 {
3019-
settings = "SETTINGS storage_policy='hot_and_cold'"
3019+
settings = " SETTINGS storage_policy='hot_and_cold'"
30203020
}
30213021

30223022
env.queryWithNoError(r, "CREATE DATABASE "+dbNameFull)

0 commit comments

Comments
 (0)