Project

General

Profile

Actions

Bug #46812

closed

The backend test fails in tasks.mgr.dashboard.test_rbd.RbdTest.test_move_image_to_trash test

Added by Kiefer Chang over 3 years ago. Updated about 3 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Testing & QA
Target version:
% Done:

0%

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

Description

2020-08-02 04:46:55,066.066 INFO:tasks.mgr.dashboard.helper:Request POST to https://slave-ubuntu06.front.sepia.ceph.com:7789/api/block/image/rbd%2Ftest_rbd/move_trash
/tmp/tmp.CmzewOnw4Q/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strong
ly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
2020-08-02 04:46:57,089.089 INFO:tasks.mgr.dashboard.helper:task (rbd/trash/move, {'image_spec': 'rbd/test_rbd'}) is still executing
2020-08-02 04:46:58,090.090 INFO:tasks.mgr.dashboard.helper:Request GET to https://slave-ubuntu06.front.sepia.ceph.com:7789/api/task?name=rbd/trash/move
/tmp/tmp.CmzewOnw4Q/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strong
ly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
2020-08-02 04:46:58,101.101 INFO:tasks.mgr.dashboard.helper:task (rbd/trash/move, {'image_spec': 'rbd/test_rbd'}) is still executing
2020-08-02 04:46:59,102.102 INFO:tasks.mgr.dashboard.helper:Request GET to https://slave-ubuntu06.front.sepia.ceph.com:7789/api/task?name=rbd/trash/move
/tmp/tmp.CmzewOnw4Q/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strong
ly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
2020-08-02 04:46:59,111.111 INFO:tasks.mgr.dashboard.helper:task (rbd/trash/move, {'image_spec': 'rbd/test_rbd'}) is still executing
2020-08-02 04:47:00,112.112 INFO:tasks.mgr.dashboard.helper:Request GET to https://slave-ubuntu06.front.sepia.ceph.com:7789/api/task?name=rbd/trash/move
/tmp/tmp.CmzewOnw4Q/venv/lib/python3.6/site-packages/urllib3/connectionpool.py:847: InsecureRequestWarning: Unverified HTTPS request is being made. Adding certificate verification is strongly advised. See: https://urllib3.readthedocs.io/en/latest/advanced-usage.html#ssl-warnings
  InsecureRequestWarning)
2020-08-02 04:47:00,122.122 INFO:tasks.mgr.dashboard.helper:task (rbd/trash/move, {'image_spec': 'rbd/test_rbd'}) finished
2020-08-02 04:47:00,123.123 INFO:__main__:Running ['./bin/ceph', 'log', 'Ended test tasks.mgr.dashboard.test_rbd.RbdTest.test_move_image_to_trash']
2020-08-02 04:47:02,895.895 INFO:__main__:test_move_image_to_trash (tasks.mgr.dashboard.test_rbd.RbdTest) ... FAIL
2020-08-02 04:47:02,896.896 INFO:__main__:Stopped test: test_move_image_to_trash (tasks.mgr.dashboard.test_rbd.RbdTest) in 11.932871s
2020-08-02 04:47:02,896.896 INFO:__main__:Running ['./bin/ceph', 'osd', 'pool', 'delete', 'rbd', 'rbd', '--yes-i-really-really-mean-it']
2020-08-02 04:47:06,948.948 INFO:tasks.mgr.dashboard.helper:command result: 
2020-08-02 04:47:06,949.949 INFO:__main__:Running ['./bin/ceph', 'osd', 'pool', 'delete', 'rbd_iscsi', 'rbd_iscsi', '--yes-i-really-really-mean-it']
2020-08-02 04:47:10,360.360 INFO:tasks.mgr.dashboard.helper:command result: 
2020-08-02 04:47:10,361.361 INFO:__main__:Running ['./bin/ceph', 'osd', 'pool', 'delete', 'rbd_data', 'rbd_data', '--yes-i-really-really-mean-it']
2020-08-02 04:47:10,868.868 INFO:tasks.mgr.dashboard.helper:command result: 
2020-08-02 04:47:10,869.869 INFO:__main__:
2020-08-02 04:47:10,869.869 INFO:__main__:======================================================================
2020-08-02 04:47:10,870.870 INFO:__main__:FAIL: test_move_image_to_trash (tasks.mgr.dashboard.test_rbd.RbdTest)
2020-08-02 04:47:10,870.870 INFO:__main__:----------------------------------------------------------------------
2020-08-02 04:47:10,870.870 INFO:__main__:Traceback (most recent call last):
2020-08-02 04:47:10,870.870 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-backend/qa/tasks/mgr/dashboard/test_rbd.py", line 779, in test_move_image_to_trash
2020-08-02 04:47:10,870.870 INFO:__main__:    self.assertStatus(200)
2020-08-02 04:47:10,870.870 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api-nightly-master-backend/qa/tasks/mgr/dashboard/helper.py", line 386, in assertStatus
2020-08-02 04:47:10,870.870 INFO:__main__:    self.assertEqual(self._resp.status_code, status)
2020-08-02 04:47:10,871.871 INFO:__main__:AssertionError: 201 != 200
2020-08-02 04:47:10,871.871 INFO:__main__:
2020-08-02 04:47:10,871.871 INFO:__main__:----------------------------------------------------------------------
2020-08-02 04:47:10,871.871 INFO:__main__:Ran 176 tests in 2675.887s
2020-08-02 04:47:10,871.871 INFO:__main__:
See

Related issues 1 (0 open1 closed)

Copied to mgr - Backport #46896: octopus: The backend test fails in tasks.mgr.dashboard.test_rbd.RbdTest.test_move_image_to_trash testResolvedTatjana DehlerActions
Actions #1

Updated by Kiefer Chang over 3 years ago

  • Status changed from New to In Progress
  • Assignee set to Kiefer Chang
Actions #2

Updated by Kiefer Chang over 3 years ago

  • Status changed from In Progress to Fix Under Review
  • Pull request ID set to 36423
Actions #3

Updated by Lenz Grimmer over 3 years ago

  • Status changed from Fix Under Review to Pending Backport
  • Target version set to v16.0.0
Actions #4

Updated by Tatjana Dehler over 3 years ago

  • Copied to Backport #46896: octopus: The backend test fails in tasks.mgr.dashboard.test_rbd.RbdTest.test_move_image_to_trash test added
Actions #5

Updated by Lenz Grimmer over 3 years ago

  • Status changed from Pending Backport to Resolved
Actions #6

Updated by Ernesto Puerta about 3 years ago

  • Project changed from mgr to Dashboard
  • Category changed from 151 to Testing & QA
Actions

Also available in: Atom PDF