Project

General

Profile

Bug #1550

radosgw fails test_object_create_bad_expect_empty with a 500 response

Added by Josh Durgin over 12 years ago. Updated about 6 years ago.

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

0%

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

Description

Logs are in teuthology:~teuthworker/archive/nightly_coverage_2011-09-20/364

2011-09-20T15:01:49.155 INFO:teuthology.orchestra.run.err:ERROR: s3tests.functional.test_headers.test_object_create_bad_expect_empty
2011-09-20T15:01:49.156 INFO:teuthology.orchestra.run.err:----------------------------------------------------------------------
2011-09-20T15:01:49.156 INFO:teuthology.orchestra.run.err:Traceback (most recent call last):
2011-09-20T15:01:49.156 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/nose/case.py", line 197, in runTest
2011-09-20T15:01:49.156 INFO:teuthology.orchestra.run.err:    self.test(*self.arg)
2011-09-20T15:01:49.156 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/s3tests/functional/test_headers.py", line 216, in test_object_create_bad_expect_empty
2011-09-20T15:01:49.156 INFO:teuthology.orchestra.run.err:    key.set_contents_from_string('bar')
2011-09-20T15:01:49.157 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/boto/s3/key.py", line 773, in set_contents_from_string
2011-09-20T15:01:49.157 INFO:teuthology.orchestra.run.err:    policy, md5, reduced_redundancy)
2011-09-20T15:01:49.157 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/boto/s3/key.py", line 653, in set_contents_from_file
2011-09-20T15:01:49.157 INFO:teuthology.orchestra.run.err:    self.send_file(fp, headers, cb, num_cb, query_args)
2011-09-20T15:01:49.157 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/boto/s3/key.py", line 535, in send_file
2011-09-20T15:01:49.158 INFO:teuthology.orchestra.run.err:    query_args=query_args)
2011-09-20T15:01:49.158 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/boto/s3/connection.py", line 423, in make_request
2011-09-20T15:01:49.158 INFO:teuthology.orchestra.run.err:    override_num_retries=override_num_retries)
2011-09-20T15:01:49.158 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/boto/connection.py", line 618, in make_request
2011-09-20T15:01:49.158 INFO:teuthology.orchestra.run.err:    return self._mexe(http_request, sender, override_num_retries)
2011-09-20T15:01:49.159 INFO:teuthology.orchestra.run.err:  File "/tmp/cephtest/s3-tests/virtualenv/lib/python2.6/site-packages/boto/connection.py", line 582, in _mexe
2011-09-20T15:01:49.159 INFO:teuthology.orchestra.run.err:    raise BotoServerError(response.status, response.reason, body)
2011-09-20T15:01:49.159 INFO:teuthology.orchestra.run.err:BotoServerError: BotoServerError: 500 Internal Server Error
2011-09-20T15:01:49.159 INFO:teuthology.orchestra.run.err:
2011-09-20T15:01:49.159 INFO:teuthology.orchestra.run.err:-------------------- >> begin captured logging << --------------------
2011-09-20T15:01:49.160 INFO:teuthology.orchestra.run.err:boto: DEBUG: path=/test-client.0-m3grrf79zdoznmc-6/
2011-09-20T15:01:49.160 INFO:teuthology.orchestra.run.err:boto: DEBUG: auth_path=/test-client.0-m3grrf79zdoznmc-6/
2011-09-20T15:01:49.160 INFO:teuthology.orchestra.run.err:boto: DEBUG: Method: PUT
2011-09-20T15:01:49.160 INFO:teuthology.orchestra.run.err:boto: DEBUG: Path: /test-client.0-m3grrf79zdoznmc-6/
2011-09-20T15:01:49.160 INFO:teuthology.orchestra.run.err:boto: DEBUG: Data:
2011-09-20T15:01:49.160 INFO:teuthology.orchestra.run.err:boto: DEBUG: Headers: {}
2011-09-20T15:01:49.161 INFO:teuthology.orchestra.run.err:boto: DEBUG: Host: sepia72.ceph.dreamhost.com:7280
2011-09-20T15:01:49.161 INFO:teuthology.orchestra.run.err:boto: DEBUG: Canonical: PUT
2011-09-20T15:01:49.161 INFO:teuthology.orchestra.run.err:
2011-09-20T15:01:49.161 INFO:teuthology.orchestra.run.err:
2011-09-20T15:01:49.161 INFO:teuthology.orchestra.run.err:Tue, 20 Sep 2011 21:48:41 GMT
2011-09-20T15:01:49.162 INFO:teuthology.orchestra.run.err:/test-client.0-m3grrf79zdoznmc-6/
2011-09-20T15:01:49.162 INFO:teuthology.orchestra.run.err:boto: DEBUG: path=/test-client.0-m3grrf79zdoznmc-6/foo
2011-09-20T15:01:49.162 INFO:teuthology.orchestra.run.err:boto: DEBUG: auth_path=/test-client.0-m3grrf79zdoznmc-6/foo
2011-09-20T15:01:49.162 INFO:teuthology.orchestra.run.err:boto: DEBUG: Method: PUT
2011-09-20T15:01:49.162 INFO:teuthology.orchestra.run.err:boto: DEBUG: Path: /test-client.0-m3grrf79zdoznmc-6/foo
2011-09-20T15:01:49.163 INFO:teuthology.orchestra.run.err:boto: DEBUG: Data:
2011-09-20T15:01:49.163 INFO:teuthology.orchestra.run.err:boto: DEBUG: Headers: {'Content-Length': '3', 'Content-MD5': 'N7UdGUp1E+RbVvZSTy1R8g==', 'Content-Type': 'application/octet-stream', 'Expect': '100-Continue', 'User-Agent': 'Boto/2.0 (linux2)'}
2011-09-20T15:01:49.163 INFO:teuthology.orchestra.run.err:boto: DEBUG: Host: sepia72.ceph.dreamhost.com:7280
2011-09-20T15:01:49.163 INFO:teuthology.orchestra.run.err:boto: DEBUG: Canonical: PUT
2011-09-20T15:01:49.163 INFO:teuthology.orchestra.run.err:N7UdGUp1E+RbVvZSTy1R8g==
2011-09-20T15:01:49.163 INFO:teuthology.orchestra.run.err:application/octet-stream
2011-09-20T15:01:49.164 INFO:teuthology.orchestra.run.err:Tue, 20 Sep 2011 21:48:42 GMT
2011-09-20T15:01:49.164 INFO:teuthology.orchestra.run.err:/test-client.0-m3grrf79zdoznmc-6/foo
2011-09-20T15:01:49.164 INFO:teuthology.orchestra.run.err:boto: DEBUG: received 500 response, retrying in 1 seconds

History

#1 Updated by Sage Weil over 12 years ago

this is because sepia has the wrong apache2 or libapache2-mod-fastcgi packages

#2 Updated by Sage Weil over 12 years ago

  • Target version changed from v0.36 to v0.37

#3 Updated by Sage Weil over 12 years ago

  • Status changed from New to Closed

#4 Updated by John Spray about 6 years ago

  • Project changed from Ceph to rgw
  • Category deleted (22)
  • Target version deleted (v0.37)

Bulk reassign of radosgw category to RGW project.

Also available in: Atom PDF