refactor: stale file test package migration [GKE-GCSFuse Test migration]#3884
Merged
Conversation
e4e47ae to
37024db
Compare
4a40d84 to
e9f8fa9
Compare
37024db to
3afe4bb
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3884 +/- ##
==========================================
- Coverage 83.29% 0 -83.30%
==========================================
Files 153 0 -153
Lines 18624 0 -18624
==========================================
- Hits 15513 0 -15513
+ Misses 2542 0 -2542
+ Partials 569 0 -569
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:
|
b9ffbdf to
b4e810e
Compare
b4e810e to
ad84e02
Compare
0240da6 to
b30cf43
Compare
PranjalC100
commented
Nov 13, 2025
PranjalC100
commented
Nov 13, 2025
b30cf43 to
dad6900
Compare
4a4237c to
61d0091
Compare
eaeec53 to
250ad08
Compare
250ad08 to
31de7ec
Compare
ashmeenkaur
reviewed
Nov 27, 2025
ashmeenkaur
approved these changes
Dec 4, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This PR includes changes to migrate stale file test package to use common config file. This common config will be used by both GCSFuse binary and GCSFuse csi driver tests.
Changes include:
refactoring to use config file by test methods.
changes are made in a backward compatible way so tests can run with both config file and flags. This will be cleaned up in future PRs after the migration is complete.
Migration of stale file package so it can use config file.
Link to the issue in case of a bug fix.
b/445952888
Testing details
Any backward incompatible change? If so, please explain.