-
Notifications
You must be signed in to change notification settings - Fork 5
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
fix flaky metrics test #174
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 LGTMs obtained
metrics/metrics.go, line 100 at r1 (raw file):
mux.HandleFunc("/debug/pprof/trace", pprof.Trace) // Don't ListenAndServe because we want to be able to GET as soon as this function returns.
Recommend httpx.ListenAndServeAsync
in our go library.
Pull Request Test Coverage Report for Build 1619
💛 - Coveralls |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: 0 of 1 LGTMs obtained
metrics/metrics.go, line 100 at r1 (raw file):
httpx.ListenAndServeAsync
Doesn't do what I need. No port gives :80. :0 fails.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 1 LGTMs obtained
metrics/metrics.go, line 100 at r1 (raw file):
Previously, gfr10598 (Gregory Russell) wrote…
httpx.ListenAndServeAsync
Doesn't do what I need. No port gives :80. :0 fails.
Ugh. Add TODO(pboothe), please.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 1 LGTMs obtained
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewable status: complete! 1 of 1 LGTMs obtained
metrics/metrics.go, line 100 at r1 (raw file):
Previously, pboothe (Peter Boothe) wrote…
Ugh. Add TODO(pboothe), please.
Done.
Hopefully fixes #173
This change is