]
Tristan Tarrant updated ISPN-8178:
----------------------------------
Status: Open (was: New)
SingleNodeJdbcStoreIT.testForcedShutdown failure
------------------------------------------------
Key: ISPN-8178
URL:
https://issues.jboss.org/browse/ISPN-8178
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Server
Affects Versions: 9.1.0.Final
Reporter: Tristan Tarrant
Labels: testsuite_stability
Occasionally the test fails with:
java.lang.AssertionError: null
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertNotNull(Assert.java:621)
at org.junit.Assert.assertNotNull(Assert.java:631)
at
org.infinispan.server.test.cs.jdbc.SingleNodeJdbcStoreIT.testRestartStringStoreAfter(SingleNodeJdbcStoreIT.java:195)
at
org.infinispan.server.test.cs.jdbc.SingleNodeJdbcStoreIT.testForcedShutdown(SingleNodeJdbcStoreIT.java:151)