Project

General

Profile

Bug #55856

ObjectStore/StoreTest.CompressionTest/2 fails when a collection expects an object not to exist, but it does

Added by Laura Flores almost 2 years ago.

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

Caught this failure in a test run that included the recently-merged https://github.com/ceph/ceph/pull/46193. For this particular test, bluestore_zero_block_detection=false, zero blocks are not getting skipped. This is likely not related to zero detection (or lack thereof) since the test expects a certain object in a collection to not be there, but it is.

Reruns of the test that failed are here: http://pulpito.front.sepia.ceph.com/lflores-2022-06-03_19:24:06-rados:objectstore-wip-yuri7-testing-2022-06-02-1633-distro-default-smithi/
Further analysis pending.

/a/yuriw-2022-06-03_14:09:08-rados-wip-yuri7-testing-2022-06-02-1633-distro-default-smithi/6862449

2022-06-03T14:30:42.758 INFO:teuthology.orchestra.run.smithi055.stdout:[ RUN      ] ObjectStore/StoreTest.CompressionTest/2
2022-06-03T14:30:46.326 INFO:teuthology.orchestra.run.smithi055.stderr:Creating collection meta
2022-06-03T14:30:46.326 INFO:teuthology.orchestra.run.smithi055.stderr:Creating object #-1:68309cac:::Object 1:head#
2022-06-03T14:30:46.326 INFO:teuthology.orchestra.run.smithi055.stderr:CompressibleData (4xAU) Write
2022-06-03T14:30:46.328 INFO:teuthology.orchestra.run.smithi055.stderr:CompressibleData partial overwrite
2022-06-03T14:30:46.338 INFO:teuthology.orchestra.run.smithi055.stderr:CompressibleData partial overwrite, two extents overlapped, single one to be removed
2022-06-03T14:30:46.341 INFO:teuthology.orchestra.run.smithi055.stderr:Small chunk partial overwrite, two extents overlapped, single one to be removed
2022-06-03T14:30:46.341 INFO:teuthology.orchestra.run.smithi055.stderr:Cleaning object
2022-06-03T14:30:48.482 INFO:teuthology.orchestra.run.smithi055.stderr:CompressibleData large blob
2022-06-03T14:30:50.608 INFO:teuthology.orchestra.run.smithi055.stderr:Cleaning
2022-06-03T14:30:50.613 INFO:teuthology.orchestra.run.smithi055.stderr:Creating collection meta
2022-06-03T14:30:50.614 INFO:teuthology.orchestra.run.smithi055.stdout:/build/ceph-17.0.0-12772-g9c982c6b/src/test/objectstore/store_test.cc:1048: Failure
2022-06-03T14:30:50.614 INFO:teuthology.orchestra.run.smithi055.stdout:Value of: !exists
2022-06-03T14:30:50.614 INFO:teuthology.orchestra.run.smithi055.stdout:  Actual: false
2022-06-03T14:30:50.614 INFO:teuthology.orchestra.run.smithi055.stdout:Expected: true
2022-06-03T14:30:51.127 INFO:teuthology.orchestra.run.smithi055.stdout:==> rm -r bluestore.test_temp_dir
2022-06-03T14:30:51.131 INFO:teuthology.orchestra.run.smithi055.stdout:[  FAILED  ] ObjectStore/StoreTest.CompressionTest/2, where GetParam() = "bluestore" (8388 ms)

Also available in: Atom PDF