Bug 1393183 - Database Integrity Scheduler recipe_task_param
Summary: Database Integrity Scheduler recipe_task_param
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:06 UTC by Tyrone Abdy
Modified: 2018-03-19 04:18 UTC (History)
3 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-03-19 04:18:42 UTC
Embargoed:


Attachments (Terms of Use)

Description Tyrone Abdy 2016-11-09 04:06:47 UTC
Description of problem:
Table recipe_task_param column recipe_task_id is nullable. Should be nullable=False. As part of the migration script deletion of orphans should probably be done.

Comment 1 Dan Callaghan 2017-12-20 06:16:07 UTC
On a recent production snapshot:

MySQL [beaker_dcallagh]> select count(*) from recipe_task_param where recipe_task_id is null;
+----------+
| count(*) |
+----------+
|        0 |
+----------+
1 row in set (0.00 sec)

Comment 2 Dan Callaghan 2017-12-20 06:25:58 UTC
This one will be costly, recipe_task_param is ~75 million rows in our production db...

Comment 3 Dan Callaghan 2017-12-20 06:50:07 UTC
https://gerrit.beaker-project.org/5961

Comment 5 Dan Callaghan 2018-01-10 03:28:27 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 7 Roman Joost 2018-03-19 04:18:42 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.