Return-Path: Delivered-To: apmail-directory-dev-archive@www.apache.org Received: (qmail 83858 invoked from network); 25 May 2007 13:51:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 25 May 2007 13:51:40 -0000 Received: (qmail 5335 invoked by uid 500); 25 May 2007 13:51:44 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 5287 invoked by uid 500); 25 May 2007 13:51:44 -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 5259 invoked by uid 99); 25 May 2007 13:51:44 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 06:51:44 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 25 May 2007 06:51:36 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B806571406B for ; Fri, 25 May 2007 06:51:16 -0700 (PDT) Message-ID: <24142970.1180101076751.JavaMail.jira@brutus> Date: Fri, 25 May 2007 06:51:16 -0700 (PDT) From: "Emmanuel Lecharny (JIRA)" To: dev@directory.apache.org Subject: [jira] Created: (DIRSERVER-943) Cannot run integration tests on trunk after SASL code import MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Cannot run integration tests on trunk after SASL code import ------------------------------------------------------------ Key: DIRSERVER-943 URL: https://issues.apache.org/jira/browse/DIRSERVER-943 Project: Directory ApacheDS Issue Type: Bug Affects Versions: 1.5.0 Reporter: Emmanuel Lecharny Priority: Blocker Fix For: 1.5.1 After having svn up the trunk, I tried to run a mvn -Dintegration test, and I got this exception in a server-unit test. Any idea ? ------------------------------------------------------------------------------- Test set: org.apache.directory.server.SaslGssapiBindITest ------------------------------------------------------------------------------- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 93.627 sec <<< FAILURE! testSaslGssapiBind(org.apache.directory.server.SaslGssapiBindITest) Time elapsed: 93.608 sec <<< FAILURE! junit.framework.AssertionFailedError: Authentication failed: Receive timed out at junit.framework.Assert.fail(Assert.java:47) at org.apache.directory.server.SaslGssapiBindITest.testSaslGssapiBind(SaslGssapiBindITest.java:249) at org.apache.directory.server.SaslGssapiBindITest.testSaslGssapiBind(SaslGssapiBindITest.java:249) 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:585) at junit.framework.TestCase.runTest(TestCase.java:154) at junit.framework.TestCase.runBare(TestCase.java:127) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:118) at junit.framework.TestSuite.runTest(TestSuite.java:208) at junit.framework.TestSuite.run(TestSuite.java:203) 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:585) at org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:213) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.executeTestSet(AbstractDirectoryTestSuite.java:138) at org.apache.maven.surefire.suite.AbstractDirectoryTestSuite.execute(AbstractDirectoryTestSuite.java:163) at org.apache.maven.surefire.Surefire.run(Surefire.java:84) 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:585) at org.apache.maven.surefire.booter.SurefireBooter.runSuitesInProcess(SurefireBooter.java:244) at org.apache.maven.surefire.booter.SurefireBooter.main(SurefireBooter.java:814) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.