← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1568414] Related fix merged to nova (master)

 

Reviewed:  https://review.openstack.org/396207
Committed: https://git.openstack.org/cgit/openstack/nova/commit/?id=1078ebd6c1b1ba9a5d811a426caab7381c972369
Submitter: Jenkins
Branch:    master

commit 1078ebd6c1b1ba9a5d811a426caab7381c972369
Author: Diana Clarke <diana.joan.clarke@xxxxxxxxx>
Date:   Thu Nov 10 08:53:35 2016 -0500

    Fix database poison warnings, part 25
    
    The following warning appears in the unit test logs a number of times.
    
        "UserWarning: This test uses methods that set internal oslo_db
    state, but it does not claim to use the database. This will conflict
    with the setup of tests that do use the database and cause failures
    later."
    
    This patch fixes the only 2 warnings in the functional tests.
    
    Note that this warning is only emitted once per unit test worker, so new
    offenders will show up in the logs each time you fix a test until they
    are all gone.
    
    Change-Id: I1bce7ef4222f1188c003d84ce42cd4755e9d8c24
    Related-Bug: #1568414


** Changed in: nova
       Status: In Progress => Fix Released

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

Title:
  Database Poison Warnings

Status in OpenStack Compute (nova):
  Fix Released

Bug description:
  The following warning appears a number of times in the unit test logs.
  Use this bug to track the patches that eliminate these warnings.

  "UserWarning: This test uses methods that set internal oslo_db state,
  but it does not claim to use the database. This will conflict with the
  setup of tests that do use the database and cause failures later."

  Note that this warning is only emitted once per unit test worker, so
  new offenders will show up in the logs each time you fix a test until
  they are all gone.

  Once all of these warnings are removed, change the warning to an
  exception so that we don't get more of these in the future.

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


References