Skip to content

Conversation

@crenshaw-dev
Copy link
Member

Fixes #23311

Reproduced this by adding a 100x loop to TestGracefulShutdown, but I reverted that to avoid slow tests.

I considered expanding the lock in loadRevokedTokens to include the Redis Scan call. But that would be a significant performance downside for something that's easily solved by just doing things in the correct order.

@crenshaw-dev crenshaw-dev requested a review from a team as a code owner June 6, 2025 19:21
@bunnyshell
Copy link

bunnyshell bot commented Jun 6, 2025

❌ Preview Environment deleted from Bunnyshell

Available commands (reply to this comment):

  • 🚀 /bns:deploy to deploy the environment

@codecov
Copy link

codecov bot commented Jun 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 59.93%. Comparing base (36f91a0) to head (7c63d7b).
⚠️ Report is 399 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #23312   +/-   ##
=======================================
  Coverage   59.93%   59.93%           
=======================================
  Files         342      342           
  Lines       58573    58573           
=======================================
+ Hits        35105    35106    +1     
- Misses      20620    20623    +3     
+ Partials     2848     2844    -4     

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

@crenshaw-dev crenshaw-dev merged commit 7915002 into argoproj:master Jun 6, 2025
28 checks passed
philippemerle pushed a commit to philippemerle/argoproj-argo-cd that referenced this pull request Jun 7, 2025
philippemerle pushed a commit to philippemerle/argoproj-argo-cd that referenced this pull request Jun 7, 2025
dsuhinin pushed a commit to dsuhinin/argo-cd that referenced this pull request Jun 16, 2025
dsuhinin pushed a commit to dsuhinin/argo-cd that referenced this pull request Jun 16, 2025
enneitex pushed a commit to enneitex/argo-cd that referenced this pull request Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Race in TestGracefulShutdown

2 participants