Skip to content

Commit 464ff9d

Browse files
committed
Completed JIRA OWLS-72999 - Migrate Sticky Sessions test suite to github latest version jenkins-ignore
1 parent 3b4c0c3 commit 464ff9d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,9 +185,8 @@ public void testSameSessionStickiness() throws Exception {
185185
/**
186186
* Use a web application deployed on Weblogic cluster to track HTTP session. In-memory replication
187187
* persistence method is configured to implement session persistence. server-affinity is achieved
188-
* by Voyager load balancer based on HTTP session information. This test sends two
189-
* HTTP requests from two different clients to Weblogic and verify that HTTP sessions are
190-
* isolated.
188+
* by Voyager load balancer based on HTTP session information. This test sends two HTTP requests
189+
* from two different clients to Weblogic and verify that HTTP sessions are isolated.
191190
*
192191
* @throws Exception
193192
*/

0 commit comments

Comments
 (0)