[JBoss JIRA] (ISPN-10210) The REST endpoint should be non-blocking
by Tristan Tarrant (Jira)
Tristan Tarrant created ISPN-10210:
--------------------------------------
Summary: The REST endpoint should be non-blocking
Key: ISPN-10210
URL: https://issues.jboss.org/browse/ISPN-10210
Project: Infinispan
Issue Type: Enhancement
Components: REST, Server
Affects Versions: 10.0.0.Beta3
Reporter: Tristan Tarrant
Assignee: Gustavo Fernandes
The whole REST endpoint should be implemented to be non-blocking
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10209) CollectionRegionAccessStrategyTest.testRemoveAll randomly failing
by Galder Zamarreño (Jira)
Galder Zamarreño created ISPN-10209:
---------------------------------------
Summary: CollectionRegionAccessStrategyTest.testRemoveAll randomly failing
Key: ISPN-10209
URL: https://issues.jboss.org/browse/ISPN-10209
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 10.0.0.Beta3
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 10.0.0.Final
{code}
[2019-05-14T19:36:48.428Z] [OK: 163, KO: 0, SKIP: 6] Test starting: CollectionRegionAccessStrategyTest.testRemoveAll[JTA, INVALIDATION_SYNC, AccessType[transactional]]
[2019-05-14T19:36:48.428Z] [OK: 163, KO: 1, SKIP: 6] Test failed: CollectionRegionAccessStrategyTest.testRemoveAll[JTA, INVALIDATION_SYNC, AccessType[transactional]]
[2019-05-14T19:36:48.428Z] java.lang.AssertionError: expected:<VALUE1/1> but was:<null>
[2019-05-14T19:36:48.428Z] at org.junit.Assert.fail(Assert.java:88)
[2019-05-14T19:36:48.428Z] at org.junit.Assert.failNotEquals(Assert.java:834)
[2019-05-14T19:36:48.428Z] at org.junit.Assert.assertEquals(Assert.java:118)
[2019-05-14T19:36:48.428Z] at org.junit.Assert.assertEquals(Assert.java:144)
[2019-05-14T19:36:48.428Z] at org.infinispan.test.hibernate.cache.commons.AbstractRegionAccessStrategyTest.evictOrRemoveAllTest(AbstractRegionAccessStrategyTest.java:543)
[2019-05-14T19:36:48.428Z] at org.infinispan.test.hibernate.cache.commons.AbstractRegionAccessStrategyTest.testRemoveAll(AbstractRegionAccessStrategyTest.java:449)
[2019-05-14T19:36:48.428Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[2019-05-14T19:36:48.428Z] at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[2019-05-14T19:36:48.428Z] at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[2019-05-14T19:36:48.428Z] at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[2019-05-14T19:36:48.428Z] at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
[2019-05-14T19:36:48.428Z] at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[2019-05-14T19:36:48.428Z] at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
[2019-05-14T19:36:48.428Z] at org.hibernate.testing.junit4.ExtendedFrameworkMethod.invokeExplosively(ExtendedFrameworkMethod.java:45)
[2019-05-14T19:36:48.428Z] at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[2019-05-14T19:36:48.428Z] at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
[2019-05-14T19:36:48.428Z] at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
[2019-05-14T19:36:48.428Z] at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
[2019-05-14T19:36:48.428Z] at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:298)
[2019-05-14T19:36:48.428Z] at org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:292)
[2019-05-14T19:36:48.428Z] at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
[2019-05-14T19:36:48.428Z] at java.base/java.lang.Thread.run(Thread.java:834)
{code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10207) PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1 and 5.3
by Diego Lovison (Jira)
[ https://issues.jboss.org/browse/ISPN-10207?page=com.atlassian.jira.plugin... ]
Diego Lovison commented on ISPN-10207:
--------------------------------------
[~galder.zamarreno] See: https://github.com/infinispan/infinispan/pull/6864
> PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1 and 5.3
> ---------------------------------------------------------------------------
>
> 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
> Priority: Major
> Labels: testsuite_stability
> 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)
6 years, 10 months
[JBoss JIRA] (ISPN-10207) PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1 and 5.3
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-10207?page=com.atlassian.jira.plugin... ]
Galder Zamarreño updated ISPN-10207:
------------------------------------
Summary: PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1 and 5.3 (was: PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1)
> PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1 and 5.3
> ---------------------------------------------------------------------------
>
> 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
> Priority: Major
> Labels: testsuite_stability
> 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)
6 years, 10 months
[JBoss JIRA] (ISPN-10208) Test result files not being generated
by Galder Zamarreño (Jira)
Galder Zamarreño created ISPN-10208:
---------------------------------------
Summary: Test result files not being generated
Key: ISPN-10208
URL: https://issues.jboss.org/browse/ISPN-10208
Project: Infinispan
Issue Type: Bug
Components: Hibernate Cache
Affects Versions: 10.0.0.Beta3
Reporter: Galder Zamarreño
Assignee: Galder Zamarreño
Fix For: 10.0.0.Final
Test result files not being generated for Hibernate Cache 5.1 and Hibernate Cache 5.3 testsuites. This is masking test failures such as ISPN-10207.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10207) PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-10207?page=com.atlassian.jira.plugin... ]
Galder Zamarreño updated ISPN-10207:
------------------------------------
Labels: testsuite_stability (was: )
> 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
> Priority: Major
> Labels: testsuite_stability
> 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)
6 years, 10 months
[JBoss JIRA] (ISPN-10207) PartialUpdateTest and PartialTombstoneTest failing in Hibernate 5.1
by Galder Zamarreño (Jira)
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)
6 years, 10 months
[JBoss JIRA] (ISPN-9145) DistributedStreamTest.testIntSortedLimit random failure
by Galder Zamarreño (Jira)
[ https://issues.jboss.org/browse/ISPN-9145?page=com.atlassian.jira.plugin.... ]
Galder Zamarreño updated ISPN-9145:
-----------------------------------
Labels: testsuite_stability (was: )
> DistributedStreamTest.testIntSortedLimit random failure
> -------------------------------------------------------
>
> Key: ISPN-9145
> URL: https://issues.jboss.org/browse/ISPN-9145
> Project: Infinispan
> Issue Type: Bug
> Components: Streams, Test Suite - Core
> Reporter: Will Burns
> Assignee: Will Burns
> Priority: Major
> Labels: testsuite_stability
>
> There was a random failure on this PR https://ci.infinispan.org/job/Infinispan/job/PR-5794/23/
> {quote}
> testIntSortedLimit[DIST_SYNC, tx=false]
> java.lang.AssertionError: expected:<0> but was:<2> at org.infinispan.stream.BaseStreamTest.testIntSortedLimit(BaseStreamTest.java:1157) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) ... Removed 21 stack frames
> {quote}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months
[JBoss JIRA] (ISPN-10206) Cache fails to stop due to unreleased persistence manager semaphore permits
by Paul Ferraro (Jira)
[ https://issues.jboss.org/browse/ISPN-10206?page=com.atlassian.jira.plugin... ]
Paul Ferraro updated ISPN-10206:
--------------------------------
Status: Pull Request Sent (was: Coding In Progress)
Git Pull Request: https://github.com/infinispan/infinispan/pull/6937, https://github.com/infinispan/infinispan/pull/6938
> Cache fails to stop due to unreleased persistence manager semaphore permits
> ---------------------------------------------------------------------------
>
> Key: ISPN-10206
> URL: https://issues.jboss.org/browse/ISPN-10206
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Loaders and Stores
> Affects Versions: 10.0.0.Beta3, 9.4.13.Final
> Environment: Windows 10 x64
> java version "1.8.0_212"
> Java(TM) SE Runtime Environment (build 1.8.0_212-b10)
> Java HotSpot(TM) 64-Bit Server VM (build 25.212-b10, mixed mode)
> Wildfly 15.0.1
> Reporter: Paul Ferraro
> Assignee: Paul Ferraro
> Priority: Major
>
> Wildfly 15.0.1 fails to stop on shutdown command due to Infinispan subsystem failing to stop it's persisted caches successfully due to a possible bug in Infinispan's PersistenceManagerImpl.publishEntries not releasing Semaphore permit after finishing, so that the stop method waits forever because it lacks one more permit.
> !third_semaphore.png|thumbnail!
> !forth_semaphore.png|thumbnail!
> Use following application to reproduce the issue:
> [^web-java-wildfly.zip]
> standalone Infinispan caches:
> {code}
> <cache-container name="testMetaData">
> <local-cache name="testCache">
> <locking concurrency-level="3"/>
> <transaction locking="OPTIMISTIC" mode="FULL_XA"/>
> <object-memory size="1000000"/>
> <file-store path="testCH/testCache" passivation="false" preload="false" purge="false"/>
> </local-cache>
> <local-cache name="testComponentCache">
> <locking concurrency-level="3"/>
> <transaction locking="OPTIMISTIC" mode="FULL_XA"/>
> <object-memory size="1000000"/>
> <file-store path="testCH/testComponentCache" passivation="false" preload="false" purge="false"/>
> </local-cache>
> </cache-container>
> {code}
> {code}
> 11:02:00,103 INFO [stdout] (default task-1) bla blanull
> 11:02:00,103 INFO [stdout] (default task-1) bla blanull
> 11:03:17,748 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0236: Suspending server with no timeout.
> 11:03:17,750 INFO [org.jboss.as.ejb3] (management-handler-thread - 1) WFLYEJB0493: EJB subsystem suspension complete
> 11:03:17,752 INFO [org.jboss.as.server] (Management Triggered Shutdown) WFLYSRV0241: Shutting down in response to management operation 'shutdown'
> 11:03:17,785 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb1
> 11:03:17,785 INFO [org.jboss.as.mail.extension] (MSC service thread 1-7) WFLYMAIL0002: Unbound mail session [java:/mail/myproject]
> 11:03:17,785 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb2
> 11:03:17,787 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-2) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb3
> 11:03:17,789 INFO [org.wildfly.extension.messaging-activemq] (ServerService Thread Pool -- 88) WFLYMSGAMQ0006: Unbound messaging object to jndi name java:/ConnectionFactory
> 11:03:17,790 INFO [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0002: Unbound mail session [java:jboss/mail/Default]
> 11:03:17,790 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-8) WFLYJCA0099: Unbound non-transactional data source: java:jboss/datasources/myprojdb4
> 11:03:17,797 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0019: Stopped Driver service with driver-name = ojdbc.jar
> 11:03:17,800 INFO [org.wildfly.extension.undertow] (ServerService Thread Pool -- 101) WFLYUT0022: Unregistered web context: '/wildfly-helloworld' from server 'default-server'
> 11:03:17,821 INFO [org.jboss.modcluster] (ServerService Thread Pool -- 101) MODCLUSTER000002: Initiating mod_cluster shutdown
> 11:03:17,823 INFO [org.wildfly.extension.undertow] (MSC service thread 1-8) WFLYUT0019: Host default-host stopping
> 11:03:17,840 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-3) WFLYJCA0119: Unbinding connection factory named java:/JmsXA to alias java:jboss/DefaultJMSConnectionFactory
> 11:03:17,841 INFO [org.jboss.as.connector.deployment] (MSC service thread 1-4) WFLYJCA0011: Unbound JCA ConnectionFactory [java:/JmsXA]
> 11:03:17,842 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-1) WFLYJCA0010: Unbound data source [java:jboss/datasources/ExampleDS]
> 11:03:17,842 INFO [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-2) WFLYJCA0019: Stopped Driver service with driver-name = h2
> 11:03:17,846 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 101) WFLYCLINF0003: Stopped client-mappings cache from ejb container
> 11:03:17,864 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0008: Undertow HTTP listener default suspending
> 11:03:17,864 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0008: Undertow AJP listener ajp suspending
> 11:03:17,870 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) WFLYSRV0028: Stopped deployment ojdbc.jar (runtime-name: ojdbc.jar) in 108ms
> 11:03:17,883 INFO [org.jboss.as.server.deployment] (MSC service thread 1-8) WFLYSRV0028: Stopped deployment wildfly-helloworld.war (runtime-name: wildfly-helloworld.war) in 120ms
> 11:03:17,875 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0007: Undertow AJP listener ajp stopped, was bound to 192.168.1.2:8009
> 11:03:17,874 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0007: Undertow HTTP listener default stopped, was bound to 192.168.1.2:8080
> 11:03:17,872 INFO [org.apache.activemq.artemis.ra] (ServerService Thread Pool -- 104) AMQ151003: resource adaptor stopped
> 11:03:17,932 INFO [org.apache.activemq.artemis.core.server] (ServerService Thread Pool -- 104) AMQ221002: Apache ActiveMQ Artemis Message Broker version 2.6.3.jbossorg-00014 [7b985d04-761e-11e9-bb4e-0a0027000008] stopped, uptime 1 minute
> 11:03:17,933 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0008: Undertow HTTPS listener default-ssl suspending
> 11:03:17,934 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) WFLYUT0007: Undertow HTTPS listener default-ssl stopped, was bound to 192.168.1.2:8443
> 11:03:17,935 INFO [org.wildfly.extension.undertow] (MSC service thread 1-2) WFLYUT0004: Undertow 2.0.15.Final stopping
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
6 years, 10 months