Skip to content
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

runtime: TestReadMetricsCumulative failures #65282

Open
gopherbot opened this issue Jan 25, 2024 · 3 comments
Open

runtime: TestReadMetricsCumulative failures #65282

gopherbot opened this issue Jan 25, 2024 · 3 comments
Assignees
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "runtime" && test == "TestReadMetricsCumulative"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestReadMetricsCumulative
    metrics_test.go:543: /cpu/classes/user:cpu-seconds decreased: 12.036168 < 12.063208
--- FAIL: TestReadMetricsCumulative (0.02s)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels Jan 25, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestReadMetricsCumulative"
2024-01-23 08:29 gotip-windows-386 go@704401ff runtime.TestReadMetricsCumulative (log)
=== RUN   TestReadMetricsCumulative
    metrics_test.go:543: /cpu/classes/user:cpu-seconds decreased: 12.036168 < 12.063208
--- FAIL: TestReadMetricsCumulative (0.02s)

watchflakes

@mknyszek mknyszek self-assigned this Jan 31, 2024
@mknyszek mknyszek added this to the Backlog milestone Jan 31, 2024
@mknyszek
Copy link
Contributor

This is probably related to the fact that windows has a very coarse clock granularity.

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestReadMetricsCumulative"
2024-02-27 21:22 go1.22-windows-386 release-branch.go1.22@8fe2ad64 runtime.TestReadMetricsCumulative (log)
=== RUN   TestReadMetricsCumulative
    metrics_test.go:543: /cpu/classes/user:cpu-seconds decreased: 14.135752 < 14.213476
--- FAIL: TestReadMetricsCumulative (0.03s)

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

2 participants