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
The longtest builder (the one running the tests without -short) is failing on the cmd/go/internal/modconv test suite, on the TestConvertLegacyConfig, with the following output:
The test is wrong: it should not expect the semver conversion to succeed.
The semver conversion is looking for a commit hash from a pull request,
one that was not actually pulled into the repo.
It is present in Git if you look at refs/pulls/nnnnn or whatever the ref is,
but not in the main branches and tags.
Recent changes cut the search down to main branches and tags,
which is more appropriate.
The test should be updated. Doesn't matter much for Go 1.11.
rsc
changed the title
cmd/go: internal/modconv TestConvertLegacyConfig failure on longtest-builder
cmd/go: internal/modconv TestConvertLegacyConfig wrong golden output
Aug 17, 2018
rsc
added
NeedsFix
The path to resolution is known, but the work has not been done.
and removed
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
labels
Aug 17, 2018
The longtest builder (the one running the tests without
-short
) is failing on thecmd/go/internal/modconv
test suite, on theTestConvertLegacyConfig
, with the following output:Example: https://build.golang.org/log/323efedfa71344f4842b1965240875d16c199d50
I can't reproduce the failure on my machine.
The text was updated successfully, but these errors were encountered: