elecharny commented on issue #9: Ehcache v3 update
URL: https://github.com/apache/directory-server/pull/9#issuecomment-451104681
 
 
   Hi Richard,
   
   I have some failing tests:
   
   [ERROR] Tests run: 11, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 
0.313 s <<< FAILURE! - in 
org.apache.directory.server.xdbm.search.impl.EqualityTest
   [ERROR] 
testEvaluatorSystemIndexed(org.apache.directory.server.xdbm.search.impl.EqualityTest)
  Time elapsed: 0.005 s  <<< ERROR!
   org.apache.directory.api.ldap.model.exception.LdapOperationErrorException
        at 
org.apache.directory.server.xdbm.search.impl.EqualityTest.testEvaluatorSystemIndexed(EqualityTest.java:432)
        at 
org.apache.directory.server.xdbm.search.impl.EqualityTest.testEvaluatorSystemIndexed(EqualityTest.java:417)
   Caused by: java.lang.NullPointerException
        at 
org.apache.directory.server.xdbm.search.impl.EqualityTest.testEvaluatorSystemIndexed(EqualityTest.java:432)
        at 
org.apache.directory.server.xdbm.search.impl.EqualityTest.testEvaluatorSystemIndexed(EqualityTest.java:417)
   
   It's mainly due to the fact that we are looking into a cache with a null key:
   
   Dn cachedDn = entryDnCache.get( id ); // Here, ID is null, hence the NPE
   
   Do you get the same errors when running 'mvn clean install' ?
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to