golang/go

runtime: TestSetGCPercent flaky

Open

#20,076 opened on Apr 21, 2017

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Go (19,008 forks)batch import
NeedsInvestigationTestingcompiler/runtimehelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Despite CL 41374, I'm seeing a bunch of trybot failures like https://storage.googleapis.com/go-build-log/6c83b9bd/linux-amd64_cce08b9e.log:

--- FAIL: TestSetGCPercent (0.17s)
	garbage_test.go:151: NextGC = 172 MB, want 150±20 MB

cc @aclements

Contributor guide