Gary, Here's the bug - https://bugs.launchpad.net/nova/+bug/1271331 The oslo change has been merged - https://review.openstack.org/#/c/68275/ Can't yet find a Nova merge of the change.
-- dims On Thu, Jan 23, 2014 at 9:11 AM, Gary Kotton <[email protected]> wrote: > Hi, > 1 in 3 failures today are due to: > > 2014-01-23 11:54:03.879 | > 2014-01-23 11:54:03.880 | Traceback (most recent call last): > 2014-01-23 11:54:03.880 | File "nova/tests/compute/test_compute.py", line > 577, in test_poll_volume_usage_with_data > 2014-01-23 11:54:03.880 | self.compute._last_vol_usage_poll) > 2014-01-23 11:54:03.880 | File "/usr/lib/python2.7/unittest/case.py", line > 420, in assertTrue > 2014-01-23 11:54:03.880 | raise self.failureException(msg) > 2014-01-23 11:54:03.880 | AssertionError: _last_vol_usage_poll was not > properly updated <1390477654.28> > 2014-01-23 11:54:03.880 | > ====================================================================== > 2014-01-23 11:54:03.880 | FAIL: > nova.tests.db.test_sqlite.TestSqlite.test_big_int_mapping > 2014-01-23 11:54:03.880 | tags: worker-1 > 2014-01-23 11:54:03.880 | > ---------------------------------------------------------------------- > 2014-01-23 11:54:03.880 | Empty attachments: > 2014-01-23 11:54:03.880 | pythonlogging:'' > 2014-01-23 11:54:03.881 | stderr > 2014-01-23 11:54:03.881 | stdout > 2014-01-23 11:54:03.881 | > 2014-01-23 11:54:03.881 | Traceback (most recent call last): > 2014-01-23 11:54:03.881 | File "nova/tests/db/test_sqlite.py", line 53, in > test_big_int_mapping > 2014-01-23 11:54:03.881 | output, _ = utils.execute(get_schema_cmd, > shell=True) > 2014-01-23 11:54:03.881 | File "nova/utils.py", line 166, in execute > 2014-01-23 11:54:03.881 | return processutils.execute(*cmd, **kwargs) > 2014-01-23 11:54:03.881 | File "nova/openstack/common/processutils.py", > line 168, in execute > 2014-01-23 11:54:03.881 | result = obj.communicate() > 2014-01-23 11:54:03.881 | File "/usr/lib/python2.7/subprocess.py", line > 754, in communicate > 2014-01-23 11:54:03.882 | return self._communicate(input) > 2014-01-23 11:54:03.882 | File "/usr/lib/python2.7/subprocess.py", line > 1314, in _communicate > 2014-01-23 11:54:03.882 | stdout, stderr = > self._communicate_with_select(input) > 2014-01-23 11:54:03.882 | File "/usr/lib/python2.7/subprocess.py", line > 1438, in _communicate_with_select > 2014-01-23 11:54:03.882 | data = os.read(self.stdout.fileno(), 1024) > 2014-01-23 11:54:03.882 | OSError: [Errno 11] Resource temporarily > unavailable > 2014-01-23 11:54:03.882 | > ====================================================================== > 2014-01-23 11:54:03.882 | FAIL: process-returncode > 2014-01-23 11:54:03.882 | tags: worker-1 > 2014-01-23 11:54:03.882 | > ---------------------------------------------------------------------- > 2014-01-23 11:54:03.882 | Binary content: > 2014-01-23 11:54:03.882 | traceback (test/plain; charset="utf8") > 2014-01-23 11:54:03.883 | > ====================================================================== > 2014-01-23 11:54:03.883 | FAIL: process-returncode > 2014-01-23 11:54:03.883 | tags: worker-3 > 2014-01-23 11:54:03.883 | > ---------------------------------------------------------------------- > 2014-01-23 11:54:03.883 | Binary content: > > > Any ideas? > > Thanks > > Gary > > > _______________________________________________ > OpenStack-dev mailing list > [email protected] > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev > -- Davanum Srinivas :: http://davanum.wordpress.com _______________________________________________ OpenStack-dev mailing list [email protected] http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
