← Back to team overview

openstack-qa-team team mailing list archive

Rerunning failed jenkins builds

 

In case any one else didn't know this, I just found out that a "recheck" comment reruns the build but "reverify" will also commit the change if the necessary code review +2 and approved +1 are already present.

There are a bunch of remaining flaky test failures that need to be diagnosed. I am working on that now but may need some help as some of them seem infrastructure related, such as this one from http://logs.openstack.org/12048/1/gate/gate-tempest-devstack-vm/9641/console.html

 ======================================================================
*19:11:10*   ERROR: test suite for<class 'tempest.tests.compute.test_images_whitebox.ImagesWhiteboxTest'>
*19:11:10*   ----------------------------------------------------------------------
*19:11:10*   Traceback (most recent call last):
*19:11:10*     File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 208, in run
*19:11:10*       self.setUp()
*19:11:10*     File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 291, in setUp
*19:11:10*       self.setupContext(ancestor)
*19:11:10*     File "/usr/lib/python2.7/dist-packages/nose/suite.py", line 314, in setupContext
*19:11:10*       try_run(context, names)
*19:11:10*     File "/usr/lib/python2.7/dist-packages/nose/util.py", line 478, in try_run
*19:11:10*       return func()
*19:11:10*     File "/opt/stack/tempest/tempest/tests/compute/test_images_whitebox.py", line 33, in setUpClass
*19:11:10*       cls.connection, cls.meta = cls.get_db_handle_and_meta()
*19:11:10*     File "/opt/stack/tempest/tempest/whitebox.py", line 136, in get_db_handle_and_meta
*19:11:10*       raise exceptions.SQLException(message=e)
*19:11:10*   SQLException: SQL error: Could not parse rfc1738 URL from string '%COMPUTE_DB_URI%'
*19:11:10*


 -David