Skip to content

DEVX-786 don't retry delete requests on concurrent modification#1062

Open
jenschude wants to merge 3 commits into
mainfrom
concurrentmiddleware-fix
Open

DEVX-786 don't retry delete requests on concurrent modification#1062
jenschude wants to merge 3 commits into
mainfrom
concurrentmiddleware-fix

Conversation

@jenschude
Copy link
Copy Markdown
Contributor

Closes #1061

@jenschude jenschude requested a review from a team as a code owner May 13, 2026 14:20
@jenschude jenschude changed the title don't retry delete requests on concurrent modification DEVX-786 don't retry delete requests on concurrent modification May 13, 2026
@codecov
Copy link
Copy Markdown

codecov Bot commented May 13, 2026

Codecov Report

❌ Patch coverage is 50.00000% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 9.79%. Comparing base (ff0fd0d) to head (378c14b).

Files with missing lines Patch % Lines
...i/client/ConcurrentModificationMiddlewareImpl.java 50.00% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##              main   #1062   +/-   ##
=======================================
  Coverage     9.79%   9.79%           
- Complexity    2087    2090    +3     
=======================================
  Files         8106    8106           
  Lines        78449   78455    +6     
  Branches       355     357    +2     
=======================================
+ Hits          7681    7685    +4     
  Misses       70571   70571           
- Partials       197     199    +2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ConcurrentModificationMiddleware does not retry DELETE HTTP requests

1 participant