Project

General

Profile

Actions

Bug #65373

open

multisite: test_object_sync gets wrong object body: b'<x-rgw' != b'asdasd'

Added by Casey Bodley 22 days ago. Updated 20 days ago.

Status:
Pending Backport
Priority:
Urgent
Assignee:
Target version:
-
% Done:

0%

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

Description

several test cases fail when comparing the object data between zones:

======================================================================
FAIL: test_multi.test_object_sync
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/cbodley/ceph/build/virtualenv/lib64/python3.9/site-packages/nose/case.py", line 198, in runTest
    self.test(*self.arg)
  File "/home/cbodley/ceph/build/virtualenv/lib64/python3.9/site-packages/nose/util.py", line 620, in newfunc
    return func(*arg, **kw)
  File "/home/cbodley/ceph/src/test/rgw/rgw_multi/tests.py", line 791, in test_object_sync
  check_bucket_eq(source_conn, target_conn, bucket)
  File "/home/cbodley/ceph/src/test/rgw/rgw_multi/tests.py", line 640, in check_bucket_eq
    zone_conn2.check_bucket_eq(zone_conn1, bucket.name)
  File "/home/cbodley/ceph/src/test/rgw/rgw_multi/zone_rados.py", line 84, in check_bucket_eq
    check_object_eq(k1, k2)
  File "/home/cbodley/ceph/src/test/rgw/rgw_multi/zone_rados.py", line 25, in check_object_eq
    eq(k1.get_contents_as_string(), k2.get_contents_as_string())
AssertionError: b'<x-rgw' != b'asdasd'
-------------------- >> begin captured stdout << ---------------------

this is a regression from https://github.com/ceph/ceph/pull/55503


Related issues 1 (0 open1 closed)

Copied to rgw - Backport #65412: squid: multisite: test_object_sync gets wrong object body: b'<x-rgw' != b'asdasd'ResolvedCasey BodleyActions
Actions #1

Updated by Casey Bodley 22 days ago

  • Status changed from New to Fix Under Review
  • Assignee changed from Shilpa MJ to Casey Bodley
  • Pull request ID set to 56765
Actions #2

Updated by Casey Bodley 20 days ago

  • Status changed from Fix Under Review to Pending Backport
Actions #3

Updated by Backport Bot 20 days ago

  • Copied to Backport #65412: squid: multisite: test_object_sync gets wrong object body: b'<x-rgw' != b'asdasd' added
Actions #4

Updated by Backport Bot 20 days ago

  • Tags changed from multisite to multisite backport_processed
Actions

Also available in: Atom PDF