On 08/04/2013 11:21 AM, Stefan Seelmann wrote: > On 08/04/2013 11:05 AM, Emmanuel Lécharny wrote: >> Le 8/4/13 10:02 AM, Stefan Seelmann a écrit : >>> Seems this changes breaks a test in core-integ: >>> org.apache.directory.server.core.operations.search.SearchIT.testSearchEmptyDNWithSubLevelScope() >>> >>> With this change the sublevel scope search beginning at root only >>> returns entries from ou=system, but not from ou=schema. >> >> Ahha... This is strange because the test is passing for me. >> >> What kind of error do you get ? >> > > java.lang.AssertionError > at org.junit.Assert.fail(Assert.java:86) > at org.junit.Assert.assertTrue(Assert.java:41) > at org.junit.Assert.assertTrue(Assert.java:52) > at > org.apache.directory.server.core.operations.search.SearchIT.testSearchEmptyDNWithSubLevelScope(SearchIT.java:1774) > > Same on Jenkins: > https://builds.apache.org/view/A-D/view/Directory/job/dir-apacheds-jdk16-ubuntu-deploy/1070/ > > Maybe it only fails with JDBM backend (I assume you are using mavibot)? >
I also tested with mavibot, same error :(
