You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Pierre-Arnaud Marcelot (JIRA)" <ji...@apache.org> on 2013/03/01 16:43:12 UTC

[jira] [Created] (DIRAPI-121) Test case org.apache.directory.server.replication.ClientServerReplicationIT.testModDn() fails permanently

Pierre-Arnaud Marcelot created DIRAPI-121:
---------------------------------------------

             Summary: Test case org.apache.directory.server.replication.ClientServerReplicationIT.testModDn() fails permanently
                 Key: DIRAPI-121
                 URL: https://issues.apache.org/jira/browse/DIRAPI-121
             Project: Directory Client API
          Issue Type: Bug
            Reporter: Pierre-Arnaud Marcelot
            Priority: Blocker
             Fix For: 1.0.0-M17


Test case org.apache.directory.server.replication.ClientServerReplicationIT.testModDn() fails permanently on my machine via Maven *and* in Eclipse.
I ignored it until we find a fix.

Here's the error:
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.apache.directory.server.replication.ClientServerReplicationIT.testModDn(ClientServerReplicationIT.java:290)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
	at java.lang.reflect.Method.invoke(Method.java:597)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:47)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:44)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.apache.directory.junit.tools.MultiThreadedMultiInvoker$1$1.run(MultiThreadedMultiInvoker.java:160)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:895)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:918)
	at java.lang.Thread.run(Thread.java:680)



--
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