Txs for looking into this. Actually the same error on these test-cases occurred on previous build; but not consistently. (eg #150, #151 failed, but #152 was ok; also #145 failed but others were ok) A more detailed trace were the NPE occurs would be useful Strange,
dirk On Sun, Sep 8, 2019 at 8:34 PM Juan Pablo Santos RodrÃguez < juanpablo.san...@gmail.com> wrote: > 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 > > >