-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bytes: TestGrow is flaky #36695
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
There is no bytes.Builder. (And no |
Correct, but the problem we fixed with the |
May I give it a try? |
@howjmay, sure! |
howjmay
added a commit
to howjmay/go
that referenced
this issue
Jan 24, 2020
howjmay
added a commit
to howjmay/go
that referenced
this issue
Jan 24, 2020
Change https://golang.org/cl/216237 mentions this issue: |
howjmay
added a commit
to howjmay/go
that referenced
this issue
Jan 24, 2020
howjmay
added a commit
to howjmay/go
that referenced
this issue
Jan 24, 2020
Change https://golang.org/cl/216238 mentions this issue: |
howjmay
added a commit
to howjmay/go
that referenced
this issue
Jan 24, 2020
howjmay
added a commit
to howjmay/go
that referenced
this issue
Feb 8, 2020
Use testing.AllocsPerRun to measure allocations in TestGrow. With testing.AllocsPerRun, the influence made by garbage collection would play a minor role for running test for multiple times. fixes golang#36695
howjmay
added a commit
to howjmay/go
that referenced
this issue
Feb 8, 2020
Use testing.AllocsPerRun to measure allocations in TestGrow. With testing.AllocsPerRun, the influence made by garbage collection would play a minor role for running test for multiple times. Fixes golang#36695
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
help wanted
NeedsFix
The path to resolution is known, but the work has not been done.
Testing
An issue that has been verified to require only test changes, not just a test failure.
2020-01-19T20:36:10-df2999e/android-arm-corellium
See previously #24647. The fix for that issue (in CL 104235) only seems to have been applied to the
strings
package, notbytes
— it probably just needs to be ported over.(CC @dmitshur @toothrot @cagedmantis)
The text was updated successfully, but these errors were encountered: