-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/45221/
-----------------------------------------------------------
(Updated April 12, 2016, 11:01 p.m.)
Review request for sentry and Hao Hao.
Changes
-------
Addressed code comments regarding xms.
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 (updated)
-----
pom.xml c3754ed64d4e361024e4d8910e6d1f2ce86f1be7
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