[JBoss JIRA] (ISPN-3204) Implement Last-Modified header returned by REST endpoint correctly
by RH Bugzilla Integration (JIRA)
[ https://issues.jboss.org/browse/ISPN-3204?page=com.atlassian.jira.plugin.... ]
RH Bugzilla Integration updated ISPN-3204:
------------------------------------------
Bugzilla Update: Perform
Bugzilla References: https://bugzilla.redhat.com/show_bug.cgi?id=1039911
> Implement Last-Modified header returned by REST endpoint correctly
> ------------------------------------------------------------------
>
> Key: ISPN-3204
> URL: https://issues.jboss.org/browse/ISPN-3204
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 5.3.0.CR1
> Reporter: Martin Gencur
> Assignee: Galder Zamarreño
>
> As described in ISPN-3153, the Last-Modified HTTP header does not always return correct date/time of the last modification.
> The goal of this JIRA is to fix this behaviour.
> Explanation of the bug:
> "Since immortal entries never die, we don't track creation time for them. We don't wanna be doing that either cos it takes valuable space that's might only be relevant for REST. In fact, we don't have anything that maps directly to last-modified per se. For transient entries, we track when the entry was last used (read or write) and for mortal entries, we track the creation time, which is not necessarily last modified time. Last-modified returns the expected value only when timeToLiveSeconds has been set and we're tracking creation time (mortal entry)."
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3806) Tests from org.infinispan.distexec fail on Windows 2008 R2 and randomly on RHEL
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3806?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3806:
------------------------------------
Description:
These tests are failing:
org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
Logs are not available, so here is the link to Jenkins:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
Following tests fail on RHEL not so often
org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
was:
These tests are failing:
org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
Logs are not available, so here is the link to Jenkins:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
> Tests from org.infinispan.distexec fail on Windows 2008 R2 and randomly on RHEL
> -------------------------------------------------------------------------------
>
> Key: ISPN-3806
> URL: https://issues.jboss.org/browse/ISPN-3806
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 6.0.0.Final
> Environment: Windows 2008 R2 64bit Oracle JDK6, JDK7
> Reporter: Jiří Holuša
> Assignee: Mircea Markus
>
> These tests are failing:
> org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> Logs are not available, so here is the link to Jenkins:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
> Following tests fail on RHEL not so often
> org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3806) Tests from org.infinispan.distexec fail on Windows 2008 R2 and randomly on RHEL
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3806?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3806:
------------------------------------
Summary: Tests from org.infinispan.distexec fail on Windows 2008 R2 and randomly on RHEL (was: Tests from org.infinispan.distexec fail on Windows 2008 R2 )
> Tests from org.infinispan.distexec fail on Windows 2008 R2 and randomly on RHEL
> -------------------------------------------------------------------------------
>
> Key: ISPN-3806
> URL: https://issues.jboss.org/browse/ISPN-3806
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 6.0.0.Final
> Environment: Windows 2008 R2 64bit Oracle JDK6, JDK7
> Reporter: Jiří Holuša
> Assignee: Mircea Markus
>
> These tests are failing:
> org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> Logs are not available, so here is the link to Jenkins:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3806) Tests from org.infinispan.distexec fail on Windows 2008 R2
by Jiří Holuša (JIRA)
Jiří Holuša created ISPN-3806:
---------------------------------
Summary: Tests from org.infinispan.distexec fail on Windows 2008 R2
Key: ISPN-3806
URL: https://issues.jboss.org/browse/ISPN-3806
Project: Infinispan
Issue Type: Bug
Components: Distributed Execution and Map/Reduce
Affects Versions: 6.0.0.Final
Environment: Windows 2008 R2 64bit Oracle JDK6
Reporter: Jiří Holuša
Assignee: Mircea Markus
These tests are failing:
org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
Logs are not available, so here is the link to Jenkins:
https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3806) Tests from org.infinispan.distexec fail on Windows 2008 R2
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-3806?page=com.atlassian.jira.plugin.... ]
Jiří Holuša updated ISPN-3806:
------------------------------
Environment: Windows 2008 R2 64bit Oracle JDK6, JDK7 (was: Windows 2008 R2 64bit Oracle JDK6)
> Tests from org.infinispan.distexec fail on Windows 2008 R2
> -----------------------------------------------------------
>
> Key: ISPN-3806
> URL: https://issues.jboss.org/browse/ISPN-3806
> Project: Infinispan
> Issue Type: Bug
> Components: Distributed Execution and Map/Reduce
> Affects Versions: 6.0.0.Final
> Environment: Windows 2008 R2 64bit Oracle JDK6, JDK7
> Reporter: Jiří Holuša
> Assignee: Mircea Markus
>
> These tests are failing:
> org.infinispan.distexec.DistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithCacheLoaderTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.DistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout org.infinispan.distexec.ReplSyncDistributedExecutorWithTopologyAwareNodesTest.testBasicTargetRemoteDistributedCallableWithHighFutureAndLowTaskTimeout
> Logs are not available, so here is the link to Jenkins:
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3804) Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-3804?page=com.atlassian.jira.plugin.... ]
Jiří Holuša commented on ISPN-3804:
-----------------------------------
These two tests are also failing on Windows (2008 R2, 2012, 64bit).
> Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows
> ----------------------------------------------------------------------
>
> Key: ISPN-3804
> URL: https://issues.jboss.org/browse/ISPN-3804
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.Final
> Environment: Solaris, Oracle JDK 6 and 7, Windows Oracle JDK6
> Reporter: Vojtech Juranek
> Assignee: Mircea Markus
> Labels: testsuite_stability
>
> Tests {{HotRod12ReplicationTest.testReplicatedPutWithTopologyChanges}} and {{HotRodReplicationTest.testReplicatedPutWithTopologyChanges}} fails with following assertions failure:
> {noformat}
> java.lang.AssertionError: expected [2] but found [3]
> at org.testng.Assert.fail(Assert.java:89)
> at org.testng.Assert.failNotEquals(Assert.java:489)
> at org.testng.Assert.assertEquals(Assert.java:118)
> at org.testng.Assert.assertEquals(Assert.java:365)
> at org.testng.Assert.assertEquals(Assert.java:375)
> at org.infinispan.server.hotrod.HotRodReplicationTest.testReplicatedPutWithTopologyChanges(HotRodReplicationTest.scala:123)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:724)
> {noformat}
> See e.g.
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3804) Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-3804?page=com.atlassian.jira.plugin.... ]
Jiří Holuša updated ISPN-3804:
------------------------------
Summary: Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows (was: Test testReplicatedPutWithTopologyChanges fails on Solaris)
> Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows
> ----------------------------------------------------------------------
>
> Key: ISPN-3804
> URL: https://issues.jboss.org/browse/ISPN-3804
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.Final
> Environment: Solaris, Oracle JDK 6 and 7
> Reporter: Vojtech Juranek
> Assignee: Mircea Markus
> Labels: testsuite_stability
>
> Tests {{HotRod12ReplicationTest.testReplicatedPutWithTopologyChanges}} and {{HotRodReplicationTest.testReplicatedPutWithTopologyChanges}} fails with following assertions failure:
> {noformat}
> java.lang.AssertionError: expected [2] but found [3]
> at org.testng.Assert.fail(Assert.java:89)
> at org.testng.Assert.failNotEquals(Assert.java:489)
> at org.testng.Assert.assertEquals(Assert.java:118)
> at org.testng.Assert.assertEquals(Assert.java:365)
> at org.testng.Assert.assertEquals(Assert.java:375)
> at org.infinispan.server.hotrod.HotRodReplicationTest.testReplicatedPutWithTopologyChanges(HotRodReplicationTest.scala:123)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:724)
> {noformat}
> See e.g.
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months
[JBoss JIRA] (ISPN-3804) Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows
by Jiří Holuša (JIRA)
[ https://issues.jboss.org/browse/ISPN-3804?page=com.atlassian.jira.plugin.... ]
Jiří Holuša updated ISPN-3804:
------------------------------
Environment: Solaris, Oracle JDK 6 and 7, Windows Oracle JDK6 (was: Solaris, Oracle JDK 6 and 7)
> Test testReplicatedPutWithTopologyChanges fails on Solaris and Windows
> ----------------------------------------------------------------------
>
> Key: ISPN-3804
> URL: https://issues.jboss.org/browse/ISPN-3804
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.Final
> Environment: Solaris, Oracle JDK 6 and 7, Windows Oracle JDK6
> Reporter: Vojtech Juranek
> Assignee: Mircea Markus
> Labels: testsuite_stability
>
> Tests {{HotRod12ReplicationTest.testReplicatedPutWithTopologyChanges}} and {{HotRodReplicationTest.testReplicatedPutWithTopologyChanges}} fails with following assertions failure:
> {noformat}
> java.lang.AssertionError: expected [2] but found [3]
> at org.testng.Assert.fail(Assert.java:89)
> at org.testng.Assert.failNotEquals(Assert.java:489)
> at org.testng.Assert.assertEquals(Assert.java:118)
> at org.testng.Assert.assertEquals(Assert.java:365)
> at org.testng.Assert.assertEquals(Assert.java:375)
> at org.infinispan.server.hotrod.HotRodReplicationTest.testReplicatedPutWithTopologyChanges(HotRodReplicationTest.scala:123)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:606)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:80)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:715)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:907)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1237)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111)
> at org.testng.TestRunner.privateRun(TestRunner.java:767)
> at org.testng.TestRunner.run(TestRunner.java:617)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:334)
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:37)
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:368)
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64)
> at java.util.concurrent.FutureTask.run(FutureTask.java:262)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
> at java.lang.Thread.run(Thread.java:724)
> {noformat}
> See e.g.
> https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/JDG/view/FUNC/job/e...
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
10 years, 11 months