> On Nov. 4, 2015, 10:23 p.m., Jayush Luniya wrote: > > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.2.xml, > > line 234 > > <https://reviews.apache.org/r/39937/diff/1/?file=1115715#file1115715line234> > > > > Since this change requires a Configure Task to be executed within the > > same stack ex: HDP-2.2 -> HDP-2.2, we should add a unit test to cover the > > intra-stack upgrade test on Configure Task.
XMLs of Upgrade Packs are not covered with unit tests - Dmitro ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/39937/#review105126 ----------------------------------------------------------- On Nov. 4, 2015, 6:58 p.m., Dmitro Lisnichenko wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/39937/ > ----------------------------------------------------------- > > (Updated Nov. 4, 2015, 6:58 p.m.) > > > Review request for Ambari, Alejandro Fernandez, Jonathan Hurley, Jayush > Luniya, and Nate Cole. > > > Bugs: AMBARI-13713 > https://issues.apache.org/jira/browse/AMBARI-13713 > > > Repository: ambari > > > Description > ------- > > Customers apply hotfixes for Tez by modifying tez.lib.uris to point to a new > tez tarball to avoid affecting currently running jobs. > > When Ambari does an upgrade to a future version, this config should be > reverted to point to the newly uploaded tez tarball ( from the upgraded > version ). > > > Diffs > ----- > > > ambari-server/src/main/resources/stacks/HDP/2.1/upgrades/nonrolling-upgrade-2.3.xml > ad9346e > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/config-upgrade.xml > 14bd266 > > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.2.xml > c9ba8d2 > > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/nonrolling-upgrade-2.3.xml > 06e5859 > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.2.xml > f210930 > ambari-server/src/main/resources/stacks/HDP/2.2/upgrades/upgrade-2.3.xml > 5b78cfd > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/config-upgrade.xml > 53329ee > > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/nonrolling-upgrade-2.3.xml > 016bad6 > ambari-server/src/main/resources/stacks/HDP/2.3/upgrades/upgrade-2.3.xml > b0bd7d9 > > Diff: https://reviews.apache.org/r/39937/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Dmitro Lisnichenko > >