-
Notifications
You must be signed in to change notification settings - Fork 89
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mysql_replication: fix crashes caused by deprecated terminology #71
mysql_replication: fix crashes caused by deprecated terminology #71
Conversation
1d5430f
to
e07e96b
Compare
Codecov Report
@@ Coverage Diff @@
## main #71 +/- ##
==========================================
+ Coverage 71.46% 72.33% +0.87%
==========================================
Files 8 9 +1
Lines 1570 1605 +35
Branches 414 420 +6
==========================================
+ Hits 1122 1161 +39
+ Misses 301 298 -3
+ Partials 147 146 -1
Continue to review full report at Codecov.
|
the integration and sanity tests are passed, so
|
mysql 8.0.22 failed because my code properly changed |
4ea498c
to
c85e320
Compare
c85e320
to
3d2661b
Compare
FYI: the tests with 8.0.21 were also green |
ready_for_review |
tests/integration/targets/test_mysql_replication/tasks/mysql_replication_initial.yml
Outdated
Show resolved
Hide resolved
@felixfontein thanks for reviewing! |
@felixfontein thanks for reviewing! |
SUMMARY
Fixes #70
mysql_replication: fix crashes caused by deprecated terminology
ISSUE TYPE
COMPONENT NAME
plugins/modules/mysql_replication.py