-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/42364/
-----------------------------------------------------------
(Updated Jan. 16, 2016, 12:11 a.m.)
Review request for sentry and Hao Hao.
Changes
-------
Addressed previous code review comments: add test code back; then remove extra
statement close code.
Bugs: SENTRY-1009
https://issues.apache.org/jira/browse/SENTRY-1009
Repository: sentry
Description
-------
We started to see many TestDatabaseProvider test failures because it validates
number of test objects instead of test object names. Because there are some
system roles created in the environment, so the number of objects are usually
larger than expected. Improved the test cases. Also catch the exception
whenever cleanup fails since we don't need to do anything.
Diffs (updated)
-----
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/dbprovider/TestDatabaseProvider.java
98de57d3d749c3f887632ff1461ef05dd29376c1
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/AbstractTestWithStaticConfiguration.java
dc8c1eb802adbf198e8623b02bd77bb8aff7fa41
Diff: https://reviews.apache.org/r/42364/diff/
Testing
-------
mvn test -Dtest=TestDatabaseProvider passed locally testing enviroments.
Thanks,
Anne Yu