← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1301664] [NEW] test failures in keystoneclient, missing v2_0

 

Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
     Assignee: Brant Knudson (blk-u)
         Status: In Progress

** Changed in: keystone
     Assignee: (unassigned) => Brant Knudson (blk-u)

-- 
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:
  test failures in keystoneclient, missing v2_0

Status in OpenStack Identity (Keystone):
  In Progress

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


Follow ups

References