Commit e60fcba
committed
sql/copy: deflake copy datadriven test
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: None1 parent 4b9c7ab commit e60fcba
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