Skip to content

runtime/trace: trace tests are flaky #10512

@mdempsky

Description

@mdempsky

openbsd/amd64 failures:

--- FAIL: TestTraceFutileWakeup (0.08s)
    trace_test.go:428: failed to parse trace: g 78 is not waiting during syscall exit (offset 323, time 0)
--- FAIL: TestTraceFutileWakeup (0.13s)
    trace_test.go:428: failed to parse trace: g 82 is not waiting during syscall exit (offset 4636, time 0)
--- FAIL: TestTraceFutileWakeup (0.13s)
    trace_test.go:428: failed to parse trace: g 82 is not waiting during syscall exit (offset 1271, time 0)

linux/ppc64le failures:

--- FAIL: TestTraceFutileWakeup (0.07s)
    trace_test.go:441: goroutine 65 blocked on GoBlockSend at 7278802 right after start
--- FAIL: TestTraceFutileWakeup (0.06s)
    trace_test.go:427: failed to parse trace: g 118 is not running while GoSched (offset 5452, time 1881495)
--- FAIL: TestTraceFutileWakeup (0.07s)
    trace_test.go:441: goroutine 99 blocked on GoBlockSend at 3400181 right after start
--- FAIL: TestTraceFutileWakeup (0.10s)
    trace_test.go:440: goroutine 141 blocked on GoBlockSelect at 1140998 right after start
--- FAIL: TestTraceFutileWakeup (0.08s)
    trace_test.go:427: failed to parse trace: g 133 is not running while unpark (offset 16052, time 10507482)
--- FAIL: TestTraceFutileWakeup (0.09s)
    trace_test.go:428: failed to parse trace: g 99 is not running while GoSched (offset 36466, time 12834938)
--- FAIL: TestTraceFutileWakeup (0.08s)
    trace_test.go:441: goroutine 116 blocked on GoBlockSelect at 1975223 right after start

I haven't noticed any failures on other bots.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions