Project

General

Profile

Actions

Bug #46373

open

mgr/dashboard: ceph dashboard backend API test error on Jenkins: test_pool_update_compression (tasks.mgr.dashboard.test_pool.PoolTest)

Added by Laura Paduano almost 4 years ago. Updated about 3 years ago.

Status:
New
Priority:
High
Assignee:
-
Category:
Testing - API
Target version:
-
% Done:

0%

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

Description

2020-07-06 12:03:42,510.510 INFO:__main__:Running ['./bin/ceph', 'log', 'Ended test tasks.mgr.dashboard.test_pool.PoolTest.test_pool_update_compression']
2020-07-06 12:03:43,625.625 INFO:__main__:test_pool_update_compression (tasks.mgr.dashboard.test_pool.PoolTest) ... FAIL
2020-07-06 12:03:43,625.625 INFO:__main__:Stopped test: test_pool_update_compression (tasks.mgr.dashboard.test_pool.PoolTest) in 23.408454s
2020-07-06 12:03:43,626.626 INFO:__main__:
2020-07-06 12:03:43,626.626 INFO:__main__:======================================================================
2020-07-06 12:03:43,627.627 INFO:__main__:FAIL: test_pool_update_compression (tasks.mgr.dashboard.test_pool.PoolTest)
2020-07-06 12:03:43,627.627 INFO:__main__:----------------------------------------------------------------------
2020-07-06 12:03:43,627.627 INFO:__main__:Traceback (most recent call last):
2020-07-06 12:03:43,627.627 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/qa/tasks/mgr/dashboard/test_pool.py", line 378, in test_pool_update_compression
2020-07-06 12:03:43,627.627 INFO:__main__:    self._validate_pool_properties(properties, self._get_pool(pool_name))
2020-07-06 12:03:43,627.627 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/qa/tasks/mgr/dashboard/test_pool.py", line 119, in _validate_pool_properties
2020-07-06 12:03:43,627.627 INFO:__main__:    self.assertEqual(health['status'], 'HEALTH_OK', msg='health={}'.format(health))
2020-07-06 12:03:43,628.628 INFO:__main__:AssertionError: 'HEALTH_WARN' != 'HEALTH_OK'
2020-07-06 12:03:43,628.628 INFO:__main__:- HEALTH_WARN
2020-07-06 12:03:43,628.628 INFO:__main__:+ HEALTH_OK
2020-07-06 12:03:43,628.628 INFO:__main__: : health={'status': 'HEALTH_WARN', 'checks': [{'severity': 'HEALTH_WARN', 'summary': {'message': 'Reduced data availability: 1 pg inactive, 1 pg peering', 'count': 2}, 'detail': [{'message': 'pg 11.1c is stuck peering for 13m, current state peering, last acting [1,2,0]'}], 'muted': False, 'type': 'PG_AVAILABILITY'}], 'mutes': []}
2020-07-06 12:03:43,628.628 INFO:__main__:
2020-07-06 12:03:43,628.628 INFO:__main__:----------------------------------------------------------------------
2020-07-06 12:03:43,628.628 INFO:__main__:Ran 136 tests in 1487.066s
2020-07-06 12:03:43,629.629 INFO:__main__:
2020-07-06 12:03:43,629.629 INFO:__main__:FAILED (failures=1)
2020-07-06 12:03:43,629.629 INFO:__main__:
2020-07-06 12:03:43,629.629 INFO:__main__:======================================================================
2020-07-06 12:03:43,629.629 INFO:__main__:FAIL: test_pool_update_compression (tasks.mgr.dashboard.test_pool.PoolTest)
2020-07-06 12:03:43,630.630 INFO:__main__:----------------------------------------------------------------------
2020-07-06 12:03:43,630.630 INFO:__main__:Traceback (most recent call last):
2020-07-06 12:03:43,630.630 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/qa/tasks/mgr/dashboard/test_pool.py", line 378, in test_pool_update_compression
2020-07-06 12:03:43,630.630 INFO:__main__:    self._validate_pool_properties(properties, self._get_pool(pool_name))
2020-07-06 12:03:43,630.630 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/qa/tasks/mgr/dashboard/test_pool.py", line 119, in _validate_pool_properties
2020-07-06 12:03:43,630.630 INFO:__main__:    self.assertEqual(health['status'], 'HEALTH_OK', msg='health={}'.format(health))
2020-07-06 12:03:43,630.630 INFO:__main__:AssertionError: 'HEALTH_WARN' != 'HEALTH_OK'
2020-07-06 12:03:43,630.630 INFO:__main__:- HEALTH_WARN
2020-07-06 12:03:43,631.631 INFO:__main__:+ HEALTH_OK
2020-07-06 12:03:43,631.631 INFO:__main__: : health={'status': 'HEALTH_WARN', 'checks': [{'severity': 'HEALTH_WARN', 'summary': {'message': 'Reduced data availability: 1 pg inactive, 1 pg peering', 'count': 2}, 'detail': [{'message': 'pg 11.1c is stuck peering for 13m, current state peering, last acting [1,2,0]'}], 'muted': False, 'type': 'PG_AVAILABILITY'}], 'mutes': []}
2020-07-06 12:03:43,631.631 INFO:__main__:
Using guessed paths /home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/build/lib/ ['/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/qa', '/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/build/lib/cython_modules/lib.3', '/home/jenkins-build/build/workspace/ceph-dashboard-pr-backend/src/pybind']

- https://jenkins.ceph.com/job/ceph-dashboard-pr-backend/2997

Actions #1

Updated by Laura Paduano almost 4 years ago

  • Description updated (diff)
Actions #2

Updated by Laura Paduano almost 4 years ago

  • Description updated (diff)
Actions #3

Updated by Laura Paduano almost 4 years ago

  • Category changed from 151 to API Tests
Actions #6

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from API Tests to Testing - API
Actions

Also available in: Atom PDF