-
Notifications
You must be signed in to change notification settings - Fork 615
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
webui test failures on nacl #251
Comments
The test that fails seems to be TestWebInterface in internal/driver/webui_test.go. Still looking into the cause of this. |
@ALTree -- do you know the last commit of pprof which passed these tests are (or around when the last time pprof was vendored without issue)? I believe there'd previously been issues with pprof which were resolved by commit 094a5ac (August 21, 2017, #201 and #198), and that at that time, TestWebInterface hadn't been causing problems. So, I'm trying to narrow down what changes might have created this problem. |
Last time I waited for 094a5ac to go in and then I immediately vendored pprof, exactly at that revision. Trybots were ok. |
@ALTree -- would you be able to direct us to any information on nacl's limitations or give us any advice on how to simulate nacl in testing? |
Thanks for the quick fix! I re-vendored and the nacl trybots are now happy.
I'm not a nacl expert, unfortunately (in fact, I don't think I've ever run anything under nacl). AFAIK any test that needs access to the network or the file system won't work out-of-the-box, and it should be skipped on nacl. Regarding testing to prevent regressions:
|
Hi,
I'm trying to update the vendored pprof in the Go repository for the upcoming go 1.10 release, and the
nacl-386
andnacl-amd64p32
trybots are failing with the following error:Full logs here:
What version of pprof are you using?
I vendored revision 2fb0552.
What operating system and processor architecture are you using?
The test is failing on the
nacl-386
andnacl-amd64p32
trybots.What did you do?
I vendored pprof into the go repository and uploaded the change.
What did you expect to see?
Trybots passing.
What did you see instead?
nacl trybots failing.
The text was updated successfully, but these errors were encountered: