Skip to content

Commit

Permalink
Turn on force switchover in Jepsen tests
Browse files Browse the repository at this point in the history
  • Loading branch information
noname0443 committed Oct 21, 2024
1 parent 6759a4f commit 833e238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/docker-jepsen.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
name: Jepsen tests

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
schedule:
- cron: '0 0 * * *'

Expand Down
2 changes: 2 additions & 0 deletions tests/images/mysql_jepsen/mysync.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ disable_semi_sync_replication_on_maintenance: ${MYSYNC_DISABLE_REPLICATION_ON_MA
replication_channel: ''
test_filesystem_readonly_file: /tmp/readonly
test_disk_usage_file: /tmp/usedspace
show_only_gtid_diff: true
force_switchover: true

0 comments on commit 833e238

Please sign in to comment.