-
Notifications
You must be signed in to change notification settings - Fork 419
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
OpenSSL.test.test_ssl.ConnectionTests.test_wantWriteError() fails with "AssertionError: Failed to fill socket buffer, cannot test BIO want write" #67
Comments
Can you shed any light on why this might be? I don't presently have any Gentoo GNU/Linux installations for testing. |
This test seems to assume that writing 512 * 2048 (i.e. 1048576) bytes is sufficient fo fill socket buffer. On my system, the buffer is filled after increasing this number several times.
|
Can you give the branch for #76 a try? |
It works for me. |
Perhaps we should close this issue? |
Original reporter commented that the issue is resolved. Yes, let's close it. |
OpenSSL.test.test_ssl.ConnectionTests.test_wantWriteError() fails in the same way with each version of Python (2.6, 2.7, 3.1, 3.2, 3.3, 3.4).
OpenSSL 1.0.1f, cryptography 0.2.2, Gentoo GNU/Linux.
It is failure in earlier part of test function than in issue #37.
The text was updated successfully, but these errors were encountered: