Skip to content

Commit

Permalink
sql: enable mixed version logic test for ALTER PRIMARY KEY
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
chengxiong-ruan committed Mar 15, 2023
1 parent 832de3c commit 033951f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions pkg/sql/logictest/testdata/logic_test/alter_primary_key
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# LogicTest: default-configs local-mixed-22.2-23.1

statement ok
CREATE TABLE t (x INT PRIMARY KEY, y INT NOT NULL, z INT NOT NULL, w INT, INDEX i (x), INDEX i2 (z))
Expand Down
2 changes: 1 addition & 1 deletion pkg/sql/logictest/tests/local-mixed-22.2-23.1/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ go_test(
"//c-deps:libgeos", # keep
"//pkg/sql/logictest:testdata", # keep
],
shard_count = 12,
shard_count = 13,
tags = ["cpu:1"],
deps = [
"//pkg/build/bazel",
Expand Down

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

0 comments on commit 033951f

Please sign in to comment.