[JBoss JIRA] (ISPN-7050) JCache: CacheLoaderTest/CacheWriterTest always fail
by Dan Berindei (JIRA)
Dan Berindei created ISPN-7050:
----------------------------------
Summary: JCache: CacheLoaderTest/CacheWriterTest always fail
Key: ISPN-7050
URL: https://issues.jboss.org/browse/ISPN-7050
Project: Infinispan
Issue Type: Bug
Components: Core, Test Suite - Core
Reporter: Dan Berindei
Assignee: Radim Vansa
Priority: Blocker
Fix For: 9.0.0.Beta1
JCache requires loader/writer exceptions to be wrapped in a {{javax.cache.integration.CacheLoaderException}}. We do that, but we also wrap it in a {{CacheException}}.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 2 months
[JBoss JIRA] (ISPN-7049) TopologyAwareStateTransferTest.testNodeDown random failures
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-7049?page=com.atlassian.jira.plugin.... ]
Dan Berindei updated ISPN-7049:
-------------------------------
Description:
State transfer removes no longer owned entries after installing the new CH, but the test assumes it happens *before*:
{noformat}
00:22:40,705 DEBUG (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removing no longer owned entries for cache ___defaultcache
00:22:40,733 DEBUG (testng-Test:[]) [Test] Test-NodeE-12789 should be present on = [Test-NodeA-2838, Test-NodeD-19813]
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeA-2838
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeB-21184
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeD-19813
00:22:40,733 DEBUG (testng-Test:[]) [Test] count = 3
00:22:40,734 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown
java.lang.AssertionError
at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.assertExistence(TopologyAwareStateTransferTest.java:151) ~[test-classes/:?]
at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown(TopologyAwareStateTransferTest.java:93) ~[test-classes/:?]
00:22:40,744 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [InvalidateCommand] Invalidating keys [Test-NodeE-12789]
00:22:40,747 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removed 1 keys, data container now has 1 keys
{noformat}
was:
State transfer removes no longer owned entries after installing the new CH, but the test assumes it happens *before*:
{noformat}
00:22:40,705 DEBUG (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removing no longer owned entries for cache ___defaultcache
00:22:40,733 DEBUG (testng-Test:[]) [Test] Test-NodeE-12789 should be present on = [Test-NodeA-2838, Test-NodeD-19813]
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeA-2838
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeB-21184
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeD-19813
00:22:40,733 DEBUG (testng-Test:[]) [Test] count = 3
00:22:40,734 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown
java.lang.AssertionError
at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.assertExistence(TopologyAwareStateTransferTest.java:151) ~[test-classes/:?]
at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown(TopologyAwareStateTransferTest.java:93) ~[test-classes/:?]
00:22:40,747 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removed 1 keys, data container now has 1 keys
{noformat}
> TopologyAwareStateTransferTest.testNodeDown random failures
> -----------------------------------------------------------
>
> Key: ISPN-7049
> URL: https://issues.jboss.org/browse/ISPN-7049
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Core
> Affects Versions: 9.0.0.Alpha4
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Critical
> Fix For: 9.0.0.Beta1
>
>
> State transfer removes no longer owned entries after installing the new CH, but the test assumes it happens *before*:
> {noformat}
> 00:22:40,705 DEBUG (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removing no longer owned entries for cache ___defaultcache
> 00:22:40,733 DEBUG (testng-Test:[]) [Test] Test-NodeE-12789 should be present on = [Test-NodeA-2838, Test-NodeD-19813]
> 00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeA-2838
> 00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeB-21184
> 00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeD-19813
> 00:22:40,733 DEBUG (testng-Test:[]) [Test] count = 3
> 00:22:40,734 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown
> java.lang.AssertionError
> at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.assertExistence(TopologyAwareStateTransferTest.java:151) ~[test-classes/:?]
> at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown(TopologyAwareStateTransferTest.java:93) ~[test-classes/:?]
> 00:22:40,744 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [InvalidateCommand] Invalidating keys [Test-NodeE-12789]
> 00:22:40,747 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removed 1 keys, data container now has 1 keys
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 2 months
[JBoss JIRA] (ISPN-7049) TopologyAwareStateTransferTest.testNodeDown random failures
by Dan Berindei (JIRA)
Dan Berindei created ISPN-7049:
----------------------------------
Summary: TopologyAwareStateTransferTest.testNodeDown random failures
Key: ISPN-7049
URL: https://issues.jboss.org/browse/ISPN-7049
Project: Infinispan
Issue Type: Bug
Components: Test Suite - Core
Affects Versions: 9.0.0.Alpha4
Reporter: Dan Berindei
Assignee: Dan Berindei
Priority: Critical
Fix For: 9.0.0.Beta1
State transfer removes no longer owned entries after installing the new CH, but the test assumes it happens *before*:
{noformat}
00:22:40,705 DEBUG (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removing no longer owned entries for cache ___defaultcache
00:22:40,733 DEBUG (testng-Test:[]) [Test] Test-NodeE-12789 should be present on = [Test-NodeA-2838, Test-NodeD-19813]
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeA-2838
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeB-21184
00:22:40,733 DEBUG (testng-Test:[]) [Test] It is here = Test-NodeD-19813
00:22:40,733 DEBUG (testng-Test:[]) [Test] count = 3
00:22:40,734 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown
java.lang.AssertionError
at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.assertExistence(TopologyAwareStateTransferTest.java:151) ~[test-classes/:?]
at org.infinispan.distribution.topologyaware.TopologyAwareStateTransferTest.testNodeDown(TopologyAwareStateTransferTest.java:93) ~[test-classes/:?]
00:22:40,747 TRACE (transport-thread-Test-NodeB-p3404-t5:[]) [StateConsumerImpl] Removed 1 keys, data container now has 1 keys
{noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
8 years, 2 months