This is an automated email from the ASF dual-hosted git repository.
jinmeiliao pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new cdfae8f GEODE-9749: ignore the test case that shows GEODE-9704.
(#7015)
cdfae8f is described below
commit cdfae8f8fd11f75622b5b00d168662fcffc363e5
Author: Jinmei Liao <[email protected]>
AuthorDate: Tue Oct 19 10:59:29 2021 -0700
GEODE-9749: ignore the test case that shows GEODE-9704. (#7015)
---
.../java/org/apache/geode/security/AuthExpirationDUnitTest.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
b/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
index 719666f..5a82d9f 100644
---
a/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
+++
b/geode-core/src/distributedTest/java/org/apache/geode/security/AuthExpirationDUnitTest.java
@@ -29,6 +29,7 @@ import java.util.concurrent.TimeUnit;
import java.util.stream.IntStream;
import org.junit.After;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.contrib.java.lang.system.RestoreSystemProperties;
@@ -167,6 +168,7 @@ public class AuthExpirationDUnitTest {
}
@Test
+ @Ignore("unnecessary test case for re-auth, but it manifests GEODE-9704")
public void registeredInterest_slowReAuth_policyKeys_durableClient() throws
Exception {
int serverPort = server.getPort();
clientVM = cluster.startClientVM(0,