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
We have a number of tests that we do not appear to be running in CI. In
addition, we are not running go vet with all suitable build tags
resulting in some tests being skipped [1]. Combined, this has resulted
in a number of tests that have not been fully updated to use context.
While we will address the root cause elsewhere, we can fix the missed
updates here.
You can validate this fix by overriding GOFLAGS, as outlined in [1]. For
example, from the root directory:
GOFLAGS="-tags=acceptance" go vet ./...
[1] golang/go#29202
Signed-off-by: Stephen Finucane <[email protected]>
0 commit comments