Bug 1393185 - Database Integrity Scheduler recipe_task_bugzilla
Summary: Database Integrity Scheduler recipe_task_bugzilla
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Beaker
Classification: Retired
Component: general
Version: develop
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 25.0
Assignee: Dan Callaghan
QA Contact: tools-bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-11-09 04:09 UTC by Tyrone Abdy
Modified: 2018-03-19 04:19 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2018-03-19 04:19:10 UTC
Embargoed:


Attachments (Terms of Use)

Description Tyrone Abdy 2016-11-09 04:09:56 UTC
Description of problem:
On table recipe_task_bugzilla coulmn recipe_task_id is nullable which can lead to orphans. This should be nullable=False.
As part of the migration script deletion of orphans should be done as there could be due to the nature of the constraint.

Comment 1 Dan Callaghan 2017-12-20 06:21:28 UTC
The recipe_task_bugzilla table has never actually been used, we should just drop it.

Comment 2 Dan Callaghan 2017-12-20 06:50:59 UTC
https://gerrit.beaker-project.org/5962

Comment 4 Dan Callaghan 2018-01-10 03:28:30 UTC
There is no expected change in behaviour here, so verification should just be that the database migration succeeds (it did) and that nothing else breaks.

Comment 6 Roman Joost 2018-03-19 04:19:10 UTC
Beaker 25.0 has been released.

Release notes are available upstream: https://beaker-project.org/docs/whats-new/release-25.html


Note You need to log in before you can comment on or make changes to this bug.