IMPALA-6802 (part 5): Clean up authorization tests The fifth part of this patch is to rewrite the following authorization tests: - compute/drop stats - create database/table/view - drop database/table/view
Cherry-picks: not for 2.x Change-Id: I9c5a90978892ab552846e7da8c17aeeb91e57526 Reviewed-on: http://gerrit.cloudera.org:8080/10799 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/011acd07 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/011acd07 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/011acd07 Branch: refs/heads/master Commit: 011acd073ae275baedc02f960beaebfc2035a8e5 Parents: b9e19d0 Author: Fredy Wijaya <[email protected]> Authored: Wed Jun 20 13:02:16 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Tue Jun 26 02:38:23 2018 +0000 ---------------------------------------------------------------------- .../impala/analysis/AuthorizationStmtTest.java | 1935 ++++++++++++++++++ .../impala/analysis/AuthorizationTestV2.java | 1401 ------------- 2 files changed, 1935 insertions(+), 1401 deletions(-) ----------------------------------------------------------------------
