----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/45221/#review127956 -----------------------------------------------------------
pom.xml (line 900) <https://reviews.apache.org/r/45221/#comment191345> For a Quad-Core system, if each VM has max heap size to be 2G, and 10 threads will be running simultaneously, so the RAM should be 20G at least? Is it safe to assume that? pom.xml (line 908) <https://reviews.apache.org/r/45221/#comment191346> Should we set reuseForks to true, so that to save resource/time for creating a new process for testing every time one test class is done? pom.xml (line 917) <https://reviews.apache.org/r/45221/#comment191347> Why do we need to exclude TestURI? - Hao Hao On April 1, 2016, 12:03 a.m., Anne Yu wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/45221/ > ----------------------------------------------------------- > > (Updated April 1, 2016, 12:03 a.m.) > > > Review request for sentry and Hao Hao. > > > Bugs: SENTRY-1108 > https://issues.apache.org/jira/browse/SENTRY-1108 > > > Repository: sentry > > > Description > ------- > > The way to run it: mvn test -P skipSlowAndNotThreadSafeTests; So it won't > affect default mvn test; > Most excluded slow tests are from sentry-tests/e2e suites and a few are those > can't be run under concurrent mode. > > > Diffs > ----- > > pom.xml 37db0079503a5a3806526573904a989688a349fe > > Diff: https://reviews.apache.org/r/45221/diff/ > > > Testing > ------- > > Test the running time on an ec2 cluster (large). Run mvn clean install first > then mvn test. > > Full suite: 2039 tests, 92m58.727s; > skipSlowAndNotThreadSafeTests run: 1027 tests, 6m47.195s; > > > Thanks, > > Anne Yu > >