-
Notifications
You must be signed in to change notification settings - Fork 79
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
Add ability to disable medusa-purge cron #1292
Conversation
No linked issues found. Please add the corresponding issues in the pull request description. |
Apparently I need to update an admission controller?
|
No, but did you forget to run |
2c42d6d
to
c6f57a2
Compare
Is this documented? I don't know what all is needed for this project I guess 😊 |
I think tests should run it (and you should see that your git repo isn't clean anymore). It's pretty normal to not edit the YAML file by hand, especially in controller-runtime based projects. But I don't remember if there's a warning to touch it, only a mention that it is a generated file. |
Any advice on troubleshooting the remaining failures? |
7d19af7
to
c96634a
Compare
Looks like a rebase fixed the failing test. The only check failing now is related to the lack of a "fixed" issue. I did mention #1278 but this is more of a partial "fix" until a better solution can address the concerns. |
Hi @ericsmalling, thanks for working on this! I thought I had posted this comment yesterday but probably didn't hit the button, sorry about that. |
Thanks for the guidance - I'll get back to this ASAP
|
Hi, We are running into same issue. Was this solution approved and when will this be merged? |
My apologies, I’ve not had free time to finish this. Hope to get back to it
later this week.
Anyone that wants to submit suggested fixes/improvements, plz do so.
…On Sun, May 5, 2024 at 6:06 PM venkatsunil5 ***@***.***> wrote:
Hi, We are running into same issue. Was this solution approved and when
will this be merged?
—
Reply to this email directly, view it on GitHub
<#1292 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACYIUTGKNLGJVOVLZYAM5TZA2UPXAVCNFSM6AAAAABGO7BCK6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJUHE3DQMJQGA>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Back looking into this now |
I'm finally back to look at this and have a question: would I need to create a complete copy of |
Since we have the createSingleMedusaJob using the other setting we can avoid duplicating the whole multi dc e2e test. We have to be mindful of the number of parallel tests we're launching as we have a fairly limited number of GHA runners in the k8ssandra org. |
I am not sure what is causing the ChangeDseWorkload test to fail |
It was just a flake, it's green after a re-run 👍 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ericsmalling there are a few more things to do here. I can push some commits to get this PR to a wrap, unless you want to devote more cycles to it.
Let me know what works for you.
If you have the time to make the changes, I'm more than happy to let you do them! Thanks! If not, I'll try to tackle them later today. |
@adejanovski I just pushed up fixes for your review comments. Ready for your re-review. A couple of the tests failed but I'm wondering if it's the same flaky ones we saw before. I don't seem to have priv's to be able to re-run it. |
558733e
to
b413fb3
Compare
Hi @ericsmalling, I'll review the PR today and see what's going on with the failing tests. |
Signed-off-by: Eric Smalling <[email protected]>
Quality Gate passedIssues Measures |
Merged as part of #1346 I had to create another PR as I didn't want to force push to your branch @ericsmalling. You're still credited for the commits there 👌 |
This change adds a toggle to disable the medusa-purge cronjob added in v1.12.0.
Specifically, it adds an optional
purgeBackups:
field tok8ssandraCluster
CRD:Fixes part of #1278 (Doesn't completely fix that issue but is a pre-cursor to resolve the bug)
Checklist