Project

General

Profile

Actions

Bug #64917

closed

SnapMapperTest.CheckObjectKeyFormat object key changed

Added by Nitzan Mordechai about 2 years ago. Updated 5 months ago.

Status:
Resolved
Priority:
High
Category:
-
Target version:
-
% Done:

0%

Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Component(RADOS):
Pull request ID:
Tags (freeform):
Fixed In:
v19.3.0-869-g3b8cc0f3eb
Released In:
v20.2.0~3262
Upkeep Timestamp:
2025-11-01T01:19:45+00:00

Description

/a/yuriw-2024-03-12_18:29:22-rados-wip-yuri8-testing-2024-03-11-1138-distro-default-smithi/7594695

2024-03-13T03:43:52.952 INFO:teuthology.orchestra.run.smithi102.stdout:[       OK ] SnapMapperTest.MultiPG (8020 ms)
2024-03-13T03:43:52.952 INFO:teuthology.orchestra.run.smithi102.stdout:[ RUN      ] SnapMapperTest.CheckObjectKeyFormat
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:9223372036854775787:e6a2c480:namespace::test_object:ffffffffffffffec should be OBJ_.1_7FFFFFFFFFFFFFEB.76543210.ffffffffffffffec.test%uobject..namespace is OBJ_.1_7FFFFFFFFFFFFFEB.76543210.FFFFFFFFFFFFFFEC.test%uobject..namespace
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/19.0.0-2007-gb7c579c9/rpm/el9/BUILD/ceph-19.0.0-2007-gb7c579c9/src/test/test_snap_mapper.cc:982: Failure
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:Expected equality of these values:
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:  object_key
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:    Which is: "OBJ_.1_7FFFFFFFFFFFFFEB.76543210.FFFFFFFFFFFFFFEC.test%uobject..namespace" 
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:  test_object_key
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:    Which is: "OBJ_.1_7FFFFFFFFFFFFFEB.76543210.ffffffffffffffec.test%uobject..namespace" 
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:[  FAILED  ] SnapMapperTest.CheckObjectKeyFormat (0 ms)
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:[ RUN      ] SnapMapperTest.CheckRawKeyFormat
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:9223372036854775787:e6a2c480:namespace::test_object:ffffffffffffffec ffffffffffffffec should be SNA_9223372036854775787_FFFFFFFFFFFFFFEC_.1_7FFFFFFFFFFFFFEB.76543210.ffffffffffffffec.test%uobject..namespace is SNA_9223372036854775787_FFFFFFFFFFFFFFEC_.1_7FFFFFFFFFFFFFEB.76543210.FFFFFFFFFFFFFFEC.test%uobject..namespace
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:/home/jenkins-build/build/workspace/ceph-dev-new-build/ARCH/x86_64/AVAILABLE_ARCH/x86_64/AVAILABLE_DIST/centos9/DIST/centos9/MACHINE_SIZE/gigantic/release/19.0.0-2007-gb7c579c9/rpm/el9/BUILD/ceph-19.0.0-2007-gb7c579c9/src/test/test_snap_mapper.cc:1012: Failure
2024-03-13T03:43:52.953 INFO:teuthology.orchestra.run.smithi102.stdout:Expected equality of these values:
2024-03-13T03:43:52.954 INFO:teuthology.orchestra.run.smithi102.stdout:  raw_key
2024-03-13T03:43:52.954 INFO:teuthology.orchestra.run.smithi102.stdout:    Which is: "SNA_9223372036854775787_FFFFFFFFFFFFFFEC_.1_7FFFFFFFFFFFFFEB.76543210.FFFFFFFFFFFFFFEC.test%uobject..namespace" 
2024-03-13T03:43:52.954 INFO:teuthology.orchestra.run.smithi102.stdout:  test_raw_key
2024-03-13T03:43:52.954 INFO:teuthology.orchestra.run.smithi102.stdout:    Which is: "SNA_9223372036854775787_FFFFFFFFFFFFFFEC_.1_7FFFFFFFFFFFFFEB.76543210.ffffffffffffffec.test%uobject..namespace" 

looks like lower case check against upper case


Related issues 1 (0 open1 closed)

Has duplicate RADOS - Bug #56393: failed to complete snap trimming before timeoutDuplicateMatan Breizman

Actions
Actions #1

Updated by Aishwarya Mathuria about 2 years ago

/a/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603418/
/a/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603810/
/a/yuriw-2024-03-15_19:59:43-rados-wip-yuri6-testing-2024-03-15-0709-distro-default-smithi/7603712/

Actions #2

Updated by Radoslaw Zarzynski about 2 years ago

  • Assignee set to Matan Breizman

I think this is already tackled by https://github.com/ceph/ceph/pull/56142.

Assigning to Matan for confirmation. If that's the case, let's make this ticket a duplicate.

Actions #3

Updated by Radoslaw Zarzynski about 2 years ago

  • Priority changed from Normal to High
Actions #4

Updated by Aishwarya Mathuria about 2 years ago

/a/yuriw-2024-03-19_00:09:45-rados-wip-yuri5-testing-2024-03-18-1144-distro-default-smithi/7609912

Actions #5

Updated by Matan Breizman about 2 years ago

  • Pull request ID set to 56142
Actions #6

Updated by Matan Breizman about 2 years ago

  • Status changed from New to Fix Under Review
Actions #7

Updated by Nitzan Mordechai almost 2 years ago

/a/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621668
/a/yuriw-2024-03-25_20:36:27-rados-wip-yuri3-testing-2024-03-25-0744-distro-default-smithi/7621821

Actions #8

Updated by Laura Flores almost 2 years ago

  • Tags set to test-failure

/a/yuriw-2024-03-24_22:19:24-rados-wip-yuri10-testing-2024-03-24-1159-distro-default-smithi/7620572

Actions #9

Updated by Matan Breizman almost 2 years ago

  • Status changed from Fix Under Review to Resolved
Actions #10

Updated by Matan Breizman over 1 year ago

  • Has duplicate Bug #56393: failed to complete snap trimming before timeout added
Actions #11

Updated by Upkeep Bot 9 months ago

  • Merge Commit set to 3b8cc0f3eb08eb8de5ef83de61528cc804f1c7f3
  • Fixed In set to v19.3.0-869-g3b8cc0f3eb0
  • Upkeep Timestamp set to 2025-07-11T14:16:38+00:00
Actions #12

Updated by Upkeep Bot 8 months ago

  • Fixed In changed from v19.3.0-869-g3b8cc0f3eb0 to v19.3.0-869-g3b8cc0f3eb
  • Upkeep Timestamp changed from 2025-07-11T14:16:38+00:00 to 2025-07-14T23:10:16+00:00
Actions #13

Updated by Upkeep Bot 5 months ago

  • Released In set to v20.2.0~3262
  • Upkeep Timestamp changed from 2025-07-14T23:10:16+00:00 to 2025-11-01T01:19:45+00:00
Actions

Also available in: Atom PDF