Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
munakoiso committed Nov 15, 2024
1 parent 4ca0eed commit 04db15f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/features/cascade.feature
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ Feature: Check not HA hosts
priority: 0
use_replication_slots: 'yes'
quorum_commit: 'yes'
drop_slot_countdown: 10
primary:
change_replication_type: 'yes'
primary_switch_checks: 1
Expand Down
1 change: 1 addition & 0 deletions tests/features/kill_primary.feature
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ Feature: Destroy primary in various scenarios
priority: 0
use_replication_slots: 'yes'
quorum_commit: 'yes'
drop_slot_countdown: 10
primary:
change_replication_type: 'yes'
primary_switch_checks: 1
Expand Down
1 change: 1 addition & 0 deletions tests/features/slot.feature
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Feature: Replication slots
global:
priority: 0
use_replication_slots: 'yes'
drop_slot_countdown: 10
primary:
change_replication_type: 'no'
primary_switch_checks: 1
Expand Down

0 comments on commit 04db15f

Please sign in to comment.