From dev-return-13463-apmail-directory-dev-archive=directory.apache.org@directory.apache.org Wed Sep 06 13:41:58 2006 Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 32359 invoked from network); 6 Sep 2006 13:41:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 6 Sep 2006 13:41:58 -0000 Received: (qmail 44103 invoked by uid 500); 6 Sep 2006 13:41:57 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 43879 invoked by uid 500); 6 Sep 2006 13:41:56 -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 43868 invoked by uid 99); 6 Sep 2006 13:41:56 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 06:41:56 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [209.237.227.198] (HELO brutus.apache.org) (209.237.227.198) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Sep 2006 06:41:55 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 13062714317 for ; Wed, 6 Sep 2006 13:38:25 +0000 (GMT) Message-ID: <22046593.1157549905075.JavaMail.jira@brutus> Date: Wed, 6 Sep 2006 06:38:25 -0700 (PDT) From: "Pierre-Arnaud Marcelot (JIRA)" To: dev@directory.apache.org Subject: [jira] Updated: (DIRSERVER-728) Build failure in trunks due to failing apacheds/server-tools tests In-Reply-To: <19744458.1157485582747.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N [ http://issues.apache.org/jira/browse/DIRSERVER-728?page=all ] Pierre-Arnaud Marcelot updated DIRSERVER-728: --------------------------------------------- Attachment: DIRSERVER-728.patch The 'sn' attribute is now mandatory when adding an entry with objectclass "person". I updated my tests files to take in count this ("new") obligation. Here's a patch that should resolve this issue. > Build failure in trunks due to failing apacheds/server-tools tests > ------------------------------------------------------------------ > > Key: DIRSERVER-728 > URL: http://issues.apache.org/jira/browse/DIRSERVER-728 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.1.0 > Reporter: Ersin Er > Priority: Critical > Fix For: 1.1.0 > > Attachments: DIRSERVER-728.patch > > > [INFO] ---------------------------------------------------------------------------- > [INFO] Building ApacheDS Server Tools > [INFO] task-segment: [install] > [INFO] ---------------------------------------------------------------------------- > [INFO] [resources:resources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:compile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [resources:testResources] > [INFO] Using default encoding to copy filtered resources. > [INFO] [compiler:testCompile] > [INFO] Nothing to compile - all classes are up to date > [INFO] [surefire:test] > [INFO] Surefire report directory: <...>/directory/trunks/apacheds/server-tools/target/surefire-reports > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running org.apache.directory.server.tools.commands.exportcmd.ExportCommandTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.126 sec <<< FAILURE! > Running org.apache.directory.server.tools.commands.gracefulshutdowncmd.GracefulShutdownCommandTest > Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.03 sec <<< FAILURE! > Running org.apache.directory.server.tools.commands.importcmd.ImportCommandTest > Tests run: 10, Failures: 0, Errors: 10, Skipped: 0, Time elapsed: 0.254 sec <<< FAILURE! > Results : > Tests in error: > testExportCommand(org.apache.directory.server.tools.commands.exportcmd.ExportCommandTest) > testOneEntryImport(org.apache.directory.server.tools.commands.gracefulshutdowncmd.GracefulShutdownCommandTest) > testOneEntryImport(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testTenEntriesImport(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testOneEntryOnErrorImport(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testTwoEntriesImportOneOnErrorAndOneOk(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testOneEntryImportWithEntryAddedNotification(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testOneEntryImportWithExceptionNotification(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testRFC2849Sample1(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testRFC2849Sample2(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testRFC2849Sample3(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > testRFC2849Sample3VariousSpacing(org.apache.directory.server.tools.commands.importcmd.ImportCommandTest) > Tests run: 12, Failures: 0, Errors: 12, Skipped: 0 > [INFO] ------------------------------------------------------------------------ > [ERROR] BUILD FAILURE > [INFO] ------------------------------------------------------------------------ -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira