Project

General

Profile

Actions

Bug #9766

closed

s3tests: test_100_continue failing

Added by Abhishek Lekshmanan over 9 years ago. Updated over 9 years ago.

Status:
Rejected
Priority:
Normal
Assignee:
-
Target version:
-
% Done:

0%

Source:
other
Tags:
Backport:
Regression:
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Trying out s3tests on a ceph (0.80.5) cluster with

nosetests -a !fails_on_rgw

fails the s3tests.functional.test_s3.test_100_continue test

A more detailed log from s3tests is attached


======================================================================
FAIL: s3tests.functional.test_s3.test_100_continue
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ubuntu/s3-tests/virtualenv/local/lib/python2.7/site-packages/nose/case.py", line 197, in runTest
    self.test(*self.arg)
  File "/home/ubuntu/s3-tests/s3tests/functional/test_s3.py", line 4325, in test_100_continue
    eq(status, '403')
AssertionError: '100' != '403'
-------------------- >> begin captured logging << --------------------
boto: DEBUG: path=/sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: auth_path=/sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: Method: PUT
boto: DEBUG: Path: /sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: Data: 
boto: DEBUG: Headers: {}
boto: DEBUG: Host: 127.0.0.1
boto: DEBUG: Port: 80
boto: DEBUG: Params: {}
  File "/home/ubuntu/s3-tests/s3tests/functional/test_s3.py", line 4325, in test_100_continue
    eq(status, '403')
AssertionError: '100' != '403'
-------------------- >> begin captured logging << --------------------
boto: DEBUG: path=/sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: auth_path=/sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: Method: PUT
boto: DEBUG: Path: /sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: Data: 
boto: DEBUG: Headers: {}
boto: DEBUG: Host: 127.0.0.1
boto: DEBUG: Port: 80
boto: DEBUG: Params: {}
boto: DEBUG: Token: None
boto: DEBUG: StringToSign:
PUT

Tue, 14 Oct 2014 07:31:47 GMT
/sometestbucket-h5a4w8pj8k8ok3-218/
boto: DEBUG: Signature:
AWS 0555b35654ad1656d804:zT+TJILYKwOssxf74eawcS7fJew=
boto: DEBUG: Final headers: {'Date': 'Tue, 14 Oct 2014 07:31:47 GMT', 'Content-Length': 0, 'Authorization': u'AWS 0555b35654ad1656d804:zT+TJILYKwOssxf74eawcS7fJew=', 'User-Agent': 'Boto/2.32.1 Python/2.7.6 Linux/3.13.0-29-generic'}
boto: DEBUG: Response headers: [('date', 'Tue, 14 Oct 2014 07:31:47 GMT'), ('transfer-encoding', 'chunked'), ('vary', 'Accept-Encoding'), ('content-type', 'application/xml'), ('server', 'Apache/2.4.7 (Ubuntu)')]
--------------------- >> end captured logging << ---------------------

----------------------------------------------------------------------
Ran 287 tests in 707.176s

FAILED (SKIP=4, failures=1)

Actions #1

Updated by Sage Weil over 9 years ago

  • Status changed from New to Rejected

this is almost certainly a configuration error. need rgw print continue = true and patched mod_fastcgi

Actions #2

Updated by Abhishek Lekshmanan over 9 years ago

Yes, sorry it was due to using apache from the ubuntu repos

Actions

Also available in: Atom PDF