[infinispan-issues] [JBoss JIRA] (ISPN-10207) PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1
Galder Zamarreño (Jira)
issues at jboss.org
Mon May 20 07:34:00 EDT 2019
Galder Zamarreño created ISPN-10207:
---------------------------------------
Summary: PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1
Key: ISPN-10207
URL: https://issues.jboss.org/browse/ISPN-10207
Project: Infinispan
Issue Type: Enhancement
Components: Hibernate Cache
Affects Versions: 10.0.0.Beta3
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 10.0.0.Final
{{PartialFutureUpdateTest}} and {{PartialTombstoneTest}} are failing in very similar way:
{code}
[OK: 831, KO: 2, SKIP: 42] Test failed: PartialFutureUpdateTest.testPartialUpdate[read-write, REPL_SYNC]
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at org.infinispan.test.hibernate.cache.commons.functional.cluster.AbstractPartialUpdateTest.waitForRemotePut(AbstractPartialUpdateTest.java:109)
at org.infinispan.test.hibernate.cache.commons.functional.cluster.AbstractPartialUpdateTest.testPartialUpdate(AbstractPartialUpdateTest.java:77)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:834)
[ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 2.493 s <<< FAILURE! - in org.infinispan.test.hibernate.cache.commons.functional.cluster.PartialFutureUpdateTest
[ERROR] testPartialUpdate[read-write, REPL_SYNC](org.infinispan.test.hibernate.cache.commons.functional.cluster.PartialFutureUpdateTest) Time elapsed: 2.257 s <<< FAILURE!
java.lang.AssertionError
at org.junit.Assert.fail(Assert.java:86)
at org.junit.Assert.assertTrue(Assert.java:41)
at org.junit.Assert.assertTrue(Assert.java:52)
at org.infinispan.test.hibernate.cache.commons.functional.cluster.AbstractPartialUpdateTest.waitForRemotePut(AbstractPartialUpdateTest.java:109)
at org.infinispan.test.hibernate.cache.commons.functional.cluster.AbstractPartialUpdateTest.testPartialUpdate(AbstractPartialUpdateTest.java:77)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.lang.Thread.run(Thread.java:834)
{code}
Test XML files are not being generated which is why this might have not been seen before. This will be tracked in a separate issue.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
More information about the infinispan-issues
mailing list