forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitbeb012b
committed
Disable parallel query in psql error-with-FETCH_COUNT test.
The buildfarm members using debug_parallel_query = regress are mostlyunhappy with this test. I guess what is happening is that rowsgenerated by a parallel worker are buffered, and might or might notget to the leader before the expected error occurs. We did not seeany variability in the old version of this test because each FETCHwould succeed or fail atomically, leading to a predictable number ofrows emitted before failure. I don't find this to be a bug, justunspecified behavior, so let's disable parallel query for this onetest case to make the results stable.1 parent90f5178 commitbeb012b
2 files changed
+6
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4788 | 4788 |
| |
4789 | 4789 |
| |
4790 | 4790 |
| |
| 4791 | + | |
| 4792 | + | |
4791 | 4793 |
| |
4792 | 4794 |
| |
4793 | 4795 |
| |
| |||
4812 | 4814 |
| |
4813 | 4815 |
| |
4814 | 4816 |
| |
| 4817 | + | |
4815 | 4818 |
| |
4816 | 4819 |
| |
4817 | 4820 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1169 | 1169 |
| |
1170 | 1170 |
| |
1171 | 1171 |
| |
| 1172 | + | |
| 1173 | + | |
1172 | 1174 |
| |
1173 | 1175 |
| |
1174 | 1176 |
| |
1175 | 1177 |
| |
1176 | 1178 |
| |
1177 | 1179 |
| |
| 1180 | + | |
1178 | 1181 |
| |
1179 | 1182 |
| |
1180 | 1183 |
| |
|
0 commit comments
Comments
(0)