Project

General

Profile

Actions

Bug #47240

closed

FAIL: s3tests_boto3.functional.test_s3.test_versioning_obj_create_read_remove

Added by Casey Bodley over 3 years ago. Updated over 3 years ago.

Status:
Resolved
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

test_versioning_obj_create_read_remove and test_versioning_obj_create_read_remove_head are failing consistently on master in teuthology. so far unable to reproduce locally

from http://qa-proxy.ceph.com/teuthology/cbodley-2020-09-01_16:16:54-rgw:verify-master-distro-basic-smithi/5397906/teuthology.log

======================================================================
FAIL: s3tests_boto3.functional.test_s3.test_versioning_obj_create_read_remove
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ubuntu/cephtest/s3-tests/virtualenv/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 8124, in test_versioning_obj_create_read_remove
    _do_test_create_remove_versions(client, bucket_name, key, num_versions, -1, 0)
  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 8098, in _do_test_create_remove_versions
    (version_ids, contents) = create_multiple_versions(client, bucket_name, key, num_versions)
  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 8074, in create_multiple_versions
    check_obj_versions(client, bucket_name, key, version_ids, contents)
  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 8056, in check_obj_versions
    eq(version['VersionId'], version_ids[i])
AssertionError: '238jto-QZB6B498mH00E9cLYg02XjZX' != '2I4YK.2YbQ-ehmQLQB8YBDDVmIBC4r6'
-------------------- >> begin captured logging << --------------------

======================================================================
FAIL: s3tests_boto3.functional.test_s3.test_versioning_obj_create_read_remove_head
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/ubuntu/cephtest/s3-tests/virtualenv/lib/python3.6/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/ubuntu/cephtest/s3-tests/s3tests_boto3/functional/test_s3.py", line 8153, in test_versioning_obj_create_read_remove_head
    eq(body, contents[-1])
AssertionError: 'content-4' != 'content-3'
-------------------- >> begin captured logging << --------------------
Actions #1

Updated by Casey Bodley over 3 years ago

  • Status changed from New to Resolved
Actions

Also available in: Atom PDF