Skip to content
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

Skip TestWebInterface on nacl #252

Merged
merged 1 commit into from
Nov 1, 2017
Merged

Conversation

nolanmar511
Copy link
Contributor

@nolanmar511 nolanmar511 commented Nov 1, 2017

Should fix #251.

In #229, TestWebInterface was modified the server, so it now runs in a separate thread.
I think that this changes how tests interact with the server, so it runs into limitations similar to those which caused #196 (specifically that tcp isn't available on nacl).

@aalexand
Copy link
Collaborator

aalexand commented Nov 1, 2017

I do not see #235 changing TestWebInterface, am I missing something?

@nolanmar511
Copy link
Contributor Author

Sorry -- made mistake in typing the PR. #229

@codecov-io
Copy link

codecov-io commented Nov 1, 2017

Codecov Report

Merging #252 into master will increase coverage by 0.08%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #252      +/-   ##
==========================================
+ Coverage   65.38%   65.46%   +0.08%     
==========================================
  Files          34       34              
  Lines        7173     7173              
==========================================
+ Hits         4690     4696       +6     
+ Misses       2088     2082       -6     
  Partials      395      395
Impacted Files Coverage Δ
internal/driver/webui.go 66.82% <0%> (+2.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2fb0552...103c5cb. Read the comment docs.

@nolanmar511 nolanmar511 merged commit 4fc39a0 into google:master Nov 1, 2017
@nolanmar511 nolanmar511 deleted the skip-nacl branch November 1, 2017 21:16
gmarin13 pushed a commit to gmarin13/pprof that referenced this pull request Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

webui test failures on nacl
4 participants