trove.trove.tests.util.event_simulator.event_simulator_sleep uses LOG but no LOG is imported in this module

Bug #1264721 reported by Sushil Kumar
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack DBaaS (Trove)
Fix Released
Undecided
Sushil Kumar

Bug Description

trove.trove.tests.util.event_simulator.event_simulator_sleep uses LOG but no LOG is imported in this module

the following sequence could be the possible solution

from trove.openstack.common import log as logging
LOG = logging.getLogger(__name__)

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to trove (master)

Fix proposed to branch: master
Review: https://review.openstack.org/64341

Changed in trove:
assignee: nobody → Sushil Kumar (sushil-kumar2)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to trove (master)

Reviewed: https://review.openstack.org/64341
Committed: https://git.openstack.org/cgit/openstack/trove/commit/?id=f39b08c8e64a688f8856d0b84eb6fe11d4af3ba6
Submitter: Jenkins
Branch: master

commit f39b08c8e64a688f8856d0b84eb6fe11d4af3ba6
Author: Sushil Kumar <email address hidden>
Date: Sat Dec 28 18:24:43 2013 +0000

    Adds LOG in event_simulator.py

    Reasons:
    - Module method event_simulator_sleep uses LOG, but LOG was nowhere
      implemented in module.

    Changes:
    - Added LOG in the module.

    Change-Id: I0ddee7a5d933317e3ad0add4b791e945f000629d
    Closes-Bug: #1264721

Changed in trove:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in trove:
milestone: none → icehouse-2
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in trove:
milestone: icehouse-2 → 2014.1
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.