-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
normalize_path_middleware tests failures #1583
Comments
Sure, I'll have a look at it |
it would be cool if you could look into this problem sooner. i'd like to release aiohttp 1.3, but can not without this fix |
I'll try to have a look at it today but if not for sure tomorrow |
Mmmm I don't know why this behavior but with the test case of ipdb> request.path
'//a//b' and that's why it fails. How did you fix the issue of the relative/absolute urls? |
i see. i will fix that. thanks |
This bug asso affects me (!) |
Tests have failed, but commit ended up in master. How is this possible? Is 1.3.1 considered stable release? I want to remind, that this version already landed in PIP. |
This was fixed befor 1.3.0 released |
Unfortunatelly, NO!. Tests are failed in 1.3.1. How can I help ? |
Submit PR or unit test. |
@socketpair i am planing to make 1.3.2 release today, could you provide unit test or PR? |
I have attached logs of failing tests. Please ask additional information if you need. |
hmm, interesting. it passes for me. check if you have latest yarl. also upgrade to 1.3.2, i added yarl requirements |
Is it safe to update yarl to latest version, and stay on aiohttp 1.2.0 ? |
Yes |
OK, I'm working in complex environment, so I will update yarl, and after that will try to re-build aiohttp with it. |
I would test before pushing to production |
Btw it doesn't matter for aiohttp 1.2, we added normalization middleware in 1.3 |
Yes, I just wanted to update aiohttp and it did not pass tests... |
code is in https://github.com/KeepSafe/aiohttp/tree/normalize-middleware-fixes
travis build https://travis-ci.org/KeepSafe/aiohttp/builds/198126584
@argaen i need you to look into this problem
The text was updated successfully, but these errors were encountered: