-
Notifications
You must be signed in to change notification settings - Fork 458
test(rapid appends): appends from a handle after takeover from another client must fail #3522
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
Merged
anushka567
merged 15 commits into
master
from
ft-appends-must-fail-when-another-append-in-progress
Jul 24, 2025
Merged
test(rapid appends): appends from a handle after takeover from another client must fail #3522
anushka567
merged 15 commits into
master
from
ft-appends-must-fail-when-another-append-in-progress
Jul 24, 2025
+47
−5
Conversation
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
1abac90
to
bd5420a
Compare
753eee6
to
fc5ba01
Compare
Base automatically changed from
meet2mky/append_files_functional_tests
to
master
July 18, 2025 10:57
4c28350
to
f26c312
Compare
f26c312
to
4cf2d1e
Compare
anushka567
commented
Jul 23, 2025
vadlakondaswetha
approved these changes
Jul 23, 2025
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3522 +/- ##
==========================================
- Coverage 79.69% 0 -79.70%
==========================================
Files 142 0 -142
Lines 18971 0 -18971
==========================================
- Hits 15119 0 -15119
+ Misses 3340 0 -3340
+ Partials 512 0 -512
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:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
execute-integration-tests-on-zb
To run E2E tests on zonal bucket.
remind-reviewers
Auto remind reviewers in attention set for review post 24hrs of inactivity on PR.
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 introduces a new functional test,
TestAppendSessionInvalidatedByAnotherClientUponTakeover
, to verify the correct handling of concurrent append operations on the same unfinalized object from different GCSfuse mountThe sequence of operations is as follows:
NFS Stale File Handle
error, as its session has been invalidated by the takeover .Link to the issue in case of a bug fix.
b/431894122
Testing details
Any backward incompatible change? If so, please explain.