-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cmd/go/internal/modfetch: TestCodeRepoVersions is failing on longtest #27692
Comments
I pushed a v2.0.0 tag to lumberjack very recently, to help module code figure out what to get... maybe I screwed up the tag? |
From a glance, it looks like the test expects the tag not to be there. |
Umm..... |
It's not very urgent to fix this, I just filed the issue so we don't forget. The test was added 3 months ago in CL 118095 by @rsc. I'd wait for his comments on how to best resolve this. It might be just a matter of updating the testdata to expect a go/src/cmd/go/internal/modfetch/coderepo_test.go Lines 510 to 513 in 58c6afe
It might also be worth rethinking whether the test should depend on your repo tags not changing. |
Yeah, we need to move the test over to some stable repo on |
Change https://golang.org/cl/136136 mentions this issue: |
Change https://golang.org/cl/137775 mentions this issue: |
Updates #27692 Change-Id: Ia32b9e401dfe1fbb64b7f1311d85b7a1ab959bc0 Reviewed-on: https://go-review.googlesource.com/137775 Run-TryBot: Alberto Donizetti <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Bryan C. Mills <[email protected]>
Change https://golang.org/cl/153460 mentions this issue: |
It started to fail since https://build.golang.org/log/40438df21477eaace5ea36bb0010be8bcfc2bc58 and has been failing on
linux-amd64-longtest
since. That commit was not related, so I'm guessing the problem is on the internet side.I can reproduce locally:
/cc @rsc @bcmills @ianlancetaylor per owners, and @natefinch since it looks like your package is involved.
The text was updated successfully, but these errors were encountered: