Skip to content

Commit

Permalink
Fix comment in tests (#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
idanovinda authored Dec 11, 2024
1 parent 518d2f6 commit 517daf7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions postgres-appliance/tests/test_spilo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ function verify_hourly_log_rotation() {
[ "$log_rotation_age" = "1h" ] && [ "$log_filename" = "postgresql-%u-%H.log" ] && [ "$postgres_log_ftables" -eq 192 ] && [ "$postgres_log_views" -eq 8 ] && [ "$postgres_failed_auth_views" -eq 200 ]
}

# TEST SUITE 1 - In-place major upgrade 15->16->...->17
# TEST SUITE 1 - In-place major upgrade 13->14->...->17
# TEST SUITE 2 - Major upgrade 13->17 after wal-e clone (with CLONE_PGVERSION set)
# TEST SUITE 3 - PITR (clone with wal-e) with unreachable target (14+)
# TEST SUITE 4 - Major upgrade 15->16 after wal-e clone (no CLONE_PGVERSION)
# TEST SUITE 4 - Major upgrade 13->14 after wal-e clone (no CLONE_PGVERSION)
# TEST SUITE 5 - Replica bootstrap with wal-e
# TEST SUITE 6 - Major upgrade 15->16 after clone with basebackup
# TEST SUITE 6 - Major upgrade 14->15 after clone with basebackup
# TEST SUITE 7 - Hourly log rotation
function test_spilo() {
# TEST SUITE 1
Expand Down

0 comments on commit 517daf7

Please sign in to comment.