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

adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git


The following commit(s) were added to refs/heads/master by this push:
     new 2cbe991d15 HDDS-8107. Fix test case name in TestBucketManagerImpl 
(#4739)
2cbe991d15 is described below

commit 2cbe991d1517dbde9fb75ad6ad167c64ec43b0c1
Author: targetoee <[email protected]>
AuthorDate: Fri May 19 19:31:09 2023 +0800

    HDDS-8107. Fix test case name in TestBucketManagerImpl (#4739)
---
 .../test/java/org/apache/hadoop/ozone/om/TestBucketManagerImpl.java   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestBucketManagerImpl.java
 
b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestBucketManagerImpl.java
index b60c4cad44..415dd2a0cc 100644
--- 
a/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestBucketManagerImpl.java
+++ 
b/hadoop-ozone/ozone-manager/src/test/java/org/apache/hadoop/ozone/om/TestBucketManagerImpl.java
@@ -119,7 +119,7 @@ public class TestBucketManagerImpl {
   }
 
   @Test
-  public void testCreateBucket() throws Exception {
+  public void testCreateEncryptedBucket() throws Exception {
     createSampleVol();
     KeyProviderCryptoExtension kmsProvider = omTestManagers.kmsProviderInit();
 
@@ -152,7 +152,7 @@ public class TestBucketManagerImpl {
 
 
   @Test
-  public void testCreateEncryptedBucket() throws Exception {
+  public void testCreateBucket() throws Exception {
     createSampleVol();
 
     BucketManager bucketManager = omTestManagers.getBucketManager();


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to