]
Ryan Emerson resolved ISPN-8178.
--------------------------------
Fix Version/s: 9.1.1.Final
Resolution: Done
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
Assignee: Tristan Tarrant
Labels: testsuite_stability
Fix For: 9.1.1.Final
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)