← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1277816] [NEW] test_unknown_bucket causes gate-nova-python* failures

 

Public bug reported:

An example of this can be found at
http://logs.openstack.org/93/61693/9/check/gate-nova-python27/d533f4d/console.html

======================================================================
2014-02-08 06:37:07.524 | FAIL: nova.tests.test_objectstore.S3APITestCase.test_unknown_bucket
2014-02-08 06:37:07.524 | tags: worker-0
2014-02-08 06:37:07.524 | ----------------------------------------------------------------------
2014-02-08 06:37:07.524 | Empty attachments:
2014-02-08 06:37:07.524 |   stderr
2014-02-08 06:37:07.524 |   stdout
2014-02-08 06:37:07.524 | 
2014-02-08 06:37:07.524 | pythonlogging:'': {{{
2014-02-08 06:37:07.524 | INFO [nova.wsgi] S3 Objectstore listening on 127.0.0.1:44905
2014-02-08 06:37:07.524 | INFO [nova.S3 Objectstore.wsgi.server] (6969) wsgi starting up on http://127.0.0.1:44905/
2014-02-08 06:37:07.524 | INFO [nova.S3 Objectstore.wsgi.server] 127.0.0.1 "HEAD /falalala/ HTTP/1.1" status: 200 len: 115 time: 0.0006020
2014-02-08 06:37:07.525 | INFO [nova.wsgi] Stopping WSGI server.
2014-02-08 06:37:07.525 | }}}
2014-02-08 06:37:07.525 | 
2014-02-08 06:37:07.525 | Traceback (most recent call last):
2014-02-08 06:37:07.525 |   File "nova/tests/test_objectstore.py", line 133, in test_unknown_bucket
2014-02-08 06:37:07.525 |     bucket_name)
2014-02-08 06:37:07.525 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 393, in assertRaises
2014-02-08 06:37:07.525 |     self.assertThat(our_callable, matcher)
2014-02-08 06:37:07.525 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertThat
2014-02-08 06:37:07.525 |     raise mismatch_error
2014-02-08 06:37:07.525 | MismatchError: <bound method S3Connection.get_bucket of S3Connection:127.0.0.1> returned <Bucket: falalala>
2014-02-08 06:37:07.525 | ======================================================================
2014-02-08 06:37:07.526 | FAIL: process-returncode
2014-02-08 06:37:07.526 | tags: worker-0
2014-02-08 06:37:07.526 | ----------------------------------------------------------------------
2014-02-08 06:37:07.526 | Binary content:
2014-02-08 06:37:07.526 |   traceback (test/plain; charset="utf8")
2014-02-08 06:37:07.526 | Ran 10150 tests in 656.845s
2014-02-08 06:37:07.526 | FAILED (id=0, failures=2, skips=7)
2014-02-08 06:37:07.527 | error: testr failed (1)
2014-02-08 06:37:07.853 | ERROR: InvocationError: '/home/jenkins/workspace/gate-nova-python27/.tox/py27/bin/python -m nova.openstack.common.lockutils python setup.py test --slowest --testr-args='
2014-02-08 06:37:07.853 | ___________________________________ summary ____________________________________
2014-02-08 06:37:07.854 | ERROR:   py27: commands failed

** Affects: nova
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1277816

Title:
  test_unknown_bucket causes gate-nova-python* failures

Status in OpenStack Compute (Nova):
  New

Bug description:
  An example of this can be found at
  http://logs.openstack.org/93/61693/9/check/gate-nova-python27/d533f4d/console.html

  ======================================================================
  2014-02-08 06:37:07.524 | FAIL: nova.tests.test_objectstore.S3APITestCase.test_unknown_bucket
  2014-02-08 06:37:07.524 | tags: worker-0
  2014-02-08 06:37:07.524 | ----------------------------------------------------------------------
  2014-02-08 06:37:07.524 | Empty attachments:
  2014-02-08 06:37:07.524 |   stderr
  2014-02-08 06:37:07.524 |   stdout
  2014-02-08 06:37:07.524 | 
  2014-02-08 06:37:07.524 | pythonlogging:'': {{{
  2014-02-08 06:37:07.524 | INFO [nova.wsgi] S3 Objectstore listening on 127.0.0.1:44905
  2014-02-08 06:37:07.524 | INFO [nova.S3 Objectstore.wsgi.server] (6969) wsgi starting up on http://127.0.0.1:44905/
  2014-02-08 06:37:07.524 | INFO [nova.S3 Objectstore.wsgi.server] 127.0.0.1 "HEAD /falalala/ HTTP/1.1" status: 200 len: 115 time: 0.0006020
  2014-02-08 06:37:07.525 | INFO [nova.wsgi] Stopping WSGI server.
  2014-02-08 06:37:07.525 | }}}
  2014-02-08 06:37:07.525 | 
  2014-02-08 06:37:07.525 | Traceback (most recent call last):
  2014-02-08 06:37:07.525 |   File "nova/tests/test_objectstore.py", line 133, in test_unknown_bucket
  2014-02-08 06:37:07.525 |     bucket_name)
  2014-02-08 06:37:07.525 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 393, in assertRaises
  2014-02-08 06:37:07.525 |     self.assertThat(our_callable, matcher)
  2014-02-08 06:37:07.525 |   File "/home/jenkins/workspace/gate-nova-python27/.tox/py27/local/lib/python2.7/site-packages/testtools/testcase.py", line 406, in assertThat
  2014-02-08 06:37:07.525 |     raise mismatch_error
  2014-02-08 06:37:07.525 | MismatchError: <bound method S3Connection.get_bucket of S3Connection:127.0.0.1> returned <Bucket: falalala>
  2014-02-08 06:37:07.525 | ======================================================================
  2014-02-08 06:37:07.526 | FAIL: process-returncode
  2014-02-08 06:37:07.526 | tags: worker-0
  2014-02-08 06:37:07.526 | ----------------------------------------------------------------------
  2014-02-08 06:37:07.526 | Binary content:
  2014-02-08 06:37:07.526 |   traceback (test/plain; charset="utf8")
  2014-02-08 06:37:07.526 | Ran 10150 tests in 656.845s
  2014-02-08 06:37:07.526 | FAILED (id=0, failures=2, skips=7)
  2014-02-08 06:37:07.527 | error: testr failed (1)
  2014-02-08 06:37:07.853 | ERROR: InvocationError: '/home/jenkins/workspace/gate-nova-python27/.tox/py27/bin/python -m nova.openstack.common.lockutils python setup.py test --slowest --testr-args='
  2014-02-08 06:37:07.853 | ___________________________________ summary ____________________________________
  2014-02-08 06:37:07.854 | ERROR:   py27: commands failed

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1277816/+subscriptions


Follow ups

References