Hi Emmanuel,

Same thing as Kiran, I couldn't reproduce it.

However I do get random build failures on my machine when I build with the 
"-Dapacheds.partition.factory=org.apache.directory.server.core.factory.MavibotPartitionFactory"
 suffix.

These failures are not always the same but they always appears when building 
"ApacheDS Core Integration" (apacheds-core-integ).

Here are some I get:

*Iteration 1*
> Failed tests: 
>   SearchAuthorizationIT.testPerscriptiveGrantWithEntryDenial:792 null
>   
> SearchAuthorizationIT.testPerscriptiveGrantWithEntryDenialWithPrecidence:863 
> null
> 
> Tests run: 693, Failures: 2, Errors: 0, Skipped: 132



*Iteration 2*
> Failed tests: 
>   AliasSearchIT.testOuUsers:171->verifyCounts:557 expected:<2> but was:<1>
>   AliasSearchIT.testOuPeople:194->verifyCounts:560 expected:<2> but was:<1>
>   AliasSearchIT.testOuEngineering:274->verifyCounts:557 expected:<1> but 
> was:<0>
> 
> Tests run: 693, Failures: 3, Errors: 0, Skipped: 132


It finally passed on iteration #3.

It's seem to be must likely related to a concurrency problem at some point in 
the build.

Regards,
Pierre-Arnaud



On 19 août 2013, at 08:19, Emmanuel Lécharny <[email protected]> wrote:

> Hi guys,
> 
> this morning, while running a mvn clean install, I've got this error :
> 
> -------------------------------------------------------------------------------
> Test set: org.apache.directory.api.dsmlv2.abandonRequest.AbandonRequestTest
> -------------------------------------------------------------------------------
> Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.558
> sec <<< FAILURE! - in
> org.apache.directory.api.dsmlv2.abandonRequest.AbandonRequestTest
> testRequestWith1Control(org.apache.directory.api.dsmlv2.abandonRequest.AbandonRequestTest)
>  
> Time elapsed: 0.049 sec  <<< ERROR!
> java.lang.IllegalStateException: The LdapCodecService is already set to
> an instance of org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory
>        at
> org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory.initialize(LdapApiServiceFactory.java:113)
>        at
> org.apache.directory.api.ldap.codec.api.LdapApiServiceFactory.getSingleton(LdapApiServiceFactory.java:89)
>        at
> org.apache.directory.api.dsmlv2.AbstractTest.<init>(AbstractTest.java:42)
>        at
> org.apache.directory.api.dsmlv2.abandonRequest.AbandonRequestTest.<init>(AbandonRequestTest.java:53)
> 
> 
> This is quite weaird, as this tes never failed.
> 
> Is it something due to the OSGi framework, or some concurrent issue with
> the tests ?
> 
> -- 
> Regards,
> Cordialement,
> Emmanuel Lécharny
> www.iktek.com 
> 

Reply via email to