forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit997563d
committed
Try to harden insert-conflict-specconflict against autovacuum.
Looks like guaibasaurus had a autovacuum running during thecontroller_print_speculative_locks step (just added in43e0841). Which does indeed seem quite possible.Avoid the problem by only looking for the backends participating inthe test.1 parentdcdbb5a commit997563d
File tree
2 files changed
+16
-4
lines changed- src/test/isolation
- expected
- specs
2 files changed
+16
-4
lines changedLines changed: 12 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
365 | 368 |
| |
366 | 369 |
| |
367 | 370 |
| |
| |||
380 | 383 |
| |
381 | 384 |
| |
382 | 385 |
| |
383 |
| - | |
| 386 | + | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
384 | 390 |
| |
385 | 391 |
| |
386 | 392 |
| |
| |||
399 | 405 |
| |
400 | 406 |
| |
401 | 407 |
| |
402 |
| - | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
403 | 412 |
| |
404 | 413 |
| |
405 | 414 |
| |
|
Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
63 | 63 |
| |
64 | 64 |
| |
65 | 65 |
| |
66 |
| - | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
67 | 70 |
| |
68 | 71 |
| |
69 | 72 |
| |
|
0 commit comments
Comments
(0)