Project

General

Profile

Bug #8968

There is a race in ceph_ctl._bootstrap which causes tests failure due to timeouts

Added by Christina Meno over 9 years ago. Updated over 9 years ago.

Status:
Resolved
Priority:
Normal
Category:
Backend (services)
Target version:
% Done:

0%

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

Description

ERROR: Test that a job which never completes on its own can be killed
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/vagrant/calamari/tests/test_job_execution.py", line 11, in setUp
self.ceph_ctl.configure(1)
File "/home/vagrant/calamari/tests/ceph_ctl.py", line 195, in configure
self._bootstrap(self.config['master_fqdn'])
File "/home/vagrant/calamari/tests/utils.py", line 50, in wrapper
return f(*args, **kwargs)
File "/home/vagrant/calamari/tests/ceph_ctl.py", line 293, in _bootstrap
info = json.loads(urllib2.urlopen(url).read())
File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 400, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 418, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1177, in do_open
raise URLError(err)
URLError: <urlopen error [Errno 111] Connection refused>

History

#1 Updated by Christina Meno over 9 years ago

  • Target version changed from 1.3 backlog to 1.3-dev3

#2 Updated by Dan Mick over 9 years ago

  • Status changed from New to In Progress

#3 Updated by Christina Meno over 9 years ago

  • Status changed from In Progress to Resolved

Also available in: Atom PDF