[ 
https://issues.apache.org/jira/browse/GEODE-8704?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17231049#comment-17231049
 ] 

ASF GitHub Bot commented on GEODE-8704:
---------------------------------------

BenjaminPerryRoss commented on a change in pull request #5745:
URL: https://github.com/apache/geode/pull/5745#discussion_r522519835



##########
File path: 
geode-assembly/src/distributedTest/java/org/apache/geode/session/tests/Jetty9CachingClientServerTest.java
##########
@@ -23,12 +23,14 @@
 
 import javax.servlet.http.HttpSession;
 
+import org.junit.Ignore;
 import org.junit.Test;
 
 import org.apache.geode.cache.Region;
 import org.apache.geode.internal.cache.InternalCache;
 import org.apache.geode.test.dunit.rules.ClusterStartupRule;
 
+@Ignore("GEODE-8704")

Review comment:
       These tests are causing pipeline failures following a JDK version 
update. Since it's only tests in this class, we opted to ignore the tests while 
we fix the issue to unblock the pipeline.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> many CI failures in Jetty9CachingClientServerTest
> -------------------------------------------------
>
>                 Key: GEODE-8704
>                 URL: https://issues.apache.org/jira/browse/GEODE-8704
>             Project: Geode
>          Issue Type: Bug
>          Components: http session
>    Affects Versions: 1.14.0
>            Reporter: Kamilla Aslami
>            Assignee: Benjamin P Ross
>            Priority: Major
>              Labels: pull-request-available
>
> A bunch of failures:
> {code:java}
> org.apache.geode.session.tests.Jetty9CachingClientServerTest > 
> shouldCacheSessionOnClient FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 1 running 
> on Host e4bd15534025 with 4 VMs
>         at org.apache.geode.test.dunit.VM.executeMethodOnObject(VM.java:623)
>         at org.apache.geode.test.dunit.VM.invoke(VM.java:434)
>         at 
> org.apache.geode.test.junit.rules.VMProvider.invoke(VMProvider.java:102)
>         at 
> org.apache.geode.session.tests.Jetty9CachingClientServerTest.shouldCacheSessionOnClient(Jetty9CachingClientServerTest.java:57)
>         Caused by:
>         java.lang.IllegalStateException: Session is invalid
>             at 
> org.apache.geode.modules.session.internal.filter.GemfireHttpSession.checkValid(GemfireHttpSession.java:317)
>             at 
> org.apache.geode.modules.session.internal.filter.GemfireHttpSession.setAttribute(GemfireHttpSession.java:301)
>             at 
> org.apache.geode.session.tests.Jetty9CachingClientServerTest.lambda$null$0(Jetty9CachingClientServerTest.java:60)
>             at java.lang.Iterable.forEach(Iterable.java:75)
>             at 
> java.util.Collections$UnmodifiableCollection.forEach(Collections.java:1085)
>             at 
> org.apache.geode.session.tests.Jetty9CachingClientServerTest.lambda$shouldCacheSessionOnClient$6b5e8371$1(Jetty9CachingClientServerTest.java:60)org.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > shouldNotLeaveNativeSessionInContainer FAILED
>     org.junit.ComparisonFailure: Sessions are not replicating properly 
> expected:<node0[ys3s5j1ggl0o4sx0xdlw0lqc0].node0> but 
> was:<node0[axkekapniffml14b60hkb13u1].node0>org.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > containersShouldReplicateCookies FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node0[1gkv2nronafrrj3emh7truptq0].node0> but 
> was:<node0[qca0j5kc7aeh1kub2bc945q6v3213].node0> within 5 minutes.        
> Caused by:
>         
> java.util.concurrent.TimeoutExceptionorg.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > containersShouldShareSessionExpirationReset FAILED
>     org.junit.ComparisonFailure: 
> expected:<node01[orbl4igajuo51f542ecpzddoi0].node0> but 
> was:<node01[p1j1by8stk7yonz1cjwz0f6l1].node0>org.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > containersShouldExpireInSetTimeframe FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node0[z8dtl0jz9qcf1wn6yph50900d0].node0> but 
> was:<node0[1mku3euxp6u1tw1yj4ss0qp0g3289].node0> within 5 minutes.        
> Caused by:
>         org.junit.ComparisonFailure: Sessions are not replicating properly 
> expected:<node0[z8dtl0jz9qcf1wn6yph50900d0].node0> but 
> was:<node0[1mku3euxp6u1tw1yj4ss0qp0g3289].node0>org.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > containersShouldHavePersistentSessionData FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node0[1hk7g3qt6itb57j7lbw7xhmo50].node0> but 
> was:<node0[htkhump0340616mzozaxmjzoc3404].node0> within 5 minutes.        
> Caused by:
>         org.junit.ComparisonFailure: Sessions are not replicating properly 
> expected:<node0[1hk7g3qt6itb57j7lbw7xhmo50].node0> but 
> was:<node0[htkhump0340616mzozaxmjzoc3404].node0>org.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > failureShouldStillAllowOtherContainersDataAccess FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node01e[52zechq2e8m18tp81u1b6mrf0].node0> but 
> was:<node01e[sfundxcv4aks45ql9pg3ouj3381].node0> within 5 minutes.        
> Caused by:
>         org.junit.ComparisonFailure: Sessions are not replicating properly 
> expected:<node01e[52zechq2e8m18tp81u1b6mrf0].node0> but 
> was:<node01e[sfundxcv4aks45ql9pg3ouj3381].node0>org.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > invalidationShouldRemoveValueAccessForAllContainers FAILED
>     org.apache.geode.test.dunit.RMIException: While invoking 
> org.apache.geode.test.dunit.internal.IdentifiableRunnable.run in VM 1 running 
> on Host e4bd15534025 with 4 VMs        Caused by:
>         org.awaitility.core.ConditionTimeoutException: Condition with alias 
> 'for region to be empty' didn't complete within 5 minutes because assertion 
> condition defined as a lambda expression in 
> org.apache.geode.session.tests.GenericAppServerClientServerTest that uses 
> org.apache.geode.cache.Region expected:<0> but was:<2>.            Caused by:
>             java.lang.AssertionError: expected:<0> but 
> was:<2>org.apache.geode.session.tests.Jetty9CachingClientServerTest > 
> containersShouldShareDataRemovals FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node0[1her4ymseq1u11necmuypa6qbh0].node0> but 
> was:<node0[cuhj0uuym2epruz6ugi02rg63372].node0> within 5 minutes.        
> Caused by:
>         
> java.util.concurrent.TimeoutExceptionorg.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > sessionPicksUpSessionTimeoutConfiguredInWebXml FAILED
>     org.awaitility.core.ConditionTimeoutException: Condition with lambda 
> expression in org.apache.geode.session.tests.CargoTestBase was not fulfilled 
> within 30 
> seconds.org.apache.geode.session.tests.Jetty9CachingClientServerTest > 
> attributesCanBeReplaced FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node0[q3dd9y4fmrf6o760rof980yy0].node0> but 
> was:<node0[zb0zubqkig2q10ezpxh4yu5l93442].node0> within 5 minutes.        
> Caused by:
>         
> java.util.concurrent.TimeoutExceptionorg.apache.geode.session.tests.Jetty9CachingClientServerTest
>  > newContainersShouldShareDataAccess FAILED
>     org.awaitility.core.ConditionTimeoutException: Assertion condition 
> defined as a lambda expression in 
> org.apache.geode.session.tests.CargoTestBase Sessions are not replicating 
> properly expected:<node01[tbsbwi00zd1998dn3z54ro7s0].node0> but 
> was:<node01[bc4qatolqunsss4wpwy2bdly3428].node0> within 5 minutes.        
> Caused by:
>         java.util.concurrent.TimeoutException
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to