Skip to content

Commit

Permalink
logictest: enable local-mixed-24.3 config
Browse files Browse the repository at this point in the history
Epic: REL-1322
  • Loading branch information
RaduBerinde committed Nov 16, 2024
1 parent 07dd308 commit 70d27eb
Show file tree
Hide file tree
Showing 13 changed files with 4,542 additions and 3 deletions.
8 changes: 8 additions & 0 deletions pkg/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ ALL_TESTS = [
"//pkg/ccl/logictestccl/tests/fakedist:fakedist_test",
"//pkg/ccl/logictestccl/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/ccl/logictestccl/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/ccl/logictestccl/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/ccl/logictestccl/tests/local-read-committed:local-read-committed_test",
"//pkg/ccl/logictestccl/tests/local-repeatable-read:local-repeatable-read_test",
"//pkg/ccl/logictestccl/tests/local-vec-off:local-vec-off_test",
Expand Down Expand Up @@ -486,6 +487,7 @@ ALL_TESTS = [
"//pkg/sql/logictest/tests/fakedist:fakedist_test",
"//pkg/sql/logictest/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/sql/logictest/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/sql/logictest/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/sql/logictest/tests/local-vec-off:local-vec-off_test",
"//pkg/sql/logictest/tests/local:local_test",
"//pkg/sql/logictest/tests/multiregion-9node-3region-3azs:multiregion-9node-3region-3azs_test",
Expand All @@ -503,6 +505,7 @@ ALL_TESTS = [
"//pkg/sql/opt/exec/execbuilder/tests/fakedist:fakedist_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-vec-off:local-vec-off_test",
"//pkg/sql/opt/exec/execbuilder/tests/local:local_test",
"//pkg/sql/opt/exec/execbuilder:execbuilder_test",
Expand Down Expand Up @@ -605,6 +608,7 @@ ALL_TESTS = [
"//pkg/sql/sqlitelogictest/tests/fakedist:fakedist_test",
"//pkg/sql/sqlitelogictest/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/sql/sqlitelogictest/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/sql/sqlitelogictest/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/sql/sqlitelogictest/tests/local-read-committed:local-read-committed_test",
"//pkg/sql/sqlitelogictest/tests/local-repeatable-read:local-repeatable-read_test",
"//pkg/sql/sqlitelogictest/tests/local-vec-off:local-vec-off_test",
Expand Down Expand Up @@ -931,6 +935,7 @@ GO_TARGETS = [
"//pkg/ccl/logictestccl/tests/fakedist:fakedist_test",
"//pkg/ccl/logictestccl/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/ccl/logictestccl/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/ccl/logictestccl/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/ccl/logictestccl/tests/local-read-committed:local-read-committed_test",
"//pkg/ccl/logictestccl/tests/local-repeatable-read:local-repeatable-read_test",
"//pkg/ccl/logictestccl/tests/local-vec-off:local-vec-off_test",
Expand Down Expand Up @@ -1962,6 +1967,7 @@ GO_TARGETS = [
"//pkg/sql/logictest/tests/fakedist:fakedist_test",
"//pkg/sql/logictest/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/sql/logictest/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/sql/logictest/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/sql/logictest/tests/local-vec-off:local-vec-off_test",
"//pkg/sql/logictest/tests/local:local_test",
"//pkg/sql/logictest/tests/multiregion-9node-3region-3azs:multiregion-9node-3region-3azs_test",
Expand All @@ -1988,6 +1994,7 @@ GO_TARGETS = [
"//pkg/sql/opt/exec/execbuilder/tests/fakedist:fakedist_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/sql/opt/exec/execbuilder/tests/local-vec-off:local-vec-off_test",
"//pkg/sql/opt/exec/execbuilder/tests/local:local_test",
"//pkg/sql/opt/exec/execbuilder:execbuilder",
Expand Down Expand Up @@ -2237,6 +2244,7 @@ GO_TARGETS = [
"//pkg/sql/sqlitelogictest/tests/fakedist:fakedist_test",
"//pkg/sql/sqlitelogictest/tests/local-legacy-schema-changer:local-legacy-schema-changer_test",
"//pkg/sql/sqlitelogictest/tests/local-mixed-24.2:local-mixed-24_2_test",
"//pkg/sql/sqlitelogictest/tests/local-mixed-24.3:local-mixed-24_3_test",
"//pkg/sql/sqlitelogictest/tests/local-read-committed:local-read-committed_test",
"//pkg/sql/sqlitelogictest/tests/local-repeatable-read:local-repeatable-read_test",
"//pkg/sql/sqlitelogictest/tests/local-vec-off:local-vec-off_test",
Expand Down
28 changes: 28 additions & 0 deletions pkg/ccl/logictestccl/tests/local-mixed-24.3/BUILD.bazel
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
load("@io_bazel_rules_go//go:def.bzl", "go_test")

go_test(
name = "local-mixed-24_3_test",
size = "enormous",
srcs = ["generated_test.go"],
data = [
"//c-deps:libgeos", # keep
"//pkg/ccl/logictestccl:testdata", # keep
],
exec_properties = {"test.Pool": "large"},
shard_count = 31,
tags = ["cpu:1"],
deps = [
"//pkg/base",
"//pkg/build/bazel",
"//pkg/ccl",
"//pkg/security/securityassets",
"//pkg/security/securitytest",
"//pkg/server",
"//pkg/sql/logictest",
"//pkg/testutils/serverutils",
"//pkg/testutils/skip",
"//pkg/testutils/testcluster",
"//pkg/util/leaktest",
"//pkg/util/randutil",
],
)
293 changes: 293 additions & 0 deletions pkg/ccl/logictestccl/tests/local-mixed-24.3/generated_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pkg/sql/logictest/logictestbase/logictestbase.go
Original file line number Diff line number Diff line change
Expand Up @@ -589,8 +589,7 @@ var (
"fakedist-vec-off",
"fakedist-disk",
"local-mixed-24.2",
// TODO(radu): enable this.
//"local-mixed-24.3",
"local-mixed-24.3",
}
// FiveNodeDefaultConfigName is a special alias for all 5 node configs.
FiveNodeDefaultConfigName = "5node-default-configs"
Expand Down
Loading

0 comments on commit 70d27eb

Please sign in to comment.