30 comments (30 comments)0 reactions (0 reactions)0 assignees (0 assignees)Go19,008 forks (19,008 forks)batch import
NeedsInvestigationRaceDetectorarch-s390xcompiler/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
post <- pkg == "runtime/race" && `RaceWaitGroupWrongAdd\s+FAILED`
Examples:
Contributor guide
- Research direction
- Investigate the failing test by examining the race detector output and the test code to identify the source of the data race. Look for potential race conditions in sync.WaitGroup usage.
- Tech stack
- go
- Domain
- backend
- Issue type
- Bug
- Prerequisites
- Gorace detector