Project

General

Profile

Actions

Bug #48409

open

ERROR: test_bulk_set (tasks.mgr.dashboard.test_cluster_configuration.ClusterConfigurationTest)

Added by Mahati Chamarthy over 3 years ago. Updated about 3 years ago.

Status:
Need More Info
Priority:
Low
Assignee:
Laura Paduano
Category:
Testing - API
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

Python Unit-test Error

ERROR: test_bulk_set (tasks.mgr.dashboard.test_cluster_configuration.ClusterConfigurationTest)
⇒ Check for already reported issues on "ERROR: test_bulk_set (tasks.mgr.dashboard.test_cluster_configuration.ClusterConfigurationTest)" in Ceph Tracker...
... or open a new issue.

2020-12-01 10:43:22,907.907 INFO:__main__:----------------------------------------------------------------------
2020-12-01 10:43:22,907.907 INFO:__main__:Traceback (most recent call last):
2020-12-01 10:43:22,907.907 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
2020-12-01 10:43:22,907.907 INFO:__main__:    chunked=chunked)
2020-12-01 10:43:22,908.908 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 384, in _make_request
2020-12-01 10:43:22,908.908 INFO:__main__:    six.raise_from(e, None)
2020-12-01 10:43:22,908.908 INFO:__main__:  File "", line 2, in raise_from
2020-12-01 10:43:22,908.908 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 380, in _make_request
2020-12-01 10:43:22,908.908 INFO:__main__:    httplib_response = conn.getresponse()
2020-12-01 10:43:22,908.908 INFO:__main__:  File "/usr/lib/python3.6/http/client.py", line 1356, in getresponse
2020-12-01 10:43:22,908.908 INFO:__main__:    response.begin()
2020-12-01 10:43:22,908.908 INFO:__main__:  File "/usr/lib/python3.6/http/client.py", line 307, in begin
2020-12-01 10:43:22,908.908 INFO:__main__:    version, status, reason = self._read_status()
2020-12-01 10:43:22,908.908 INFO:__main__:  File "/usr/lib/python3.6/http/client.py", line 276, in _read_status
2020-12-01 10:43:22,908.908 INFO:__main__:    raise RemoteDisconnected("Remote end closed connection without" 
2020-12-01 10:43:22,908.908 INFO:__main__:http.client.RemoteDisconnected: Remote end closed connection without response
2020-12-01 10:43:22,909.909 INFO:__main__:
2020-12-01 10:43:22,909.909 INFO:__main__:During handling of the above exception, another exception occurred:
2020-12-01 10:43:22,909.909 INFO:__main__:
2020-12-01 10:43:22,909.909 INFO:__main__:Traceback (most recent call last):
2020-12-01 10:43:22,909.909 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/requests/adapters.py", line 449, in send
2020-12-01 10:43:22,909.909 INFO:__main__:    timeout=timeout
2020-12-01 10:43:22,909.909 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 638, in urlopen
2020-12-01 10:43:22,909.909 INFO:__main__:    _stacktrace=sys.exc_info()[2])
2020-12-01 10:43:22,909.909 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/util/retry.py", line 368, in increment
2020-12-01 10:43:22,909.909 INFO:__main__:    raise six.reraise(type(error), error, _stacktrace)
2020-12-01 10:43:22,909.909 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/packages/six.py", line 685, in reraise
2020-12-01 10:43:22,909.909 INFO:__main__:    raise value.with_traceback(tb)
2020-12-01 10:43:22,909.909 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 600, in urlopen
2020-12-01 10:43:22,910.910 INFO:__main__:    chunked=chunked)
2020-12-01 10:43:22,910.910 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 384, in _make_request
2020-12-01 10:43:22,910.910 INFO:__main__:    six.raise_from(e, None)
2020-12-01 10:43:22,910.910 INFO:__main__:  File "", line 2, in raise_from
2020-12-01 10:43:22,910.910 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/urllib3/connectionpool.py", line 380, in _make_request
2020-12-01 10:43:22,910.910 INFO:__main__:    httplib_response = conn.getresponse()
2020-12-01 10:43:22,910.910 INFO:__main__:  File "/usr/lib/python3.6/http/client.py", line 1356, in getresponse
2020-12-01 10:43:22,910.910 INFO:__main__:    response.begin()
2020-12-01 10:43:22,910.910 INFO:__main__:  File "/usr/lib/python3.6/http/client.py", line 307, in begin
2020-12-01 10:43:22,910.910 INFO:__main__:    version, status, reason = self._read_status()
2020-12-01 10:43:22,910.910 INFO:__main__:  File "/usr/lib/python3.6/http/client.py", line 276, in _read_status
2020-12-01 10:43:22,910.910 INFO:__main__:    raise RemoteDisconnected("Remote end closed connection without" 
2020-12-01 10:43:22,910.910 INFO:__main__:urllib3.exceptions.ProtocolError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
2020-12-01 10:43:22,911.911 INFO:__main__:
2020-12-01 10:43:22,911.911 INFO:__main__:During handling of the above exception, another exception occurred:
2020-12-01 10:43:22,911.911 INFO:__main__:
2020-12-01 10:43:22,911.911 INFO:__main__:Traceback (most recent call last):
2020-12-01 10:43:22,911.911 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/test_cluster_configuration.py", line 239, in test_bulk_set
2020-12-01 10:43:22,911.911 INFO:__main__:    orig_values[config_name] = self._get_config_by_name(config_name)
2020-12-01 10:43:22,911.911 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/test_cluster_configuration.py", line 384, in _get_config_by_name
2020-12-01 10:43:22,911.911 INFO:__main__:    data = self._get('/api/cluster_conf/{}'.format(conf_name))
2020-12-01 10:43:22,911.911 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/helper.py", line 316, in _get
2020-12-01 10:43:22,911.911 INFO:__main__:    return cls._request(url, 'GET', params=params, version=version)
2020-12-01 10:43:22,911.911 INFO:__main__:  File "/home/jenkins-build/build/workspace/ceph-api/qa/tasks/mgr/dashboard/helper.py", line 289, in _request
2020-12-01 10:43:22,911.911 INFO:__main__:    headers=headers)
2020-12-01 10:43:22,911.911 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/requests/sessions.py", line 537, in get
2020-12-01 10:43:22,912.912 INFO:__main__:    return self.request('GET', url, **kwargs)
2020-12-01 10:43:22,912.912 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/requests/sessions.py", line 524, in request
2020-12-01 10:43:22,912.912 INFO:__main__:    resp = self.send(prep, **send_kwargs)
2020-12-01 10:43:22,912.912 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/requests/sessions.py", line 637, in send
2020-12-01 10:43:22,912.912 INFO:__main__:    r = adapter.send(request, **kwargs)
2020-12-01 10:43:22,912.912 INFO:__main__:  File "/tmp/tmp.sVuVDHqqSY/venv/lib/python3.6/site-packages/requests/adapters.py", line 498, in send
2020-12-01 10:43:22,912.912 INFO:__main__:    raise ConnectionError(err, request=request)
2020-12-01 10:43:22,912.912 INFO:__main__:requests.exceptions.ConnectionError: ('Connection aborted.', RemoteDisconnected('Remote end closed connection without response',))
2020-12-01 10:43:22,912.912 INFO:__main__:
2020-12-01 10:43:22,912.912 INFO:__main__:> ip netns list
2020-12-01 10:43:22,918.918 INFO:__main__:> sudo ip link delete ceph-brx
Cannot find device "ceph-brx" 
2020-12-01 10:43:22,938.938 INFO:__main__:
2020-12-01 10:43:22,939.939 INFO:__main__:----------------------------------------------------------------------
2020-12-01 10:43:22,939.939 INFO:__main__:Ran 36 tests in 435.007s
2020-12-01 10:43:22,939.939 INFO:__main__:
2020-12-01 10:43:22,939.939 INFO:__main__:
Actions #1

Updated by Ernesto Puerta over 3 years ago

  • Status changed from New to Need More Info
  • Priority changed from Normal to Low

Waiting for more occurrences of this one to debug.

Actions #2

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