Skip to content

Commit 01f769b

Browse files
authored
Merge pull request #154498 from cockroachdb/blathers/backport-release-25.4-154480
release-25.4: sql/copy: deflake copy datadriven test
2 parents b6a1239 + 54c635c commit 01f769b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/sql/copy/testdata/copy_from

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ CREATE POLICY p_sel ON rls_table FOR SELECT USING (true);
800800
# Deny some
801801
copy-from-error
802802
COPY rls_table FROM STDIN WITH CSV
803-
20,"twenty"
804803
4,"four (violates rls policy)"
804+
20,"twenty"
805805
----
806806
ERROR: new row violates row-level security policy for table "rls_table" (SQLSTATE 42501)
807807

0 commit comments

Comments
 (0)