Skip to content

Fix a possible race condition in sslproto test #420

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

Merged
merged 1 commit into from
Jul 13, 2021

Conversation

fantix
Copy link
Member

@fantix fantix commented Jul 12, 2021

test_shutdown_timeout_handler_not_set() might have a race between the
SHUT_WR message and eof asyncio event. This fix changes to use the
eof_received() callback triggered by SHUT_WR. Refs #412 2nd issue.

test_shutdown_timeout_handler_not_set() might have a race between the
SHUT_WR message and `eof` asyncio event. This fix changes to use the
eof_received() callback triggered by SHUT_WR. Refs MagicStack#412 2nd issue.
@fantix fantix requested a review from 1st1 July 12, 2021 14:15
@fantix fantix merged commit b0526cd into MagicStack:master Jul 13, 2021
@fantix fantix deleted the t412-fix-ssl-test-race branch July 13, 2021 14:40
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.

2 participants