Fix the unstable output of tests added by commit 8fccf75834.

Amit Kapila <akapila@postgresql.org>

Commit: 2050832d0d637358a376a99514071941aa93ed31
Author: Amit Kapila <akapila@postgresql.org>
Date: 2020-10-13T07:16:38Z
Releases: 14.0
Fix the unstable output of tests added by commit 8fccf75834.

The test cases added by that commit were trying to test the exact number of
times a particular transaction has spilled. However, that number can vary if
any background transaction (say by autovacuum) happens in parallel to the main
transaction. So let's not try to verify the exact count.

Author: Amit Kapila
Reviewed-by: Sawada Masahiko
Discussion: https://postgr.es/m/CA+fd4k5_pPAYRTDrO2PbtTOe0eHQpBvuqmCr8ic39uTNmR49Eg@mail.gmail.com

Files

Discussion