cmd/go/internal/modload: e0cf3de987e6 no longer is the latest commit on the master branch #36489
Labels
FrozenDueToAge
GoCommand
cmd/go
modules
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Both on
master
andrelease-branch.go1.13
, there is a comment in query_test.go:go/src/cmd/go/internal/modload/query_test.go
Lines 166 to 170 in 56d6b87
It says that "e0cf3de987e6 is the latest commit on the master branch". This is no longer true, there are now three newer commits on master branch of https://vcs-test.golang.org/git/querytest repo:
Other than the comment being wrong, this is harmless and the tests are still passing on
master
andrelease-branch.go1.13
.However,
release-branch.go1.12
does not have CL 186237 applied:go/src/cmd/go/internal/modload/query_test.go
Line 122 in 694e20f
Which is causing the
TestQuery
test to fail onrelease-branch.go1.12
:We should fix this to help with #29252.
/cc @bcmills @jayconrod @matloob @cagedmantis @toothrot
The text was updated successfully, but these errors were encountered: