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
Swift3 Compatibilities #3
Comments
|
Ran s3-tests on devstack today, Ran 256 tests in 549.933s FAILED (errors=61, failures=44) |
|
From what I can tell, all of the content-length issues are derived from WSGI - basically the validation of the content-length header in eventlet/wsgi.py raises a ValueError exception for bad content lengths, when we need it to return HTTP_BAD_REQUEST Example: Oct 6 04:25:15 tf-devstack proxy-server STDOUT: Traceback (most recent call last): |
|
working on a test-by-test basis over here: https://docs.google.com/spreadsheet/ccc?key=0ArysOOuLgF_PdFlnSnA2bEtXMVFQSVNwUVZxNFNTaXc |
|
Great, can I put the link somewhere (Swift3 website, probably)? Thanks! |
|
of course :) |
Moving https://bugs.launchpad.net/swift/+bug/973516 to here:
I ran the s3 test suites :
https://github.com/ceph/s3-tests
against swift + s3 (with keystone auth but this should be exactly the same for the other auth).
This is the results :
and this is the full output :
http://sprunge.us/cECP
there is quite a bit to fix but at least it's a start to document the incompatibilities.
The text was updated successfully, but these errors were encountered: