-
Notifications
You must be signed in to change notification settings - Fork 849
Add Session and SSL hooks to test_hooks Au test. #4576
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
Conversation
|
This PR is dependent on #4566 . |
73658bf to
149749c
Compare
shinrich
left a comment
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.
Seems reasonable to have a test that does a nominal invocation of all the hooks it can. The TLS hooks are tested more extensively in the tls_hook* tests. We need to write something similar for the tls_session hooks.
|
Don't merge till underlying PRs are resolved. |
|
The precursor PRs for this are all merged, as far as I can tell. @zwoop is probably on vacation and we'll have to wait till next week or so to move forward. |
|
@zwoop please keep your block on this, the test does not run consistently. I think it's showing a problem with the VCONN start/end hooks. Sometimes they are executed for non-TLS VCONNs, sometimes they aren't. But when they are executed, the VCONNs are incorrectly considered to be SSL VCONNs. |
|
OK @zwoop I think this is ready to be merged now. |
|
changed per @shinrich 's requests |
zwoop
left a comment
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.
Ship it.
No description provided.