← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1159116] Re: colorizer for nova removes all failure output

 

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

** Changed in: nova
    Milestone: None => havana-1

-- 
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/1159116

Title:
  colorizer for nova removes all failure output

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  The added colorizer for nova run_tests.sh removes all the failure
  output, which makes it completely useless when dealing with failures.

  Also the way it groups tests is very misleading as tests don't
  naturally come back as groups, so you'll get

  classA
     test3
     test8
  classB
     test2
  classA
     test1
     test6

  but will make you think that all that runs in classA is test1 and
  test2. Given that testr doesn't spit data base the same order as nose,
  if we want colorizer support, we really need to handle the data as
  testr native.

  All told, this feature should probably not even exist in nova, and
  instead be something that's contributed back to testr directly, so
  it's available to all users.

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