-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Implement wipe cluster settings for YAML tests #5527
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
Conversation
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.11 7.11
# Navigate to the new working tree
cd .worktrees/backport-7.11
# Create a new branch
git switch --create backport-5527-to-7.11
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 ddc280194c1dd122f05f980aabc774c25325a14e
# Push it to GitHub
git push --set-upstream origin backport-5527-to-7.11
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.11 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.12 7.12
# Navigate to the new working tree
cd .worktrees/backport-7.12
# Create a new branch
git switch --create backport-5527-to-7.12
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 ddc280194c1dd122f05f980aabc774c25325a14e
# Push it to GitHub
git push --set-upstream origin backport-5527-to-7.12
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.12 Then, create a pull request where the |
The backport to
To backport manually, run these commands in your terminal: # Fetch latest updates from GitHub
git fetch
# Create a new working tree
git worktree add .worktrees/backport-7.x 7.x
# Navigate to the new working tree
cd .worktrees/backport-7.x
# Create a new branch
git switch --create backport-5527-to-7.x
# Cherry-pick the merged commit of this pull request and resolve the conflicts
git cherry-pick --mainline 1 ddc280194c1dd122f05f980aabc774c25325a14e
# Push it to GitHub
git push --set-upstream origin backport-5527-to-7.x
# Go back to the original working tree
cd ../..
# Delete the working tree
git worktree remove .worktrees/backport-7.x Then, create a pull request where the |
Gonna manually backport this to 7.x and hopefully auto-backport to 7.11 and 7.12 from that! |
* Implement wipe cluster settings * Unskip cluster settings tests * Remove redundant skip * Update skip comment * Reuse settings for return * Unskip cluster voting config * Update skip comment * Cleanup file * Unskip a test and add extra comments * Remove ML skip * Remove skip which now passes * Remove skip where file does not exist * Cleanup (cherry picked from commit ddc2801)
* Implement wipe cluster settings for YAML tests (#5527) * Implement wipe cluster settings * Unskip cluster settings tests * Remove redundant skip * Update skip comment * Reuse settings for return * Unskip cluster voting config * Update skip comment * Cleanup file * Unskip a test and add extra comments * Remove ML skip * Remove skip which now passes * Remove skip where file does not exist * Cleanup (cherry picked from commit ddc2801) * Fix namespace
No description provided.