Project

General

Profile

Actions

Bug #75101

open

Test failure: test_standby (tasks.mgr.test_prometheus.TestPrometheus)

Added by Sridhar Seshasayee 26 days ago. Updated 8 days ago.

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

0%

Source:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Tags (freeform):
Merge Commit:
Fixed In:
Released In:
Upkeep Timestamp:

Description

/a/skanta-2026-02-22_05:18:48-rados-wip-bharath21-testing-2026-02-20-1039-distro-default-trial/63357

https://tracker.ceph.com/issues/72012 that tracked failure in the same test was resolved a while ago.
I am therefore opening this tracker for the latest failure.

2026-02-22T05:30:03.642 INFO:teuthology.orchestra.run.trial125.stderr:2026-02-22T05:30:03.639+0000 7f11b505b640  1 -- 10.20.193.125:0/4138966037 shutdown_connections
2026-02-22T05:30:03.642 INFO:teuthology.orchestra.run.trial125.stderr:2026-02-22T05:30:03.639+0000 7f11b505b640  1 -- 10.20.193.125:0/4138966037 wait complete.
2026-02-22T05:30:03.650 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.650 INFO:tasks.cephfs_test_runner:======================================================================
2026-02-22T05:30:03.650 INFO:tasks.cephfs_test_runner:FAIL: test_standby (tasks.mgr.test_prometheus.TestPrometheus.test_standby)
2026-02-22T05:30:03.650 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa/tasks/mgr/test_prometheus.py", line 50, in test_standby
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:    self.assertEqual(r.headers["content-type"], "text/plain;charset=utf-8")
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:AssertionError: 'text/html;charset=utf-8' != 'text/plain;charset=utf-8'
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:- text/html;charset=utf-8
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:?      ^^^
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:+ text/plain;charset=utf-8
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:?      ^ +++
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.651 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:Ran 2 tests in 80.384s
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:FAILED (failures=1)
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:======================================================================
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:FAIL: test_standby (tasks.mgr.test_prometheus.TestPrometheus.test_standby)
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa/tasks/mgr/test_prometheus.py", line 50, in test_standby
2026-02-22T05:30:03.652 INFO:tasks.cephfs_test_runner:    self.assertEqual(r.headers["content-type"], "text/plain;charset=utf-8")
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:AssertionError: 'text/html;charset=utf-8' != 'text/plain;charset=utf-8'
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:- text/html;charset=utf-8
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:?      ^^^
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:+ text/plain;charset=utf-8
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:?      ^ +++
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.653 INFO:tasks.cephfs_test_runner:
2026-02-22T05:30:03.653 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_teuthology_fa17720d0088c3ac28e473468bfc79eeaff5cd38/teuthology/run_tasks.py", line 112, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.12/contextlib.py", line 137, in __enter__
    return next(self.gen)
           ^^^^^^^^^^^^^^
  File "/home/teuthworker/src/github.com_ceph_ceph-c_f7273f3049146bdd7fa7b4a400114872a50228e9/qa/tasks/cephfs_test_runner.py", line 211, in task
    raise RuntimeError("Test failure: {0}".format(", ".join(bad_tests)))
RuntimeError: Test failure: test_standby (tasks.mgr.test_prometheus.TestPrometheus.test_standby)
Actions #1

Updated by Vallari Agrawal 18 days ago

/vallariag-2026-03-04_09:03:27-rados:mgr-wip-tomer-revive-nvme-module-centos9-only-distro-default-trial/81560/
/vallariag-2026-03-04_09:03:27-rados:mgr-wip-tomer-revive-nvme-module-centos9-only-distro-default-trial/81565/

Actions #2

Updated by Naveen Naidu 16 days ago

/a/yuriw-2026-03-02_18:34:01-rados-wip-yuri3-testing-2026-03-02-1622-distro-default-trial/76731

Actions #3

Updated by Sridhar Seshasayee 8 days ago

/a/skanta-2026-03-04_23:53:38-rados-wip-bharath1-testing-2026-03-04-1011-distro-default-trial/85642

Actions

Also available in: Atom PDF