Project

General

Profile

Actions

Bug #39648

closed

mgr/dashboard: tasks.mgr.dashboard.test_rbd.RbdTest.test_clone fails in Teuthology

Added by Tatjana Dehler almost 5 years ago. Updated about 3 years ago.

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

100%

Source:
Development
Tags:
dashboard, qa
Backport:
Regression:
No
Severity:
2 - major
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

Also happens on master: http://pulpito.ceph.com/tdehler-2019-05-21_06:45:37-rados:mgr-wip-tdehler-testing-master-2-distro-basic-smithi/

2019-05-09T11:25:35.902 INFO:tasks.cephfs_test_runner:======================================================================
2019-05-09T11:25:35.902 INFO:tasks.cephfs_test_runner:ERROR: test_clone (tasks.mgr.dashboard.test_rbd.RbdTest)
2019-05-09T11:25:35.902 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-05-09T11:25:35.902 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/test_rbd.py", line 605, in test_clone
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:    self.create_snapshot('rbd', 'cimg', 'snap1')
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/test_rbd.py", line 103, in create_snapshot
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:    {'snapshot_name': snapshot})
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/helper.py", line 300, in _task_post
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:    return cls._task_request('POST', url, data, timeout)
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/helper.py", line 247, in _task_request
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:    res = cls._request(url, method, data)
2019-05-09T11:25:35.903 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/helper.py", line 174, in _request
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:    verify=False, headers=headers)
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 535, in post
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:    return self.request('POST', url, data=data, json=json, **kwargs)
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:    resp = self.send(prep, **send_kwargs)
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:    r = adapter.send(request, **kwargs)
2019-05-09T11:25:35.904 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/adapters.py", line 473, in send
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:    raise ConnectionError(err, request=request)
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:ConnectionError: ('Connection aborted.', BadStatusLine("''",))
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:Ran 83 tests in 1097.730s
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:FAILED (errors=1)
2019-05-09T11:25:35.905 INFO:tasks.cephfs_test_runner:
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:======================================================================
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:ERROR: test_clone (tasks.mgr.dashboard.test_rbd.RbdTest)
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:----------------------------------------------------------------------
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:Traceback (most recent call last):
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/test_rbd.py", line 605, in test_clone
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:    self.create_snapshot('rbd', 'cimg', 'snap1')
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/test_rbd.py", line 103, in create_snapshot
2019-05-09T11:25:35.906 INFO:tasks.cephfs_test_runner:    {'snapshot_name': snapshot})
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/helper.py", line 300, in _task_post
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:    return cls._task_request('POST', url, data, timeout)
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/helper.py", line 247, in _task_request
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:    res = cls._request(url, method, data)
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_ceph-c_wip-tdehler-testing-27774/qa/tasks/mgr/dashboard/helper.py", line 174, in _request
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:    verify=False, headers=headers)
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 535, in post
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:    return self.request('POST', url, data=data, json=json, **kwargs)
2019-05-09T11:25:35.907 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 488, in request
2019-05-09T11:25:35.908 INFO:tasks.cephfs_test_runner:    resp = self.send(prep, **send_kwargs)
2019-05-09T11:25:35.908 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/sessions.py", line 609, in send
2019-05-09T11:25:35.908 INFO:tasks.cephfs_test_runner:    r = adapter.send(request, **kwargs)
2019-05-09T11:25:35.908 INFO:tasks.cephfs_test_runner:  File "/home/teuthworker/src/git.ceph.com_git_teuthology_master/virtualenv/local/lib/python2.7/site-packages/requests/adapters.py", line 473, in send
2019-05-09T11:25:35.908 INFO:tasks.cephfs_test_runner:    raise ConnectionError(err, request=request)
2019-05-09T11:25:35.908 INFO:tasks.cephfs_test_runner:ConnectionError: ('Connection aborted.', BadStatusLine("''",))
Actions #1

Updated by Laura Paduano almost 5 years ago

  • Description updated (diff)
Actions #2

Updated by Tatjana Dehler almost 5 years ago

  • Description updated (diff)
Actions #3

Updated by Tatjana Dehler almost 5 years ago

  • Description updated (diff)
Actions #4

Updated by Lenz Grimmer almost 5 years ago

  • Severity changed from 3 - minor to 2 - major
  • Affected Versions v14.2.2, v15.0.0 added
Actions #5

Updated by Patrick Seidensal almost 5 years ago

  • Status changed from New to In Progress
  • Assignee set to Patrick Seidensal
Actions #6

Updated by Patrick Seidensal almost 5 years ago

  • Status changed from In Progress to Resolved
  • % Done changed from 0 to 100

Has been resolved upstream, but couldn't find a reference in the tracker where exactly it has been resolved. Feel free to add a reference, if you found one.

Actions #7

Updated by Patrick Seidensal almost 5 years ago

  • Assignee deleted (Patrick Seidensal)
Actions #8

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