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

xfail two tests that don't work with aiohttp3 and mocket anymore #3

Merged
merged 1 commit into from
Feb 19, 2018

Conversation

sjaensch
Copy link
Owner

aiohttp 3 contains a change that breaks two aiobravado tests: it does two socket writes if the request contains a body. This was done in aio-libs/aiohttp#2126 and is documented in the "Are there changes in behavior for the user?" section. Check out the diff of the write_headers function. Unfortunately, python-mocket is not able to deal with such requests and loses whatever data is sent after the headers (I filed mindflayer/python-mocket#66). I'm xfailing the tests for now.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.287% when pulling 95f6c0d on xfail-tests-aiohttp3 into 861bb2d on master.

5 similar comments
@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.287% when pulling 95f6c0d on xfail-tests-aiohttp3 into 861bb2d on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.287% when pulling 95f6c0d on xfail-tests-aiohttp3 into 861bb2d on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.287% when pulling 95f6c0d on xfail-tests-aiohttp3 into 861bb2d on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.287% when pulling 95f6c0d on xfail-tests-aiohttp3 into 861bb2d on master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.287% when pulling 95f6c0d on xfail-tests-aiohttp3 into 861bb2d on master.

@sjaensch sjaensch merged commit 2766795 into master Feb 19, 2018
@sjaensch sjaensch deleted the xfail-tests-aiohttp3 branch February 19, 2018 15:49
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