Skip to content
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

Avoid any actions when a unit is offline and allow mysql GR to recover #334

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

shayancanonical
Copy link
Contributor

Issue

The SST test fails because we are taking an action when a unit is offline (we are currently trying to rejoin the instance to the cluster).

Solution

Do nothing, as MySQL Group Replication has logic around rejoining an offline instance.

@codecov
Copy link

codecov bot commented Oct 4, 2023

Codecov Report

Merging #334 (58c3adb) into main (e4532cf) will increase coverage by 0.05%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #334      +/-   ##
==========================================
+ Coverage   63.96%   64.01%   +0.05%     
==========================================
  Files          16       16              
  Lines        2997     2993       -4     
  Branches      390      389       -1     
==========================================
- Hits         1917     1916       -1     
+ Misses        956      955       -1     
+ Partials      124      122       -2     
Files Coverage Δ
src/charm.py 51.91% <ø> (+0.31%) ⬆️

paulomach
paulomach previously approved these changes Oct 5, 2023
Copy link
Contributor

@paulomach paulomach left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good - the upgrade from stable will probably keep failing - there's a fix on the PR #331

@shayancanonical shayancanonical merged commit 2e9e55e into main Oct 6, 2023
@shayancanonical shayancanonical deleted the fix/sst_test_failure branch October 6, 2023 10:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants