Bug 1393173

Summary: Database Integrity Distro Library distro_tree_activity
Product: [Retired] Beaker Reporter: Tyrone Abdy <tabdy>
Component: generalAssignee: Dan Callaghan <dcallagh>
Status: CLOSED CURRENTRELEASE QA Contact: tools-bugs <tools-bugs>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: developCC: dcallagh, mjia, rjoost
Target Milestone: 25.0Keywords: Patch
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-03-19 04:18:43 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Tyrone Abdy 2016-11-09 03:22:13 UTC
Description of problem:
On the table distro_tree_activity the column distro_tree_id is currently nullable which could lead to orphaned data, so a migration script to convert it to nullable=False is required.

As part of the migration script deletion of orphans could be required.

Comment 1 Dan Callaghan 2017-12-20 05:34:52 UTC
On a recent production snapshot, no orphans are evident:

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

Comment 2 Dan Callaghan 2017-12-20 06:49:01 UTC
https://gerrit.beaker-project.org/5957

Comment 4 Dan Callaghan 2018-01-10 03:28:13 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:18:43 UTC
Beaker 25.0 has been released.

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