[JBoss JIRA] (ISPN-8183) ClassFinder logs lots of warnings when the maven repository path contains "infinispan"
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8183?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8183:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
> ClassFinder logs lots of warnings when the maven repository path contains "infinispan"
> --------------------------------------------------------------------------------------
>
> Key: ISPN-8183
> URL: https://issues.jboss.org/browse/ISPN-8183
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Fix For: 9.1.1.Final
>
>
> {{ClassFinder.infinispanClasses()}} tries to find all Infinispan classes by iterating through the classpath entries and adding classes from each entry that contains {{infinispan}} in the path or has a sub-sub-...directory called {{infinispan}}.
> This doesn't work if the Maven repository path contains {{infinispan}}, as it happens on the CI agents, and all the classpath entries are included. When trying to parse a class that doesn't start with {{org.}}, {{ClassFinder}} then throws this exception:
> {noformat}
> 08:15:47,413 WARN (TestNG:[]) [ClassFinder] From jar path com/github/benmanes/caffeine/base/UnsafeAccess.class could not load class null
> java.lang.StringIndexOutOfBoundsException: String index out of range: -1
> at java.lang.String.substring(String.java:1960) ~[?:1.8.0_141]
> at org.infinispan.commons.util.ClassFinder.toClassName(ClassFinder.java:183) ~[infinispan-commons.jar:9.1.1-SNAPSHOT]
> at org.infinispan.commons.util.ClassFinder.findClassesOnPath(ClassFinder.java:144) [infinispan-commons.jar:9.1.1-SNAPSHOT]
> at org.infinispan.commons.util.ClassFinder.infinispanClasses(ClassFinder.java:90) [infinispan-commons.jar:9.1.1-SNAPSHOT]
> at org.infinispan.commons.util.ClassFinder.infinispanClasses(ClassFinder.java:72) [infinispan-commons.jar:9.1.1-SNAPSHOT]
> at org.infinispan.util.ClassFinderTest.testInfinispanClassesNonEmpty(ClassFinderTest.java:11) [test-classes/:?]
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_141]
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_141]
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_141]
> at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_141]
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:84) [testng-6.8.8.jar:?]
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:714) [testng-6.8.8.jar:?]
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901) [testng-6.8.8.jar:?]
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231) [testng-6.8.8.jar:?]
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:127) [testng-6.8.8.jar:?]
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:111) [testng-6.8.8.jar:?]
> at org.testng.TestRunner.privateRun(TestRunner.java:767) [testng-6.8.8.jar:?]
> at org.testng.TestRunner.run(TestRunner.java:617) [testng-6.8.8.jar:?]
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:348) [testng-6.8.8.jar:?]
> at org.testng.SuiteRunner.access$000(SuiteRunner.java:38) [testng-6.8.8.jar:?]
> at org.testng.SuiteRunner$SuiteWorker.run(SuiteRunner.java:382) [testng-6.8.8.jar:?]
> at org.testng.internal.thread.ThreadUtil$2.call(ThreadUtil.java:64) [testng-6.8.8.jar:?]
> at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_141]
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_141]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_141]
> at java.lang.Thread.run(Thread.java:748) [?:1.8.0_141]
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-6819) SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
by Dan Berindei (JIRA)
[ https://issues.jboss.org/browse/ISPN-6819?page=com.atlassian.jira.plugin.... ]
Dan Berindei resolved ISPN-6819.
--------------------------------
Resolution: Duplicate Issue
Duplicate of ISPN-7131
> SharedStoreInvalidationDuringRehashTest.testRehashWith[out]Preload random failures
> ----------------------------------------------------------------------------------
>
> Key: ISPN-6819
> URL: https://issues.jboss.org/browse/ISPN-6819
> Project: Infinispan
> Issue Type: Bug
> Components: Core, Test Suite - Core
> Affects Versions: 9.0.0.Alpha2, 8.2.4.Final
> Reporter: Dan Berindei
> Priority: Critical
> Labels: testsuite_stability
> Fix For: 9.2.0.Final
>
>
> {noformat}
> java.lang.AssertionError: expected:<0> but was:<3>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245)
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.checkContentAndInvalidations(SharedStoreInvalidationDuringRehashTest.java:213)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.doTest(SharedStoreInvalidationDuringRehashTest.java:135)
> at org.infinispan.distribution.rehash.SharedStoreInvalidationDuringRehashTest.testRehashWithoutPreload(SharedStoreInvalidationDuringRehashTest.java:122)
> {noformat}
> http://ci.infinispan.org/project.html?tab=testDetails&testNameId=-7068250...
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8186) DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges sometimes fails with magic error
by Tristan Tarrant (JIRA)
Tristan Tarrant created ISPN-8186:
-------------------------------------
Summary: DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges sometimes fails with magic error
Key: ISPN-8186
URL: https://issues.jboss.org/browse/ISPN-8186
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols
Affects Versions: 9.1.0.Final
Reporter: Tristan Tarrant
Assignee: Galder Zamarreño
Happens sometimes on CI:
DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges
org.infinispan.client.hotrod.exceptions.InvalidResponseException:: Invalid magic number. Expected 0xa1 and received 0xdb at org.infinispan.client.hotrod.impl.protocol.Codec20.readMagic(Codec20.java:333) at org.infinispan.client.hotrod.impl.protocol.Codec20.readHeader(Codec20.java:135) at org.infinispan.client.hotrod.impl.operations.HotRodOperation.readHeaderAndValidate(HotRodOperation.java:60) at org.infinispan.client.hotrod.impl.operations.AbstractKeyValueOperation.sendPutOperation(AbstractKeyValueOperation.java:58) at org.infinispan.client.hotrod.impl.operations.PutOperation.executeOperation(PutOperation.java:34) at org.infinispan.client.hotrod.impl.operations.RetryOnFailureOperation.execute(RetryOnFailureOperation.java:56) at org.infinispan.client.hotrod.impl.RemoteCacheImpl.put(RemoteCacheImpl.java:268) at org.infinispan.client.hotrod.impl.RemoteCacheSupport.put(RemoteCacheSupport.java:77) at org.infinispan.client.hotrod.DistTopologyChangeUnderLoadTest.testPutsSucceedWhileTopologyChanges(DistTopologyChangeUnderLoadTest.java:57) 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 16 stack frames
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8150) SingleFileStoreStressTest intermittent failure
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8150?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8150:
-------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/5368
> SingleFileStoreStressTest intermittent failure
> ----------------------------------------------
>
> Key: ISPN-8150
> URL: https://issues.jboss.org/browse/ISPN-8150
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Labels: testsuite_stability
>
> {noformat}
> testFileTruncation(org.infinispan.persistence.file.SingleFileStoreStressTest) Time elapsed: 0.063 sec <<< FAILURE!
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
> at org.infinispan.persistence.file.SingleFileStoreStressTest.testFileTruncation(SingleFileStoreStressTest.java:245)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8150) SingleFileStoreStressTest intermittent failure
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8150?page=com.atlassian.jira.plugin.... ]
Ryan Emerson reassigned ISPN-8150:
----------------------------------
Assignee: Ryan Emerson
> SingleFileStoreStressTest intermittent failure
> ----------------------------------------------
>
> Key: ISPN-8150
> URL: https://issues.jboss.org/browse/ISPN-8150
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Ryan Emerson
> Labels: testsuite_stability
>
> {noformat}
> testFileTruncation(org.infinispan.persistence.file.SingleFileStoreStressTest) Time elapsed: 0.063 sec <<< FAILURE!
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
> at org.infinispan.persistence.file.SingleFileStoreStressTest.testFileTruncation(SingleFileStoreStressTest.java:245)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8150) SingleFileStoreStressTest intermittent failure
by Ryan Emerson (JIRA)
[ https://issues.jboss.org/browse/ISPN-8150?page=com.atlassian.jira.plugin.... ]
Ryan Emerson updated ISPN-8150:
-------------------------------
Status: Open (was: New)
> SingleFileStoreStressTest intermittent failure
> ----------------------------------------------
>
> Key: ISPN-8150
> URL: https://issues.jboss.org/browse/ISPN-8150
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Labels: testsuite_stability
>
> {noformat}
> testFileTruncation(org.infinispan.persistence.file.SingleFileStoreStressTest) Time elapsed: 0.063 sec <<< FAILURE!
> java.lang.AssertionError:
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:33)
> at org.infinispan.persistence.file.SingleFileStoreStressTest.testFileTruncation(SingleFileStoreStressTest.java:245)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:498)
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months
[JBoss JIRA] (ISPN-8176) RemoteCacheStoreIT.testReadOnly random failures
by Tristan Tarrant (JIRA)
[ https://issues.jboss.org/browse/ISPN-8176?page=com.atlassian.jira.plugin.... ]
Tristan Tarrant updated ISPN-8176:
----------------------------------
Status: Resolved (was: Pull Request Sent)
Fix Version/s: 9.1.1.Final
Resolution: Done
> RemoteCacheStoreIT.testReadOnly random failures
> -----------------------------------------------
>
> Key: ISPN-8176
> URL: https://issues.jboss.org/browse/ISPN-8176
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 9.1.0.Final
> Reporter: Gustavo Fernandes
> Assignee: Ryan Emerson
> Labels: testsuite_stability
> Fix For: 9.1.1.Final
>
>
> java.lang.AssertionError: expected null, but was:<v1>
> at org.junit.Assert.fail(Assert.java:88)
> at org.junit.Assert.failNotNull(Assert.java:664)
> at org.junit.Assert.assertNull(Assert.java:646)
> at org.junit.Assert.assertNull(Assert.java:656)
> at org.infinispan.server.test.cs.remote.RemoteCacheStoreIT.testReadOnly(RemoteCacheStoreIT.java:85)
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
7 years, 4 months