No Tibor. I am not getting much time to spend on this. For new classes i have been using Timeout rule for now.
One more question in a multi-module project is it possible to fail the build immediately when timeout is reached and in other failure cases fail in the end. I am using Jenkins so here fail-on-end is set to true. Is it possible to do this? On Fri, 22 Nov 2019, 02:51 Tibor Digana, <[email protected]> wrote: > Hi Debraj, > > It's over one month when you wrote this email. > How did you solve this issue, did you find the real root cause? > Let us know how you are doing, thx! > btw, we released the new version 3.0.0-M4 in Nov/17. > > Cheers > Tibor17 > > > > On Thu, Oct 3, 2019 at 2:49 PM Debraj Manna <[email protected]> > wrote: > > > Sometimes I have maven surefire tests that get hung, due to either races > or > > deadlocks. > > > > When this happens I have to discover what slave is being used, and then I > > have to log on that slave, sudo to jenkins account and execute either > > jstack or kill -3 > > > > I am looking for a simple solution like doing jstack / kill -3 when > someone > > presses abort button on the jenkins. > > > > Can someone suggest how can I automate this or some better way of > handling > > this? > > >
