This is an automated email from the ASF dual-hosted git repository.

dataroaring pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/doris.git


    from 2de62757819 [fix](case) add 
regression-test/data/variant_github_events_nonConcurr… (#47821)
     add 16bef62be8e branch-3.0: [test](vault) Add more regression test about 
storage vault #47449 (#47809)

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]

Reply via email to