Unused field in job_execution table

Bug #1425275 reported by Andrew Lazarev
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Sahara
Fix Released
Low
TIngting Bao

Bug Description

class JobExecution(mb.SaharaBase):
    """JobExecution - represent a job execution of specific cluster."""

    __tablename__ = 'job_executions'

...
    progress = sa.Column(sa.Float)

Field "progress" is never used in the project.

Changed in sahara:
importance: Undecided → Low
status: New → Confirmed
Changed in sahara:
assignee: nobody → TIngting Bao (baoting-tina)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to sahara (master)

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

Changed in sahara:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to sahara (master)

Reviewed: https://review.openstack.org/158964
Committed: https://git.openstack.org/cgit/openstack/sahara/commit/?id=3d659ed3bf184889efbabb153df2f36b395e2711
Submitter: Jenkins
Branch: master

commit 3d659ed3bf184889efbabb153df2f36b395e2711
Author: Tingting Bao <email address hidden>
Date: Tue Feb 24 13:43:50 2015 -0800

    Remove unused field in job_execution table

    Field "progress" in class job_execution is never used in the project.

    Change-Id: I71bf631d77e7522ee9c50585c07908faacca7a45
    Closes-Bug: #1425275

Changed in sahara:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in sahara:
milestone: none → kilo-3
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in sahara:
milestone: kilo-3 → 2015.1.0
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.