-
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
test: fixedbugs/issue15609.go and fixedbugs/issue29612.go failing on master #33912
Comments
The longtest builder seems happy with them, so this is probably something about my environment. Perhaps my setting of |
Yup, that guess was right. I can send a fix. |
Thanks. Could've sworn that I fixed |
Or perhaps it involves other pieces of my env. I'll investigate a bit more. |
It may be that I only fixed it when run via |
Ah, perhaps it regressed at the same time as #33890? |
Hmm, these dirs have no go.mod, and the error is different, so I don't think it's the same issue. But it could be related. |
Ah, if the test is running a |
@mvdan I have the same issue with
|
Hmm, |
This issue is still happening. I just ran
@bcmills should we be adding a |
Looks like this regressed in CL 177798 (CC @cuonglm, @ianlancetaylor, @bradfitz), which was committed shortly after the test fixes for #30228 went in. The |
I can't reproduce this at tip. This at least will failed if you set |
Yes, that's the problem: all of the tests in the |
Can we just explicitly set |
We could, but then those tests would break if (likely when) I don't mind adding |
Change https://golang.org/cl/225205 mentions this issue: |
/cc @bcmills @jayconrod
The text was updated successfully, but these errors were encountered: