Project

General

Profile

Actions

Bug #57302

open

ERROR: test_get_status (tasks.mgr.dashboard.test_cluster.ClusterTest)

Added by Ernesto Puerta over 1 year ago. Updated 10 months ago.

Status:
New
Priority:
High
Assignee:
-
Category:
Testing - API
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

https://jenkins.ceph.com/job/ceph-api/43485/

2022-08-25 17:52:04,765.765 INFO:__main__:----------------------------------------------------------------------
2022-08-25 17:52:04,765.765 INFO:__main__:Traceback (most recent call last):
2022-08-25 17:52:04,765.765 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/test_cluster.py", line 7, in setUp
2022-08-25 17:52:04,765.765 INFO:__main__:    super().setUp()
2022-08-25 17:52:04,765.765 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/helper.py", line 271, in setUp
2022-08-25 17:52:04,765.765 INFO:__main__:    self.wait_for_health_clear(self.TIMEOUT_HEALTH_CLEAR)
2022-08-25 17:52:04,765.765 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/ceph_test_case.py", line 175, in wait_for_health_clear
2022-08-25 17:52:04,765.765 INFO:__main__:    self.wait_until_true(is_clear, timeout)
2022-08-25 17:52:04,765.765 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/ceph_test_case.py", line 212, in wait_until_true
2022-08-25 17:52:04,765.765 INFO:__main__:    raise TestTimeoutError("Timed out after {0}s and {1} retries".format(elapsed, retry_count))
2022-08-25 17:52:04,765.765 INFO:__main__:tasks.ceph_test_case.TestTimeoutError: Timed out after 60s and 0 retries
2022-08-25 17:52:04,766.766 INFO:__main__:
Cannot find device "ceph-brx" 
2022-08-25 17:52:04,786.786 INFO:__main__:
2022-08-25 17:52:04,786.786 INFO:__main__:----------------------------------------------------------------------
2022-08-25 17:52:04,786.786 INFO:__main__:Ran 54 tests in 591.143s
2022-08-25 17:52:04,786.786 INFO:__main__:
2022-08-25 17:52:04,786.786 INFO:__main__:

Related issues 1 (0 open1 closed)

Has duplicate Dashboard - Bug #57225: ERROR: test_delete (tasks.mgr.dashboard.test_rgw.RgwUserCapabilityTest)Duplicate

Actions
Actions #1

Updated by Ernesto Puerta over 1 year ago

  • Translation missing: en.field_tag_list set to test-failure
Actions #2

Updated by Laura Flores over 1 year ago

  • Related to Bug #57225: ERROR: test_delete (tasks.mgr.dashboard.test_rgw.RgwUserCapabilityTest) added
Actions #3

Updated by Laura Flores over 1 year ago

/a/yuriw-2022-08-18_17:36:35-rados-wip-yuri5-testing-2022-08-18-0812-distro-default-smithi/6978932

2022-08-18T19:22:30.919 INFO:tasks.cephfs_test_runner:test_add_indiv_flag (tasks.mgr.dashboard.test_osd.OsdFlagsTest) ... ERROR
2022-08-18T19:22:30.920 INFO:tasks.cephfs_test_runner:
2022-08-18T19:22:30.920 INFO:tasks.cephfs_test_runner:======================================================================
2022-08-18T19:22:30.921 INFO:tasks.cephfs_test_runner:ERROR: test_add_indiv_flag (tasks.mgr.dashboard.test_osd.OsdFlagsTest)
2022-08-18T19:22:30.921 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2022-08-18T19:22:30.921 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2022-08-18T19:22:30.922 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_9a61d24e26c1e6b0d28ad5d43fff516833b21e89/qa/tasks/mgr/dashboard/helper.py", line 271, in setUp
2022-08-18T19:22:30.922 INFO:tasks.cephfs_test_runner:    self.wait_for_health_clear(self.TIMEOUT_HEALTH_CLEAR)
2022-08-18T19:22:30.922 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_9a61d24e26c1e6b0d28ad5d43fff516833b21e89/qa/tasks/ceph_test_case.py", line 175, in wait_for_health_clear
2022-08-18T19:22:30.923 INFO:tasks.cephfs_test_runner:    self.wait_until_true(is_clear, timeout)
2022-08-18T19:22:30.923 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_9a61d24e26c1e6b0d28ad5d43fff516833b21e89/qa/tasks/ceph_test_case.py", line 212, in wait_until_true
2022-08-18T19:22:30.923 INFO:tasks.cephfs_test_runner:    raise TestTimeoutError("Timed out after {0}s and {1} retries".format(elapsed, retry_count))
2022-08-18T19:22:30.924 INFO:tasks.cephfs_test_runner:tasks.ceph_test_case.TestTimeoutError: Timed out after 60s and 0 retries

Actions #4

Updated by Laura Flores over 1 year ago

  • Related to deleted (Bug #57225: ERROR: test_delete (tasks.mgr.dashboard.test_rgw.RgwUserCapabilityTest))
Actions #5

Updated by Laura Flores over 1 year ago

  • Has duplicate Bug #57225: ERROR: test_delete (tasks.mgr.dashboard.test_rgw.RgwUserCapabilityTest) added
Actions #6

Updated by Laura Flores over 1 year ago

Let's put all instances of this Traceback message (regardless of the test it fails on) here. It all seems to be the same root cause.

Actions #7

Updated by Laura Flores over 1 year ago

  • Priority changed from Normal to High
Actions #8

Updated by Ernesto Puerta over 1 year ago

  • Subject changed from ERROR: test_get_status (tasks.mgr.dashboard.test_cluster.ClusterTest) mgr/dashboard: short_description to ERROR: test_get_status (tasks.mgr.dashboard.test_cluster.ClusterTest)
  • Assignee deleted (Laura Paduano)
Actions #9

Updated by Kamoltat (Junior) Sirivadhna 10 months ago

/a/yuriw-2023-07-10_18:41:02-rados-wip-yuri6-testing-2023-07-10-0816-distro-default-smithi/7332558/

023-07-10T21:11:09.290 INFO:tasks.cephfs_test_runner:======================================================================
2023-07-10T21:11:09.290 INFO:tasks.cephfs_test_runner:ERROR: test_create_access_permissions (tasks.mgr.dashboard.test_pool.PoolTest)
2023-07-10T21:11:09.290 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2023-07-10T21:11:09.290 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2023-07-10T21:11:09.291 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_256753a3863ab5b249e8aa9a52318c3536744481/qa/tasks/mgr/dashboard/helper.py", line 271, in setUp
2023-07-10T21:11:09.291 INFO:tasks.cephfs_test_runner:    self.wait_for_health_clear(self.TIMEOUT_HEALTH_CLEAR)
2023-07-10T21:11:09.291 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_256753a3863ab5b249e8aa9a52318c3536744481/qa/tasks/ceph_test_case.py", line 194, in wait_for_health_clear
2023-07-10T21:11:09.291 INFO:tasks.cephfs_test_runner:    self.wait_until_true(is_clear, timeout)
2023-07-10T21:11:09.291 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_256753a3863ab5b249e8aa9a52318c3536744481/qa/tasks/ceph_test_case.py", line 231, in wait_until_true
2023-07-10T21:11:09.291 INFO:tasks.cephfs_test_runner:    raise TestTimeoutError("Timed out after {0}s and {1} retries".format(elapsed, retry_count))
2023-07-10T21:11:09.292 INFO:tasks.cephfs_test_runner:tasks.ceph_test_case.TestTimeoutError: Timed out after 60s and 0 retries
2023-07-10T21:11:09.292 INFO:tasks.cephfs_test_runner:
2023-07-10T21:11:09.292 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------

Actions

Also available in: Atom PDF