test: validate Quark delete reliability r2 - #7
Draft
NovumOrbis wants to merge 2 commits into
Draft
NovumOrbis wants to merge 2 commits into
NovumOrbis wants to merge 2 commits into
Conversation
NovumOrbis
force-pushed
the
test/quark-delete-reliability-ci-r2
branch
from
September 7, 2026 15:03
70c77b9 to
4562808
Compare
Recover the observed Quark `inner error, requestId ...` response from `/file/delete` with a bounded driver-layer retry loop. After an ambiguous provider error, query the immutable FID before replaying the destructive request. If the FID is already absent, treat the requested delete state as satisfied; otherwise retry only the narrowly matched transient. Keep unrelated provider and transport errors fail-closed, propagate request cancellation to the delete call, and cover retry, ambiguity, cancellation, and exact-FID verification with regression tests.
NovumOrbis
force-pushed
the
test/quark-delete-reliability-ci-r2
branch
from
September 7, 2026 15:10
0aeba20 to
c90db38
Compare
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.
Temporary fork-only validation PR for the hardened
fix/quark-delete-reliabilitycandidate.The only additional change on this branch is a CI workflow that runs formatting, vet, unit, race, shuffled repeated race,
internal/op, and WebDAV tests. This PR is for validation only and must not be merged.