Commit 8387e9c
Merge #154480
154480: sql/copy: deflake copy datadriven test r=DrewKimball a=DrewKimball
One of the `copy_from` test cases for RLS could previously fail if the copy batch size was metamorphically set to 1 and the test was using nonatomic copy. This commit fixes the flake by re-ordering the copied rows so that the failing one is copied first.
Fixes #154418
Release note: None
Co-authored-by: Drew Kimball <[email protected]>1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
800 | 800 | | |
801 | 801 | | |
802 | 802 | | |
803 | | - | |
804 | 803 | | |
| 804 | + | |
805 | 805 | | |
806 | 806 | | |
807 | 807 | | |
| |||
0 commit comments