Hide Forgot
I think these use-cases currently work as advertised, but we don't have unit tests for these. I want to write unit tests to confirm this works and to have the tests for future. TEST 1 1) deploy a bundle 2) in the destination directory, add a new file not part of the bundle (call it foo.txt) 3) deploy the same bundle from before - DO NOT make it a clean deployment TEST 2 Same as TEST 1, only in step 3, DO make it a clean deployment (check the "clean" checkbox in the bundle deploy wizard) The results should be the same. The foo.txt should be removed from the destination directory - it should not be left after the second deployment completes.
git commit to master: 2dc60e4 org.rhq.core.util.updater.SimpleDeployerTest testNoOriginalWithCurrentNoNew testNoOriginalWithCurrentNoNew_Clean() testNoOriginalWithCurrentNoNew_DryRun testNoOriginalWithCurrentNoNew_DryRun_Clean this is just code changes to unit tests. However, if QA wants to test this, try the test cases given in the description.
regression tested Bundles: https://tcms.engineering.redhat.com/run/33098/ ---COMPLETE
changing status of VERIFIED BZs for JON 2.4.2 and JON 3.0 to CLOSED/CURRENTRELEASE