> On Oct. 23, 2017, 11:08 p.m., Ashutosh Mestry wrote: > >
I was able to execute ITs and UTs indepdenently. - Ashutosh ----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/63136/#review189000 ----------------------------------------------------------- On Oct. 19, 2017, 4:59 a.m., Apoorv Naik wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/63136/ > ----------------------------------------------------------- > > (Updated Oct. 19, 2017, 4:59 a.m.) > > > Review request for atlas, Ashutosh Mestry, Madhan Neethiraj, and Sarath > Subramanian. > > > Bugs: ATLAS-2218 > https://issues.apache.org/jira/browse/ATLAS-2218 > > > Repository: atlas > > > Description > ------- > > Currently UTs and ITs run under a single mvn goal "pre-integration-test", > this change allows certain tests to run as unit-tests and the remainder run > as integration-tests > > > Diffs > ----- > > webapp/pom.xml 7a868086 > > > Diff: https://reviews.apache.org/r/63136/diff/1/ > > > Testing > ------- > > mvn clean package run as expected > > mvn test -DskipITs don't run any Secure server tests or SSL tests (from > webapp module) > mvn verify -pl webapp -DskipITs run all unit + pre-integration tests > > mvn test runs only UTs and no secure server, ssl or kerberos tests > mvn verify -pl webapp runs every single test under webapp > > > Thanks, > > Apoorv Naik > >
