Hi, the timeout is caused by a near OOME. I just had it on my system as well when running the integration tests.
the instantiated repositories are not properly shut down. RepositoryImpl.shutdown() does not close the underlying ContentRepository. this means the ScheduledExecutorService of the Whiteboard is still running and the AsyncIndexUpdate job is also running with a reference to the NodeStore. with every test method a new node store is created which cannot be garbage collected. Regards Marcel On 23/09/14 12:54, "Davide Giannella" <[email protected]> wrote: >Trying to collect a sort-of stats over the time to grasp the errors >we're getting on the build. > >Maybe we can identify a solution/common patterns. > >list is availaible here >https://gist.github.com/davidegiannella/295fdf7760bef2e1d415 > >I'll try to keep it updated daily. > >Any thoughts? > >D. > > > >
