This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch auto-pick-47449-branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git
from a3cd58acf87 branch-3.0: [fix](case)rm hms event use_meta_chache is
false case. #47457 (#47491)
add 022f3087a6d [test](vault) Add more regression test about storage vault
(#47449)
No new revisions were added by this update.
Summary of changes:
.../apache/doris/analysis/CreateResourceStmt.java | 11 +-
.../doris/analysis/CreateStorageVaultStmt.java | 13 +-
.../org/apache/doris/catalog/HdfsStorageVault.java | 27 +++
.../org/apache/doris/catalog/StorageVaultMgr.java | 6 +-
.../vault_p0/alter/test_alter_vault_name.groovy | 11 +
.../concurent/test_alter_vault_concurrently.groovy | 128 +++++++++++
.../test_create_vault_concurrently.groovy | 132 +++++++++++
.../test_default_vault_concurrenlty.groovy | 127 ++++++++++
.../vault_p0/create/test_create_vault.groovy | 23 ++
...> test_create_vault_with_case_sensitive.groovy} | 256 +++++++++------------
.../create/test_create_vault_with_kerberos.groovy | 106 +++++++++
...> test_vault_privilege_with_multi_roles.groovy} | 86 +++++--
.../test_vault_privilege_with_role.groovy | 78 ++++++-
.../test_vault_privilege_with_user.groovy | 8 +
14 files changed, 838 insertions(+), 174 deletions(-)
create mode 100644
regression-test/suites/vault_p0/concurent/test_alter_vault_concurrently.groovy
create mode 100644
regression-test/suites/vault_p0/concurent/test_create_vault_concurrently.groovy
create mode 100644
regression-test/suites/vault_p0/concurent/test_default_vault_concurrenlty.groovy
copy regression-test/suites/vault_p0/create/{test_create_vault.groovy =>
test_create_vault_with_case_sensitive.groovy} (53%)
create mode 100644
regression-test/suites/vault_p0/create/test_create_vault_with_kerberos.groovy
copy
regression-test/suites/vault_p0/privilege/{test_vault_privilege_with_role.groovy
=> test_vault_privilege_with_multi_roles.groovy} (58%)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]