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

Add Go 1.8 TLS tracing support & refactor timing code #128

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

rs
Copy link

@rs rs commented Apr 27, 2018

To have accurate measurement of TLS and support skipped steps (DNS, TCP
and TLS reuse), the timing code has been refactored to use Go 1.8
support for TLS tracing as well as a more descriptive variable namings
for steps time.

This commit removes support for Go versions lower than 1.8.

@rs rs mentioned this pull request Apr 27, 2018
@rs
Copy link
Author

rs commented Apr 27, 2018

@davecheney: The failing test does also fail on master.

@rs
Copy link
Author

rs commented Apr 27, 2018

@davecheney some tests are still failing, even after the fix. Apparently, httpbin has some connectivity issue. Please just relaunch the test.

.travis.yml Outdated
- 1.9.x
- "1.8.x"
- "1.9.x"
- "1.10.x"
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this to

- 1.10.x

exactly.

Copy link
Owner

@davecheney davecheney left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with small change.

@rs
Copy link
Author

rs commented Apr 28, 2018

Done, tests are still randomly failing though.

@davecheney
Copy link
Owner

I've merged a few of the outstanding commits, can you please rebase and we'll see what's left.

@davecheney
Copy link
Owner

I think i've fixed the failing tests, please try again.

To have accurate measurement of TLS and support skipped steps (DNS, TCP
and TLS reuse), the timing code has been refactored to use Go 1.8
support for TLS tracing as well as a more descriptive variable namings
for steps time.

This commit removes support for Go versions lower than 1.8.
@rs
Copy link
Author

rs commented Apr 30, 2018

httpbin is still failing from travis.

@rs
Copy link
Author

rs commented May 3, 2018

@davecheney what about removing the httpbin tests? Could be replaced by a mock server.

@rs rs mentioned this pull request May 5, 2018
@rs
Copy link
Author

rs commented May 25, 2018

@davecheney any chance to merge this?

@marco-m
Copy link

marco-m commented Feb 2, 2019

@davecheney any chance to have a look at this? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants