-
Notifications
You must be signed in to change notification settings - Fork 18.4k
Closed
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.
Milestone
Description
Originally reported by @marktheunissen here: #72040 (comment). Creating a new issue to track.
CL 653795 introduced a race condition in Context.Err
, in which it can return a non-nil result before the context's done channel is closed. This violates the Err
documentation:
// If Done is not yet closed, Err returns nil.
marktheunissenjub0bs
Metadata
Metadata
Assignees
Labels
FixPendingIssues that have a fix which has not yet been reviewed or submitted.Issues that have a fix which has not yet been reviewed or submitted.NeedsFixThe path to resolution is known, but the work has not been done.The path to resolution is known, but the work has not been done.