-
Notifications
You must be signed in to change notification settings - Fork 14.5k
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
chore(GAQ): Remove GLOBAL_ASYNC_QUERIES_REDIS_CONFIG #30284
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #30284 +/- ##
===========================================
+ Coverage 0 83.46% +83.46%
===========================================
Files 0 546 +546
Lines 0 39284 +39284
===========================================
+ Hits 0 32787 +32787
- Misses 0 6497 +6497
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I think @villebro has the most context here, so I'll request his review, and re-start our flaky E2E test while I'm at it. |
@nsivarajan can you rebase this PR? The breaking change window for 5.0 is open, so we can now merge this. |
@villebro Sure - I'll update in two days |
720a02f
to
8aba2c4
Compare
Hi @villebro, |
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.
Looks good! One redundant comment found + we need to add a comment to UPDATING.md
to alert about the breaking change. Under the "Next" heading you should add a note pointing to this PR that states that the old config flag has been removed in favor of the new one, preferably explaining how to change the old config to the new one. After that we can merge this.
@nsivarajan |
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.
LGTM, thanks for the quick updates!
Thanks, @villebro, for all the guidance. As always, it's been very helpful! |
@nsivarajan it was my pleasure, thanks for taking care of this important breaking change for 5.0! I'm rerunning some flaky CI tests, will merge once CI is green. |
The E2E failure is unrelated to this PR and will be fixed by #31933. |
Close/reopen to restart CI after fixed flaky test. |
@nsivarajan can you rebase the PR to see if the flaky test now passes? Closing/reopening didn't resolve the issue. |
@villebro - Thanks again, finally all green! please help to merge. |
Finally! |
Co-authored-by: Sivarajan Narayanan <[email protected]>
Co-authored-by: Sivarajan Narayanan <[email protected]>
SUMMARY
This PR follows up on #29912 and removes the deprecated GLOBAL_ASYNC_QUERIES_REDIS_CONFIG configuration in favor of the new GLOBAL_ASYNC_QUERIES_CACHE_BACKEND configuration. It is intended to be merged into version 5.0.
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION