Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 56FE510B18 for ; Thu, 20 Feb 2014 09:28:42 +0000 (UTC) Received: (qmail 90135 invoked by uid 500); 20 Feb 2014 09:28:41 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 89908 invoked by uid 500); 20 Feb 2014 09:28:35 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 89253 invoked by uid 99); 20 Feb 2014 09:28:29 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Feb 2014 09:28:29 +0000 Date: Thu, 20 Feb 2014 09:28:29 +0000 (UTC) From: "Kiran Ayyagari (JIRA)" To: dev@directory.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (DIRSERVER-1810) Test case org.apache.directory.server.replication.ClientServerReplicationIT.testModDn() fails permanently MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/DIRSERVER-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kiran Ayyagari updated DIRSERVER-1810: -------------------------------------- Fix Version/s: (was: 2.0.0-RC1) 2.0.0-M16 > Test case org.apache.directory.server.replication.ClientServerReplicationIT.testModDn() fails permanently > --------------------------------------------------------------------------------------------------------- > > Key: DIRSERVER-1810 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1810 > Project: Directory ApacheDS > Issue Type: Bug > Reporter: Pierre-Arnaud Marcelot > Assignee: Emmanuel Lecharny > Priority: Blocker > Fix For: 2.0.0-M16 > > > 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 was sent by Atlassian JIRA (v6.1.5#6160)