On 03/25/2018 08:54 PM, Emmanuel Lécharny wrote: > Now I have a failure here : > > ------------------------------------------------------- > T E S T S > ------------------------------------------------------- > Running > org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest > Tests run: 23, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 10.349 > sec <<< FAILURE! - in > org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest > testInitializeAttributesRunnable(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest) > Time elapsed: 0.983 sec > testConcurrentUseAndCloseOfConnection(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest) > Time elapsed: 0.398 sec > testSearchContinuationFollowParent(org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest) > Time elapsed: 0.061 sec <<< ERROR! > javax.naming.NamingException: TimeOut occurred > at > org.apache.directory.studio.connection.core.io.api.CursorStudioNamingEnumeration.hasMore(CursorStudioNamingEnumeration.java:255) > at > org.apache.directory.studio.test.integration.core.ConnectionWrapperTestBase.consume(ConnectionWrapperTestBase.java:474) > at > org.apache.directory.studio.test.integration.core.DirectoryApiConnectionWrapperTest.testSearchContinuationFollowParent(DirectoryApiConnectionWrapperTest.java:91) > > > (mvn clean install -rf :org.apache.directory.studio.test.integration.core) > > Does that rings a bell ?
No :) The core integration tests work for me. There are some failing UI integration tests I have to look into, but they don't run by default. Do you have non-pushed changes in API or server that may cause such a problem?