Skip to content

Commit 7c6982c

Browse files
committed
Synced up with develop branch and remove some comments
1 parent bea42f9 commit 7c6982c

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

integration-tests/src/test/java/oracle/kubernetes/operator/ITSessionMigration.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +149,6 @@ public void testRepickPrimary() throws Exception {
149149
primaryServName1.trim().equals(primaryServName2.trim()));
150150

151151
// Restore test env
152-
// Wait some time for ms pod to become ready
153-
// Thread.sleep(30 * 1000);
154152
TestUtils.checkPodReady(domainUid + "-" + primaryServName1, domainNS);
155153

156154
logger.info(
@@ -209,8 +207,6 @@ public void testHttpSessionMigr() throws Exception {
209207
"HTTP session state is NOT migrated!", countattribute1.equals(countattribute2));
210208

211209
// Restore test env
212-
// Wait some time for ms pod to become ready
213-
// Thread.sleep(30 * 1000);
214210
TestUtils.checkPodReady(domainUid + "-" + primaryServName1, domainNS);
215211

216212
logger.info("SUCCESS - " + testMethodName + ". HTTP session state is migrated!");

0 commit comments

Comments
 (0)