-
Notifications
You must be signed in to change notification settings - Fork 474
test(flag_optimizations): Add e2e tests for zonal bucket optimizations #4308
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
base: master
Are you sure you want to change the base?
Conversation
Summary of ChangesHello @vipnydav, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces comprehensive integration tests to validate the automatic optimizations applied by GCSFuse for zonal buckets. These tests ensure that the correct configuration values are logged and that the expected kernel parameters are set, thereby confirming the proper functioning of the zonal bucket optimization feature. Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
b304999 to
8c91584
Compare
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.
Code Review
This pull request introduces comprehensive integration tests to verify the automatic optimizations applied for zonal buckets in GCSFuse. The changes include exporting the PathForParam function, adding new test cases to validate both logged configuration values and actual kernel parameters, and adjusting mounting utilities to allow the optimization logic to control the enable-kernel-reader flag. The new tests are well-structured and enhance the test coverage for this feature. Additionally, please ensure consistency between manual test configurations and test_config.yaml to prevent unexpected test behavior, specifically regarding the --enable-kernel-reader=true flag.
|
Hi @abhishek10004, @Tulsishah, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4308 +/- ##
==========================================
+ Coverage 83.39% 83.45% +0.06%
==========================================
Files 162 162
Lines 19435 19440 +5
==========================================
+ Hits 16208 16224 +16
+ Misses 2626 2617 -9
+ Partials 601 599 -2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
286b2b5 to
1f12a88
Compare
tools/integration_tests/flag_optimizations/optimization_test.go
Outdated
Show resolved
Hide resolved
|
Hi @Tulsishah, your feedback is needed to move this pull request forward. This automated reminder was triggered because there has been no activity for over 24 hours. Please provide your input when you have a moment. Thank you! |
ec4fc8d to
d20c024
Compare
d20c024 to
4cdfa13
Compare
Description
This PR adds integration tests to verify the automatic optimizations applied for zonal buckets in GCSFuse.
Link to the issue in case of a bug fix.
b/477834782
Testing details
Any backward incompatible change? If so, please explain.