7 comments (7 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsInvestigationarch-ppc64xcompiler/runtimehelp wanted
Repository metrics
- Stars
- 133,883 stars (133,883 stars)
- PR merge metrics
- No merged PRs in 30d (No merged PRs in 30d)
Description
#!watchflakes
default <- pkg == "runtime" && test == "TestChanSendBarrier"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestChanSendBarrier
=== PAUSE TestChanSendBarrier
— watchflakes
Contributor guide
- Research direction
- Investigate the timeout in TestChanSendBarrier. Reproduce the test locally with `go test run TestChanSendBarrier count=1` and trace the channel send barrier code path in the runtime to identify the hang.
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- GoGit