Hi, I also don't get to reproduce the ci errors on my local machine, testing under windows and linux. I'm suspecting on the order in which the tests are run, the exception isn't that helpful.. I got the same exception while testing the TikaSearchProvider ~3 months ago, and it turned out to be a filename expecting a different case, go figure. I'll overwrite deletePage method on TestEngine in a second to add some log, and see it that helps to pinpoint this issue. Also, the same exception happened on build 155 with PageCommandTest, so it doesn't seem specific to CommandResolverTest. Last, the line with the NPE on CommandResolverTest is trying to delete a page that the test isn't creating, so I'm removing it too
br, juan pablo On Sat, Sep 7, 2019 at 10:10 PM Dirk Frederickx <dirk.frederi...@gmail.com> wrote: > I've noticed some irregular build-failures. > The CommandResolverTest sometimes fails when running a build. (NPE on > tear-down) > > On my local machine, those tests always pass ok. > > Any clue ? > > dirk >