Bug 1008974

Summary: [pre-ER1] Patching: attempt to apply broken cumulative patch results in inconsistent state of one-offs
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Martin Simka <msimka>
Component: PatchingAssignee: Emanuel Muckenhuber <emuckenh>
Status: CLOSED CURRENTRELEASE QA Contact: Jan Martiska <jmartisk>
Severity: unspecified Docs Contact: Russell Dickenson <rdickens>
Priority: unspecified    
Version: 6.2.0CC: dandread, jason.greene, jawilson, jdoyle, kconner, olubyans
Target Milestone: ER1   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-12-15 17:01:40 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 Martin Simka 2013-09-17 12:29:12 UTC
attempt to install broken cumulative patch is correctly rejected but previously installed one-offs are partially invalidated (at least one-offs which add misc files)

see test CumulativePatchingScenariosTestCase#testOneOffInvalidCumulativePatch
it installs one-off that adds misc file then installs one-off that adds module
and then tries to install broken CP, CP is rejected but misc file added by first one-off doesn't exist


This is fixed in ER1, just cloning the issue for reference.