From d50d65761dd8052ebac961c1247575a6fe20385b Mon Sep 17 00:00:00 2001 From: Artyom Antonov Date: Wed, 24 Apr 2024 16:36:42 +0500 Subject: [PATCH] change clickhouse version in new tests to 24.2 --- tests/feature_flags_both_true/test.toml | 2 +- tests/feature_flags_dont_match_missing_tags/test.toml | 2 +- tests/feature_flags_false/test.toml | 2 +- tests/feature_flags_use_carbon_behaviour/test.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/feature_flags_both_true/test.toml b/tests/feature_flags_both_true/test.toml index eb4df8a8..83e039c9 100644 --- a/tests/feature_flags_both_true/test.toml +++ b/tests/feature_flags_both_true/test.toml @@ -10,7 +10,7 @@ version = "22.8" dir = "tests/clickhouse/rollup" [[test.clickhouse]] -version = "23.12" +version = "24.2" dir = "tests/clickhouse/rollup" [test.carbon_clickhouse] diff --git a/tests/feature_flags_dont_match_missing_tags/test.toml b/tests/feature_flags_dont_match_missing_tags/test.toml index 2be1402f..e58016cb 100644 --- a/tests/feature_flags_dont_match_missing_tags/test.toml +++ b/tests/feature_flags_dont_match_missing_tags/test.toml @@ -10,7 +10,7 @@ version = "22.8" dir = "tests/clickhouse/rollup" [[test.clickhouse]] -version = "23.12" +version = "24.2" dir = "tests/clickhouse/rollup" [test.carbon_clickhouse] diff --git a/tests/feature_flags_false/test.toml b/tests/feature_flags_false/test.toml index 87d3da72..a6a9e6b1 100644 --- a/tests/feature_flags_false/test.toml +++ b/tests/feature_flags_false/test.toml @@ -10,7 +10,7 @@ version = "22.8" dir = "tests/clickhouse/rollup" [[test.clickhouse]] -version = "23.12" +version = "24.2" dir = "tests/clickhouse/rollup" [test.carbon_clickhouse] diff --git a/tests/feature_flags_use_carbon_behaviour/test.toml b/tests/feature_flags_use_carbon_behaviour/test.toml index 55bfa935..61fb2801 100644 --- a/tests/feature_flags_use_carbon_behaviour/test.toml +++ b/tests/feature_flags_use_carbon_behaviour/test.toml @@ -10,7 +10,7 @@ version = "22.8" dir = "tests/clickhouse/rollup" [[test.clickhouse]] -version = "23.12" +version = "24.2" dir = "tests/clickhouse/rollup" [test.carbon_clickhouse]