Skip to content

Commit

Permalink
TestOzoneDelegationTokenSecretManager fixed in HDDS-11869
Browse files Browse the repository at this point in the history
  • Loading branch information
adoroszlai committed Dec 19, 2024
1 parent 556d640 commit 6bca61a
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@

import org.slf4j.event.Level;
import org.apache.ozone.test.GenericTestUtils;
import org.apache.ozone.test.tag.Unhealthy;
import org.apache.ratis.protocol.RaftPeerId;
import org.junit.jupiter.api.AfterEach;
import org.junit.jupiter.api.BeforeEach;
Expand Down Expand Up @@ -262,13 +261,11 @@ private void testRenewTokenSuccessHelper(boolean restartSecretManager)
}

@Test
@Unhealthy("HDDS-11869")
public void testReloadAndRenewToken() throws Exception {
testRenewTokenSuccessHelper(true);
}

@Test
@Unhealthy("HDDS-11869")
public void testRenewTokenSuccess() throws Exception {
testRenewTokenSuccessHelper(false);
}
Expand All @@ -277,7 +274,6 @@ public void testRenewTokenSuccess() throws Exception {
* Tests failure for mismatch in renewer.
*/
@Test
@Unhealthy("HDDS-11869")
public void testRenewTokenFailure() throws Exception {
secretManager = createSecretManager(conf, TOKEN_MAX_LIFETIME,
expiryTime, TOKEN_REMOVER_SCAN_INTERVAL);
Expand Down Expand Up @@ -346,7 +342,6 @@ public void testCreateIdentifier() throws Exception {
}

@Test
@Unhealthy("HDDS-11869")
public void testCancelTokenSuccess() throws Exception {
secretManager = createSecretManager(conf, TOKEN_MAX_LIFETIME,
expiryTime, TOKEN_REMOVER_SCAN_INTERVAL);
Expand Down

0 comments on commit 6bca61a

Please sign in to comment.