← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1301664] Re: transient test failures in test_keystoneclient, missing v2_0

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: None => juno-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1301664

Title:
  transient test failures in test_keystoneclient, missing v2_0

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  Keystone unit tests are failing. The usual problem is:

  2014-04-02 19:25:13.628 |   File "keystone/tests/test_keystoneclient.py", line 81, in _client
  2014-04-02 19:25:13.628 |     from keystoneclient.v2_0 import client as ks_client
  2014-04-02 19:25:13.628 | ImportError: No module named v2_0

  This is probably because the tests are running in parallel, and one
  test is running while another one is still checking out the
  keystoneclient.

  The keystoneclient tests shouldn't be running in parallel.

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


References