[infinispan-issues] [JBoss JIRA] (ISPN-5789) CustomClassLoaderListenerTest.testCustomClassLoaderListener fails

Richard Janík (JIRA) issues at jboss.org
Thu Sep 24 04:07:00 EDT 2015


Richard Janík created ISPN-5789:
-----------------------------------

             Summary: CustomClassLoaderListenerTest.testCustomClassLoaderListener fails
                 Key: ISPN-5789
                 URL: https://issues.jboss.org/browse/ISPN-5789
             Project: Infinispan
          Issue Type: Bug
    Affects Versions: 5.2.15.Final
         Environment: - HP-UX + HP jdk 7
- RHEL 5/6 + Oracle jdk 6, 7, 8 + IBM jdk 6, 7, 8 + openjdk 6, 7, 8
- Solaris 10/11 + Oracle jdk 6, 7, 8
- Windows 2008, 2008r2, 2012r2 + Oracle jdk 6, 7, 8
            Reporter: Richard Janík
            Priority: Minor


Hi, when running the Infinispan testsuite, I'm seeing a failure of org.infinispan.notifications.cachelistener.CustomClassLoaderListenerTest.testCustomClassLoaderListener.

{code}
[testng-CustomClassLoaderListenerTest] Test testCustomClassLoaderListener(org.infinispan.notifications.cachelistener.CustomClassLoaderListenerTest) failed.
2015-09-23 02:15:54,660 ERROR [UnitTestTestNGListener] (testng-CustomClassLoaderListenerTest) Test testCustomClassLoaderListener(org.infinispan.notifications.cachelistener.CustomClassLoaderListenerTest) failed.
java.lang.AssertionError: expected:<10> but was:<9>
	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.notifications.cachelistener.CustomClassLoaderListenerTest.testCustomClassLoaderListener(CustomClassLoaderListenerTest.java:72)
	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:714)
	at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:901)
	at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1231)
	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:745)
{code}

The failure doesn't seem to translate to any functional deficiency in our product, thus the low priority.

This might be related to ISPN-3430.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the infinispan-issues mailing list