Skip to content

runtime: TestCPUMetricsSleep failures #60376

Closed
@gopherbot

Description

@gopherbot
#!watchflakes
post <- pkg == "runtime" && test == "TestCPUMetricsSleep"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCPUMetricsSleep (0.12s)
    metrics_test.go:693: /cpu/classes/idle:cpu-seconds 0.199
    metrics_test.go:693: /cpu/classes/gc/mark/assist:cpu-seconds 0.000
    metrics_test.go:693: /cpu/classes/gc/mark/dedicated:cpu-seconds 0.002
    metrics_test.go:693: /cpu/classes/gc/mark/idle:cpu-seconds 0.001
    metrics_test.go:693: /cpu/classes/gc/pause:cpu-seconds 0.001
    metrics_test.go:693: /cpu/classes/gc/total:cpu-seconds 0.004
    metrics_test.go:693: /cpu/classes/scavenge/assist:cpu-seconds 0.000
    metrics_test.go:693: /cpu/classes/scavenge/background:cpu-seconds 0.002
    metrics_test.go:693: /cpu/classes/scavenge/total:cpu-seconds 0.002
    metrics_test.go:693: /cpu/classes/total:cpu-seconds 0.227
    metrics_test.go:693: /cpu/classes/user:cpu-seconds 0.023
    metrics_test.go:695: time.Sleep did not contribute enough to "idle" class: 0.19874s < 0.20000s

watchflakes

Metadata

Metadata

Assignees

Labels

FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.compiler/runtimeIssues related to the Go compiler and/or runtime.

Type

No type

Projects

Status

Done

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions