Project

General

Profile

Actions

Bug #24077

closed

test_pool_create_fail (tasks.mgr.dashboard.test_pool.PoolTest) fails

Added by Kefu Chai almost 6 years ago. Updated almost 6 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Tests
Target version:
-
% Done:

0%

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

Description

2018-05-10T04:37:48.278 INFO:tasks.mgr.dashboard.helper:request POST to https://mira078.front.sepia.ceph.com:7789/api/auth
2018-05-10T04:37:48.585 INFO:tasks.mgr.dashboard.helper:request POST to https://mira078.front.sepia.ceph.com:7789/api/pool/
2018-05-10T04:37:48.586 INFO:tasks.ceph.mgr.x.mira078.stdout:::ffff:172.21.0.51 - - [10/May/2018:04:37:48] "POST /api/auth HTTP/1.1" 201 21 "" "python-requests/2.12.5" 
2018-05-10T04:37:48.597 INFO:tasks.ceph.mgr.x.mira078.stderr:[10/May/2018:04:37:48] HTTP
2018-05-10T04:37:48.597 INFO:tasks.ceph.mgr.x.mira078.stderr:Request Headers:
2018-05-10T04:37:48.597 INFO:tasks.ceph.mgr.x.mira078.stderr:  Content-Length: 79
2018-05-10T04:37:48.597 INFO:tasks.ceph.mgr.x.mira078.stderr:  COOKIE: session_id=dcd6e8ff5833aefb2f7cdf2b75181269f4d2d1e7
2018-05-10T04:37:48.597 INFO:tasks.ceph.mgr.x.mira078.stderr:  HOST: mira078.front.sepia.ceph.com:7789
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:  CONNECTION: keep-alive
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:  Remote-Addr: ::ffff:172.21.0.51
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:  ACCEPT: */*
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:  USER-AGENT: python-requests/2.12.5
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:  Content-Type: application/json
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:  ACCEPT-ENCODING: gzip, deflate
2018-05-10T04:37:48.598 INFO:tasks.ceph.mgr.x.mira078.stderr:[10/May/2018:04:37:48] HTTP Traceback (most recent call last):
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:  File "/usr/lib/python2.7/dist-packages/cherrypy/_cprequest.py", line 670, in respond
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:    response.body = self.handler()
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:  File "/usr/lib/python2.7/dist-packages/cherrypy/lib/encoding.py", line 217, in __call__
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:    self.body = self.oldhandler(*args, **kwargs)
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:  File "/usr/lib/python2.7/dist-packages/cherrypy/_cptools.py", line 231, in wrap
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:    return self.newhandler(innerfunc, *args, **kwargs)
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:  File "/usr/lib/ceph/mgr/dashboard/services/exception.py", line 94, in dashboard_exception_handler
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:    return json.dumps(serialize_dashboard_exception(e)).encode('utf-8')
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:  File "/usr/lib/ceph/mgr/dashboard/services/exception.py", line 73, in serialize_dashboard_exception
2018-05-10T04:37:48.599 INFO:tasks.ceph.mgr.x.mira078.stderr:    out['code'] = e.code
2018-05-10T04:37:48.600 INFO:tasks.ceph.mgr.x.mira078.stderr:  File "/usr/lib/ceph/mgr/dashboard/exceptions.py", line 45, in code
2018-05-10T04:37:48.600 INFO:tasks.ceph.mgr.x.mira078.stderr:    return str(abs(self.errno))
2018-05-10T04:37:48.600 INFO:tasks.ceph.mgr.x.mira078.stderr:TypeError: bad operand type for abs(): 'NoneType'
2018-05-10T04:37:48.600 INFO:tasks.ceph.mgr.x.mira078.stderr:
2018-05-10T04:37:48.606 INFO:tasks.cephfs_test_runner:test_pool_create_fail (tasks.mgr.dashboard.test_pool.PoolTest) ... FAIL

see /a/kchai-2018-05-09_15:14:14-rados-wip-kefu-testing-2018-05-09-2109-distro-basic-mira/2509998

i suspect it's related to https://github.com/ceph/ceph/pull/21066

Actions

Also available in: Atom PDF