diff --git a/src/test/cluster_tap/t/306_cluster_5_53_cr_key_reuse.pl b/src/test/cluster_tap/t/306_cluster_5_53_cr_key_reuse.pl index eb92c44d21..255a7fecbe 100644 --- a/src/test/cluster_tap/t/306_cluster_5_53_cr_key_reuse.pl +++ b/src/test/cluster_tap/t/306_cluster_5_53_cr_key_reuse.pl @@ -106,7 +106,7 @@ # spec-6.12b six CR-server counters. is( $node->safe_psql('postgres', q{SELECT count(*) FROM pg_cluster_state WHERE category='cr'}), - '70', 'L1b cr category has 70 rows (17 + 5 spec-5.53 + 8 spec-5.54 + 5 spec-5.56 + 6 spec-6.12b + 16 spec-6.12i/6.15 + 13 spec-7.1 D0/D3-b census & multi-verdict serve)'); + '71', 'L1b cr category has 71 rows (+ 1 spec-7.3 D7 fence_refused; 17 + 5 spec-5.53 + 8 spec-5.54 + 5 spec-5.56 + 6 spec-6.12b + 16 spec-6.12i/6.15 + 13 spec-7.1 D0/D3-b census & multi-verdict serve)'); for my $k (qw(cr_key_mismatch_count cr_epoch_mismatch_count cr_generation_mismatch_count cr_base_lsn_mismatch_count diff --git a/src/test/cluster_tap/t/311_cluster_5_56_cr_lifecycle.pl b/src/test/cluster_tap/t/311_cluster_5_56_cr_lifecycle.pl index e4b2ef1445..fcbf8f059e 100644 --- a/src/test/cluster_tap/t/311_cluster_5_56_cr_lifecycle.pl +++ b/src/test/cluster_tap/t/311_cluster_5_56_cr_lifecycle.pl @@ -106,7 +106,7 @@ 'postmaster', 'L7b rel_generation_slots is PGC_POSTMASTER'); is( $node->safe_psql('postgres', q{SELECT count(*) FROM pg_cluster_state WHERE category='cr'}), - '70', 'L7c cr category has 70 rows (22 + 8 spec-5.54 tuple + 5 spec-5.56 lifecycle + 6 spec-6.12b cr-server + 16 spec-6.12i/6.15 runtime-visibility & verdict + 13 spec-7.1 D0/D3-b census & multi-verdict serve)'); + '71', 'L7c cr category has 71 rows (+ 1 spec-7.3 D7 fence_refused; 22 + 8 spec-5.54 tuple + 5 spec-5.56 lifecycle + 6 spec-6.12b cr-server + 16 spec-6.12i/6.15 runtime-visibility & verdict + 13 spec-7.1 D0/D3-b census & multi-verdict serve)'); for my $k ( qw(cr_global_epoch_fallback_bump_count cr_rel_gen_bump_count cr_rel_gen_table_overflow_count cr_retention_horizon_advance_noted_count