I was able to reproduce the failing tests under Ubuntu 11.04 32-bit with Sun/Oracle JDK 1.6.0_27 and 1.7.0. I created a Jira https://issues.apache.org/jira/browse/DIRSERVER-1661 to track that issue. But I don't think that's a blocker for the release.
Kind Regards, Stefan On Sun, Sep 11, 2011 at 12:35 PM, Stefan Seelmann <[email protected]> wrote: > Hi Felix, > > the 2 failing tests are Kerberos tests I added two months ago [1]. > Those tests modify private fields in Sun internal classes, I didn't > found a way to change the Kerberos parameters otherwise. I know that > this isn't s good solution but as long as the is no other Kerberos > client implementation that is the only way to test the Kerberos server > implementation. For me the tests worked with Sun JDK 1.6.0_26 and > OpenJDK 1.6 on Ubuntu. Also on Jenkins they work fine. I didn't test > them with 1.6.0_27 or JDK7 yet, but it seems the internal classes have > been modified. > > Sorry for the inconvenience. > > Kind Regards, > Stefan > > [1] http://old.nabble.com/Kerberos-Test-Heads-Up-td32143228.html > > On Fri, Sep 9, 2011 at 10:21 PM, Felix Knecht <[email protected]> wrote: >> I can't build the tagged source (Revision 1167253) because of failing test >> cases when doing a checkout (of course starting also with an empty local >> maven repository). See files. >> >> [felix@asgard apacheds-m3]$ svn info >> Path: . >> URL: http://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M3 >> Repository Root: http://svn.apache.org/repos/asf >> Repository UUID: 13f79535-47bb-0310-9956-ffa450edef68 >> Revision: 1167279 >> Node Kind: directory >> Schedule: normal >> Last Changed Author: elecharny >> Last Changed Rev: 1167253 >> Last Changed Date: 2011-09-09 17:45:25 +0200 (Fri, 09 Sep 2011) >> >> [felix@asgard apacheds-m3]$ mvn -version >> Apache Maven 3.0.3 (r1075438; 2011-02-28 18:31:09+0100) >> Maven home: /etc/alternatives/mvn >> Java version: 1.6.0_27, vendor: Sun Microsystems Inc. >> Java home: /usr/lib/jvm/jdk1.6.0_27/jre >> Default locale: en_US, platform encoding: UTF-8 >> OS name: "linux", version: "2.6.40.4-5.fc15.x86_64", arch: "amd64", family: >> "unix" >> >> Anybody else able to reproduce this? >> >> Regards >> Felix >> >> On 09/09/2011 06:18 PM, Emmanuel Lecharny wrote: >>> >>> Hi, >>> >>> This is a vote for the third milestone of the 2.0 Apache Directory Server. >>> >>> ADS-2.0.0-M3 contains some very important fixes. The JDBM partition now >>> deal correctly with concurrent access, and we have fixed some big issues >>> in the replication subsystem. >>> >>> Fixed issues : >>> https://issues.apache.org/jira/browse/DIRSERVER-1646 :Locale problem on >>> startup (Apache DS 2.0.0-M2) >>> <https://issues.apache.org/jira/browse/DIRSERVER-1646> >>> https://issues.apache.org/jira/browse/DIRSERVER-1653 :using read() of >>> ObjectInputStream while deserializing ReplicaEventMessage causes random >>> failures <https://issues.apache.org/jira/browse/DIRSERVER-1653> >>> https://issues.apache.org/jira/browse/DIRSERVER-1652 :filtering >>> attributes against oid and not against the name >>> <https://issues.apache.org/jira/browse/DIRSERVER-1652> >>> https://issues.apache.org/jira/browse/DIRSERVER-1642 :Unexpected >>> behaviour in JdbmIndex >>> <https://issues.apache.org/jira/browse/DIRSERVER-1642> >>> >>> >>> The SVN tag: >>> http://svn.apache.org/repos/asf/directory/apacheds/tags/2.0.0-M3 >>> (Revision 1167253) >>> >>> The source and binary distribution packages, plus the installers: >>> http://people.apache.org/~elecharny/ >>> >>> The staging repository: >>> https://repository.apache.org/content/repositories/orgapachedirectory-046/ >>> >>> The generated site: >>> http://directory.apache.org/apacheds/gen-docs/2.0.0-M3 >>> >>> >>> Please cast your votes: >>> [ ] +1 Release Apache Directory Server 2.0.0-M3 >>> [ ] 0 abstain >>> [ ] -1 Do not release Apache Directory Server 2.0.0-M3 >>> >> >> >
