Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/test/cluster_tap/t/306_cluster_5_53_cr_key_reuse.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/test/cluster_tap/t/311_cluster_5_56_cr_lifecycle.pl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading