Actions
Bug #71979
opennotifications: test_bn.test_ps_s3_persistent_topic_configs_max_retries fails
% Done:
0%
Source:
Backport:
reef squid tentacle
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:
Tags:
Description
problem is still seen after the fix for: https://tracker.ceph.com/issues/70756 was merged
see: http://qa-proxy.ceph.com/teuthology/yuvalif-2025-07-03_15:37:40-rgw-wip-yuval-71390-distro-default-smithi/8368940/teuthology.log
2025-07-03T16:24:44.858 INFO:teuthology.orchestra.run.smithi150.stderr:====================================================================== 2025-07-03T16:24:44.858 INFO:teuthology.orchestra.run.smithi150.stderr:FAIL: bucket_notification.test_bn.test_ps_s3_persistent_topic_configs_max_retries 2025-07-03T16:24:44.858 INFO:teuthology.orchestra.run.smithi150.stderr:---------------------------------------------------------------------- 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr:Traceback (most recent call last): 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: File "/home/ubuntu/cephtest/ceph/src/test/rgw/bucket_notification/virtualenv/lib/python3.10/site-packages/nose/case.py", line 189, in runTest 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: self.test(*self.arg) 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: File "/home/ubuntu/cephtest/ceph/src/test/rgw/bucket_notification/test_bn.py", line 3348, in test_ps_s3_persistent_topic_configs_max_retries 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: ps_s3_persistent_topic_configs(persistency_time, config_dict) 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: File "/home/ubuntu/cephtest/ceph/src/test/rgw/bucket_notification/test_bn.py", line 3314, in ps_s3_persistent_topic_configs 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: get_stats_persistent_topic(topic_name, number_of_objects) 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: File "/home/ubuntu/cephtest/ceph/src/test/rgw/bucket_notification/test_bn.py", line 575, in get_stats_persistent_topic 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr: assert_equal(parsed_result['Topic Stats']['Entries'], assert_entries_number) 2025-07-03T16:24:44.859 INFO:teuthology.orchestra.run.smithi150.stderr:AssertionError: 20 != 10
Updated by Yuval Lifshitz 8 months ago
could not reproduce the failure. created this PR to have more debug data when issues happens:
https://github.com/ceph/ceph/pull/64535
(note that the PR does not fix anything with the issue)
Actions