Test what happens when XLOG_SWITCH ends on page boundary, fix #1991

This commit is contained in:
Egor Suvorov
2022-06-25 02:16:50 +03:00
committed by Egor Suvorov
parent 85bda437de
commit 80b7a3b51a
6 changed files with 85 additions and 10 deletions

View File

@@ -10,6 +10,7 @@ import pytest
[
'simple',
'last_wal_record_xlog_switch',
'last_wal_record_xlog_switch_ends_on_page_boundary',
'last_wal_record_crossing_segment',
'wal_record_crossing_segment_followed_by_small_one',
])