Benjamin P Ross created GEODE-7753:
--------------------------------------
Summary: CI Failure: Tomcat9CachingClientServerTest.
multipleClientsCanMaintainOwnSessions
Key: GEODE-7753
URL: https://issues.apache.org/jira/browse/GEODE-7753
Project: Geode
Issue Type: Bug
Reporter: Benjamin P Ross
We saw a failure in CI for this test:
org.apache.geode.session.tests.Tomcat9CachingClientServerTest >
multipleClientsCanMaintainOwnSessions FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition defined
as a lambda expression in org.apache.geode.session.tests.CargoTestBase
expected:<"[Foo55]"> but was:<"[]"> within 300 seconds.
Caused by:
org.junit.ComparisonFailure: expected:<"[Foo55]"> but was:<"[]">
java.lang.NullPointerException
org.apache.geode.session.tests.Tomcat6CachingClientServerTest >
multipleClientsCanMaintainOwnSessions FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition defined
as a lambda expression in org.apache.geode.session.tests.CargoTestBase
expected:<"[Foo55]"> but was:<"[]"> within 300 seconds.
Caused by:
org.junit.ComparisonFailure: expected:<"[Foo55]"> but was:<"[]">
java.lang.NullPointerException
org.apache.geode.session.tests.Tomcat7CachingClientServerTest >
multipleClientsCanMaintainOwnSessions FAILED
org.awaitility.core.ConditionTimeoutException: Assertion condition defined
as a lambda expression in org.apache.geode.session.tests.CargoTestBase
expected:<"[Foo55]"> but was:<"[]"> within 300 seconds.
Caused by:
org.junit.ComparisonFailure: expected:<"[Foo55]"> but was:<"[]">
org.awaitility.core.ConditionTimeoutException: Assertion condition defined
as a lambda expression in org.apache.geode.session.tests.CargoTestBase
expected:<"[Foo55]"> but was:<"[]"> within 300 seconds.
Caused by:
org.junit.ComparisonFailure: expected:<"[Foo55]"> but was:<"[]">
java.lang.NullPointerException
java.lang.NullPointerException
It's possible that this issue could show up in Tomcat 7,8, and 9 tests.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)