Project

General

Profile

Actions

Bug #64345

closed

rbd/test_librbd_python.sh: ERROR at teardown of TestImage.test_diff_iterate

Added by Laura Flores 3 months ago. Updated 3 months ago.

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

/a/yuriw-2024-02-05_19:32:33-rados-wip-yuri4-testing-2024-02-05-0849-distro-default-smithi/7547432

2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:_______________ ERROR at teardown of TestImage.test_diff_iterate _______________
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:self = <test_rbd.TestImage object at 0x7fedd617e1c0>
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:method = <bound method TestImage.test_diff_iterate of <test_rbd.TestImage object at 0x7fedd617e1c0>>
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:    def teardown_method(self, method):
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.close()
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:>       remove_image()
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.552 INFO:tasks.workunit.client.0.smithi023.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py:584:
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py:121: in remove_image
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:    RBD().remove(ioctx, image_name)
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:>   ???
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:E   rbd.ImageHasSnapshots: [errno 39] RBD image has snapshots (error removing image)
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:rbd.pyx:768: ImageHasSnapshots
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:=================================== FAILURES ===================================
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:_________________________ TestImage.test_diff_iterate __________________________
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:self = <test_rbd.TestImage object at 0x7fedd617e1c0>
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.553 INFO:tasks.workunit.client.0.smithi023.stdout:    def test_diff_iterate(self):
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        check_diff(self.image, 0, IMG_SIZE, None, [])
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.write(b'a' * 256, 0)
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        check_diff(self.image, 0, IMG_SIZE, None, [(0, 256, True)])
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.write(b'b' * 256, 256)
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        check_diff(self.image, 0, IMG_SIZE, None, [(0, 512, True)])
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.discard(128, 256)
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        check_diff(self.image, 0, IMG_SIZE, None, [(0, 512, True)])
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.create_snap('snap1')
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.discard(0, 1 << IMG_ORDER)
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.create_snap('snap2')
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:        self.image.set_snap('snap2')
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:>       check_diff(self.image, 0, IMG_SIZE, 'snap1', [(0, 512, False)])
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.554 INFO:tasks.workunit.client.0.smithi023.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py:1229:
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:../../../clone.client.0/src/test/pybind/test_rbd.py:1453: in check_diff
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:    eq(extents, expected)
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:a = [], b = [(0, 512, False)]
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:    def assert_equal(a, b):
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:>       assert a == b
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:E       AssertionError
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:../../../clone.client.0/src/test/pybind/assertions.py:2: AssertionError
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:=========================== short test summary info ============================
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:FAILED ../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_diff_iterate
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:ERROR ../../../clone.client.0/src/test/pybind/test_rbd.py::TestImage::test_diff_iterate
2024-02-06T09:32:54.555 INFO:tasks.workunit.client.0.smithi023.stdout:======== 1 failed, 165 passed, 8 skipped, 1 error in 643.07s (0:10:43) =========
2024-02-06T09:32:54.593 DEBUG:teuthology.orchestra.run:got remote process result: 1
2024-02-06T09:32:54.593 INFO:tasks.workunit:Stopping ['rbd/test_librbd_python.sh'] on client.0...


Related issues 1 (1 open0 closed)

Is duplicate of rbd - Bug #63941: rbd/test_librbd_python.sh test failuresNeed More InfoIlya Dryomov

Actions
Actions #1

Updated by Laura Flores 3 months ago

/a/yuriw-2024-02-05_19:32:33-rados-wip-yuri4-testing-2024-02-05-0849-distro-default-smithi/7547596

Actions #2

Updated by Matan Breizman 3 months ago

/a/https://pulpito.ceph.com/yuriw-2024-02-09_00:15:46-rados-wip-yuri2-testing-2024-02-08-0727-distro-default-smithi/7553239
/a/https://pulpito.ceph.com/yuriw-2024-02-09_00:15:46-rados-wip-yuri2-testing-2024-02-08-0727-distro-default-smithi/7553403

Actions #3

Updated by Laura Flores 3 months ago

/a/lflores-2024-02-13_05:06:48-rados-wip-yuri5-testing-2024-02-12-1152-distro-default-smithi/7557573

Actions #4

Updated by Ilya Dryomov 3 months ago

  • Is duplicate of Bug #63941: rbd/test_librbd_python.sh test failures added
Actions #5

Updated by Ilya Dryomov 3 months ago

  • Status changed from New to Duplicate
Actions #6

Updated by Ilya Dryomov 3 months ago

  • Assignee set to Ilya Dryomov
Actions #7

Updated by Kamoltat (Junior) Sirivadhna 3 months ago

/a/lflores-2024-02-09_16:51:13-rados-wip-yuri3-testing-2024-02-07-1233-distro-default-smithi/7554153/

Actions

Also available in: Atom PDF