-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/37067/
-----------------------------------------------------------
Review request for sentry.
Bugs: SENTRY-829
https://issues.apache.org/jira/browse/SENTRY-829
Repository: sentry
Description
-------
SENTRY-829: Fix sentry hive e2e test failures found in TestDbCrossDbOps: create
database/table first then create/grant privileges on created objects.
Diffs
-----
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/AbstractTestWithStaticConfiguration.java
2a1c9f0
sentry-tests/sentry-tests-hive/src/test/java/org/apache/sentry/tests/e2e/hive/TestCrossDbOps.java
38c361c
Diff: https://reviews.apache.org/r/37067/diff/
Testing
-------
https://issues.apache.org/jira/browse/SENTRY-829
This is the first effort to clean up flaky test failures shown in 1.5.0 real
cluster test. Create sentry database/table first then create/grant privileges
on these objects. Also added many debug/log information in the test base class
to help debug flaky test furthur.
Thanks,
Anne Yu