Project

General

Profile

Actions

Bug #43662

closed

errors in rgw:verify test suite

Added by Yuval Lifshitz about 4 years ago. Updated about 4 years ago.

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

0%

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

Description

two tests are failing with errors (not assertions). seems like test issues:
  • test_lifecycle_expiration_header_put
    2020-01-18T20:34:06.294 INFO:teuthology.orchestra.run.smithi134.stderr:
    2020-01-18T20:34:06.294 INFO:teuthology.orchestra.run.smithi134.stderr:======================================================================
    2020-01-18T20:34:06.294 INFO:teuthology.orchestra.run.smithi134.stderr:ERROR: s3tests_boto3.functional.test_s3.test_lifecycle_expiration_header_put
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:----------------------------------------------------------------------
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:Traceback (most recent call last):
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:    self.test(*self.arg)
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 9187, in test_lifecycle_expiration_header_put
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:    client, bucket_name, 'rule1', 1, 'days1/')
    2020-01-18T20:34:06.295 INFO:teuthology.orchestra.run.smithi134.stderr:NameError: name 'client' is not defined
    
  • x-amz-expiration header
    2020-01-18T20:34:06.302 INFO:teuthology.orchestra.run.smithi134.stderr:======================================================================
    2020-01-18T20:34:06.302 INFO:teuthology.orchestra.run.smithi134.stderr:ERROR: Check for valid x-amz-expiration header on GET request
    2020-01-18T20:34:06.302 INFO:teuthology.orchestra.run.smithi134.stderr:----------------------------------------------------------------------
    2020-01-18T20:34:06.302 INFO:teuthology.orchestra.run.smithi134.stderr:Traceback (most recent call last):
    2020-01-18T20:34:06.302 INFO:teuthology.orchestra.run.smithi134.stderr:  File "/home/ubuntu/cephtest/s3-tests/virtualenv/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    2020-01-18T20:34:06.303 INFO:teuthology.orchestra.run.smithi134.stderr:    self.test(*self.arg)
    2020-01-18T20:34:06.303 INFO:teuthology.orchestra.run.smithi134.stderr:  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 9222, in test_lifecycle_expiration_header_get
    2020-01-18T20:34:06.303 INFO:teuthology.orchestra.run.smithi134.stderr:    'days1/foo', 'foo_body')
    2020-01-18T20:34:06.303 INFO:teuthology.orchestra.run.smithi134.stderr:TypeError: setup_lifecycle_expiration() takes 5 positional arguments but 6 were given
    
Actions #1

Updated by Abhishek Lekshmanan about 4 years ago

these should be fixed in the latest ceph-master? otherwise wrap around a get_client() call to fill the client field

Actions #2

Updated by Casey Bodley about 4 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF