Project

General

Profile

Actions

Bug #65825

open

test_python.sh TestIoctx.test_locator failes: Classic

Added by Kamoltat (Junior) Sirivadhna 13 days ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

Description

/a/yuriw-2024-05-01_22:15:10-rados-wip-yuri3-testing-2024-04-05-0825-distro-default-smithi/7684635

2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:=================================== FAILURES ===================================
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:_________________________ TestIoctx.test_list_objects __________________________
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:self = <test_rados.TestIoctx object at 0x7ff4fcf4d8d0>
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:    def test_list_objects(self):
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:        self.ioctx.write('b', b'foo')
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:        self.ioctx.write_full('c', b'bar')
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:        self.ioctx.append('d', b'jazz')
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:        object_names = [obj.key for obj in self.ioctx.list_objects()]
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:>       eq(sorted(object_names), ['a', 'b', 'c', 'd'])
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:../../../clone.client.0/src/test/pybind/test_rados.py:325:
2024-05-02T00:08:57.475 INFO:tasks.workunit.client.0.smithi044.stdout:_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:a = ['b', 'c', 'd'], b = ['a', 'b', 'c', 'd']
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:    def assert_equal(a, b):
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:>       assert a == b
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:E       AssertionError
2024-05-02T00:08:57.476 INFO:tasks.workunit.client.0.smithi044.stdout:

Related issues 1 (0 open1 closed)

Related to crimson - Bug #64782: test_python.sh TestIoctx.test_locator failes in cases of SeaStoreResolvedXuehan Xu

Actions
Actions #1

Updated by Kamoltat (Junior) Sirivadhna 13 days ago

  • Related to Bug #64782: test_python.sh TestIoctx.test_locator failes in cases of SeaStore added
Actions

Also available in: Atom PDF