You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add context.Context arguments to all method signatures requiring downstream context and push context creation up the call stack as high as possible to align with Go conventions and best practices, and support future distributed tracing efforts.
Origin Document
... (lost)
Goals
Align context.Context usage with go conventions / best practices
Objective
Add context.Context arguments to all method signatures requiring downstream context and push context creation up the call stack as high as possible to align with Go conventions and best practices, and support future distributed tracing efforts.
Origin Document
... (lost)
Goals
context.Contextusage with go conventions / best practicesDeliverable
context.Contextarguments to all method signatures which require a context downstream (at least).context.Background()).Non-goals / Non-deliverables
context.Contexts.General issue deliverables
Testing Methodology
make ...make ...make test_allLocalNetis still functioning correctly by following the instructions at docs/development/README.mdCreator: @bryanchriswhite