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

Ensure all servers run forever #37

Merged
merged 2 commits into from
Feb 19, 2021
Merged

Ensure all servers run forever #37

merged 2 commits into from
Feb 19, 2021

Conversation

cjpatton
Copy link
Collaborator

@cjpatton cjpatton commented Feb 12, 2021

Partially addresses #27.

The scope of each test case is a single connection attempt. BoringSSL and Cloudflare-Go servers quit after one connection attempt, but the NSS and rustls servers listen forever. This change ensures that all of the servers run forever so that the code that calls docker-compose up is responsible for timing out.

@cjpatton cjpatton requested a review from xvzcf February 12, 2021 22:52
@cjpatton cjpatton force-pushed the cjpatton/kill-server branch from f580779 to f2ee542 Compare February 13, 2021 21:05
@cjpatton cjpatton changed the title Interrupt nss/rustls server after one second Ensure all servers run forever Feb 18, 2021
@cjpatton cjpatton force-pushed the cjpatton/kill-server branch from 1709b53 to cef75c4 Compare February 18, 2021 21:16
@chris-wood
Copy link
Collaborator

@cjpatton can you please resolve conflicts? We can merge afterwards.

@cjpatton cjpatton force-pushed the cjpatton/kill-server branch from 6f434a7 to 070e626 Compare February 19, 2021 15:25
@cjpatton
Copy link
Collaborator Author

Rebased.

@cjpatton cjpatton merged commit 548fc65 into main Feb 19, 2021
@cjpatton cjpatton deleted the cjpatton/kill-server branch February 19, 2021 15:25
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