Skip to content

Conversation

@aalexand
Copy link
Collaborator

@aalexand aalexand commented Dec 6, 2025

Go 1.24.8 has a bug that is causing a test failure like in #970. To avoid running into this when the local version has the bug, require 1.24.9 at least.

Tested with "go test ./..." on a machine where 1.24.8 is the default system-wide Go. The test run fails before this fix and passes after.

@aalexand aalexand requested review from gmarin13 and wyk9787 December 6, 2025 21:27
Go 1.24.8 has a bug that is causing a test failure like in google#970. To
avoid running into this when the local version has the bug, require
1.24.9 at least.

Tested with "go test ./..." on a machine where 1.24.8 is the default
system-wide Go. The test run fails before this fix and passes after.
@codecov-commenter
Copy link

codecov-commenter commented Dec 6, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 67.33%. Comparing base (f1b79c6) to head (88293f6).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #975   +/-   ##
=======================================
  Coverage   67.33%   67.33%           
=======================================
  Files          44       44           
  Lines        7787     7787           
=======================================
  Hits         5243     5243           
  Misses       2112     2112           
  Partials      432      432           

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

@gmarin13 gmarin13 merged commit 2866da1 into google:main Dec 7, 2025
49 checks passed
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.

3 participants