Project

General

Profile

Actions

Bug #54212

closed

pacific: test_pool_configuration fails due to "AssertionError: 400 != 200"

Added by Laura Flores about 2 years ago. Updated about 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
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

/a/yuriw-2022-02-05_22:51:11-rados-wip-yuri2-testing-2022-02-04-1646-pacific-distro-default-smithi/6663874

2022-02-06T08:00:08.982 INFO:tasks.cephfs_test_runner:test_pool_configuration (tasks.mgr.dashboard.test_pool.PoolTest) ... FAIL
2022-02-06T08:00:08.983 INFO:tasks.cephfs_test_runner:
2022-02-06T08:00:08.984 INFO:tasks.cephfs_test_runner:======================================================================
2022-02-06T08:00:08.984 INFO:tasks.cephfs_test_runner:FAIL: test_pool_configuration (tasks.mgr.dashboard.test_pool.PoolTest)
2022-02-06T08:00:08.984 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2022-02-06T08:00:08.985 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2022-02-06T08:00:08.985 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_6aa4fcc62bbc85390459e2e69fccdea5b9e83966/qa/tasks/mgr/dashboard/test_pool.py", line 167, in test_pool_configuration
2022-02-06T08:00:08.985 INFO:tasks.cephfs_test_runner:    self.assertStatus(200)
2022-02-06T08:00:08.985 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_6aa4fcc62bbc85390459e2e69fccdea5b9e83966/qa/tasks/mgr/dashboard/helper.py", line 495, in assertStatus
2022-02-06T08:00:08.986 INFO:tasks.cephfs_test_runner:    self.assertEqual(self._resp.status_code, status)
2022-02-06T08:00:08.986 INFO:tasks.cephfs_test_runner:AssertionError: 400 != 200
2022-02-06T08:00:08.986 INFO:tasks.cephfs_test_runner:
2022-02-06T08:00:08.987 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2022-02-06T08:00:08.987 INFO:tasks.cephfs_test_runner:Ran 127 tests in 1920.932s
2022-02-06T08:00:08.987 INFO:tasks.cephfs_test_runner:
2022-02-06T08:00:08.988 INFO:tasks.cephfs_test_runner:FAILED (failures=1)
2022-02-06T08:00:08.988 INFO:tasks.cephfs_test_runner:
2022-02-06T08:00:08.988 INFO:tasks.cephfs_test_runner:======================================================================
2022-02-06T08:00:08.989 INFO:tasks.cephfs_test_runner:FAIL: test_pool_configuration (tasks.mgr.dashboard.test_pool.PoolTest)
2022-02-06T08:00:08.989 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2022-02-06T08:00:08.989 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2022-02-06T08:00:08.990 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_6aa4fcc62bbc85390459e2e69fccdea5b9e83966/qa/tasks/mgr/dashboard/test_pool.py", line 167, in test_pool_configuration
2022-02-06T08:00:08.990 INFO:tasks.cephfs_test_runner:    self.assertStatus(200)
2022-02-06T08:00:08.990 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/github.com_ceph_ceph-c_6aa4fcc62bbc85390459e2e69fccdea5b9e83966/qa/tasks/mgr/dashboard/helper.py", line 495, in assertStatus
2022-02-06T08:00:08.991 INFO:tasks.cephfs_test_runner:    self.assertEqual(self._resp.status_code, status)
2022-02-06T08:00:08.991 INFO:tasks.cephfs_test_runner:AssertionError: 400 != 200
2022-02-06T08:00:08.991 INFO:tasks.cephfs_test_runner:
2022-02-06T08:00:08.992 ERROR:teuthology.run_tasks:Saw exception from tasks.
Traceback (most recent call last):
  File "/home/teuthworker/src/git.ceph.com_git_teuthology_3094160cc590b786a43d55faaf7c99d5de71ce56/teuthology/run_tasks.py", line 94, in run_tasks
    manager.__enter__()
  File "/usr/lib/python3.6/contextlib.py", line 81, in __enter__
    return next(self.gen)
  File "/home/teuthworker/src/github.com_ceph_ceph-c_6aa4fcc62bbc85390459e2e69fccdea5b9e83966/qa/tasks/cephfs_test_runner.py", line 211, in task
    raise RuntimeError("Test failure: {0}".format(", ".join(bad_tests)))
RuntimeError: Test failure: test_pool_configuration (tasks.mgr.dashboard.test_pool.PoolTest)
Actions #1

Updated by Laura Flores about 2 years ago

  • Status changed from New to Closed

Caused by https://github.com/ceph/ceph/pull/44869, which hasn't been merged yet.

Actions

Also available in: Atom PDF