Skip to content

Instantly share code, notes, and snippets.

@mriedem
Created June 26, 2014 14:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mriedem/fd8c9f9feb1efe6bac52 to your computer and use it in GitHub Desktop.
Save mriedem/fd8c9f9feb1efe6bac52 to your computer and use it in GitHub Desktop.
mriedem@ubuntu:/opt/stack/glance$ tox -e py27 glance.tests.functional
py27 develop-inst-nodeps: /opt/stack/glance
py27 runtests: commands[0] | python -m glance.openstack.common.lockutils python setup.py test --slowest --testr-args=glance.tests.functional
running test
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./glance/tests --list
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./glance/tests --load-list /tmp/tmpknsQ9_
running=OS_STDOUT_CAPTURE=${OS_STDOUT_CAPTURE:-1} \
OS_STDERR_CAPTURE=${OS_STDERR_CAPTURE:-1} \
OS_TEST_TIMEOUT=${OS_TEST_TIMEOUT:-160} \
${PYTHON:-python} -m subunit.run discover -t ./ ./glance/tests --load-list /tmp/tmprOZyf7
glance/openstack/common/db/sqlalchemy/session.py:379: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
match = pattern.match(integrity_error.message)
^CERROR: KEYBOARDINTERRUPT
Traceback (most recent call last):
File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
"__main__", fname, loader, pkg_name)
File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
exec code in run_globals
File "/opt/stack/glance/glance/openstack/common/lockutils.py", line 303, in <module>
sys.exit(main(sys.argv))
File "/opt/stack/glance/glance/openstack/common/lockutils.py", line 296, in main
ret_val = subprocess.call(argv[1:])
File "/usr/lib/python2.7/subprocess.py", line 493, in call
return Popen(*popenargs, **kwargs).wait()
File "/usr/lib/python2.7/subprocess.py", line 1291, in wait
pid, sts = _eintr_retry_call(os.waitpid, self.pid, 0)
File "/usr/lib/python2.7/subprocess.py", line 478, in _eintr_retry_call
return func(*args)
KeyboardInterrupt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment