Skip to content

Conversation

@zirain
Copy link
Member

@zirain zirain commented Jan 24, 2026

fixes: #8035

Signed-off-by: zirain <zirain2009@gmail.com>
@zirain zirain requested a review from a team as a code owner January 24, 2026 12:48
@zirain zirain changed the title fix: fix race in gatewaapi runner fix: race in gatewaapi runner Jan 24, 2026
@netlify
Copy link

netlify bot commented Jan 24, 2026

Deploy Preview for cerulean-figolla-1f9435 canceled.

Name Link
🔨 Latest commit e2ac075
🔍 Latest deploy log https://app.netlify.com/projects/cerulean-figolla-1f9435/deploys/6974c62a1c6c9d00084331d2

Signed-off-by: zirain <zirain2009@gmail.com>
Signed-off-by: zirain <zirain2009@gmail.com>
@zirain
Copy link
Member Author

zirain commented Jan 24, 2026

@codecov
Copy link

codecov bot commented Jan 24, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 73.70%. Comparing base (d88b5b5) to head (e2ac075).

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #8037      +/-   ##
==========================================
+ Coverage   73.65%   73.70%   +0.05%     
==========================================
  Files         237      237              
  Lines       35653    35662       +9     
==========================================
+ Hits        26259    26284      +25     
+ Misses       7530     7517      -13     
+ Partials     1864     1861       -3     

☔ 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.

r.Logger = r.Logger.WithName(r.Name()).WithValues("runner", r.Name())

go r.startWasmCache(ctx)
r.done.Add(2)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can you add a comment here, outlining why 2 is needed here

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.

Data race while running tests that fixes with retry

2 participants