yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #25365
[Bug 1400565] [NEW] ValueError when running Keystone tests
Public bug reported:
When running the Keystone tests against the latest master branch I get
the following error:
${PYTHON:-python} -m subunit.run discover -t ./ ./keystone/tests --load-list /tmp/user/1000/tmpAaHUxr
No handlers could be found for logger "keystone.catalog.core"
Traceback (most recent call last):
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 455, in fire_timers
timer()
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 58, in __call__
cb(*args, **kw)
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/greenthread.py", line 212, in main
result = function(*args, **kwargs)
File "keystone/common/environment/eventlet_server.py", line 179, in _run
debug=False)
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/wsgi.py", line 770, in server
host, port = sock.getsockname()[:2]
ValueError: need more than 0 values to unpack
The tests do succeed but the value error is reported during the test
run. Latest commit is:
commit 6aaba42f0d3038aa3f26b5f308dd45fcfef2a65a
Merge: 3a67102 c9acfb8
Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
Date: Mon Dec 8 23:46:03 2014 +0000
Merge "Remove useless field passed into SQLAlchemy "distinct"
statement"
** Affects: keystone
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1400565
Title:
ValueError when running Keystone tests
Status in OpenStack Identity (Keystone):
New
Bug description:
When running the Keystone tests against the latest master branch I get
the following error:
${PYTHON:-python} -m subunit.run discover -t ./ ./keystone/tests --load-list /tmp/user/1000/tmpAaHUxr
No handlers could be found for logger "keystone.catalog.core"
Traceback (most recent call last):
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/hub.py", line 455, in fire_timers
timer()
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/hubs/timer.py", line 58, in __call__
cb(*args, **kw)
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/greenthread.py", line 212, in main
result = function(*args, **kwargs)
File "keystone/common/environment/eventlet_server.py", line 179, in _run
debug=False)
File "/opt/stack/keystone/.tox/py27/local/lib/python2.7/site-packages/eventlet/wsgi.py", line 770, in server
host, port = sock.getsockname()[:2]
ValueError: need more than 0 values to unpack
The tests do succeed but the value error is reported during the test
run. Latest commit is:
commit 6aaba42f0d3038aa3f26b5f308dd45fcfef2a65a
Merge: 3a67102 c9acfb8
Author: Jenkins <jenkins@xxxxxxxxxxxxxxxxxxxx>
Date: Mon Dec 8 23:46:03 2014 +0000
Merge "Remove useless field passed into SQLAlchemy "distinct"
statement"
To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1400565/+subscriptions
Follow ups
References