Try to harden insert-conflict-specconflict against autovacuum.
Andres Freund <andres@anarazel.de>
Try to harden insert-conflict-specconflict against autovacuum. Looks like guaibasaurus had a autovacuum running during the controller_print_speculative_locks step (just added in 43e08419708). Which does indeed seem quite possible. Avoid the problem by only looking for the backends participating in the test.
Files
| Path | Change | +/− |
|---|---|---|
| src/test/isolation/expected/insert-conflict-specconflict.out | modified | +12 −3 |
| src/test/isolation/specs/insert-conflict-specconflict.spec | modified | +4 −1 |