Skip to content

Commit

Permalink
Merge pull request cockroachdb#64185 from jordanlewis/backport20.2-64183
Browse files Browse the repository at this point in the history
release-20.2: sql: fix flaky test
  • Loading branch information
jordanlewis authored Apr 25, 2021
2 parents 72598c0 + 80b08d1 commit 108ed7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/sql/logictest/testdata/logic_test/schema_change_in_txn
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ ALTER TABLE check_table ADD CHECK (a >= 0)
statement ok
ALTER TABLE check_table ADD CHECK (a < 0)

statement error pgcode XXA00 validation of CHECK \"a < 0:::INT8\" failed on row: k=0, a=0
statement error pgcode XXA00 validation of CHECK \"a < 0:::INT8\" failed on row
COMMIT

query TTTTB
Expand Down

0 comments on commit 108ed7d

Please sign in to comment.