Hi everyone,
Is there a way to configure Bazel to take a thread dump (or execute another command like `jstack`) before killing the test process on timeout?
We see some Java tests running into the 1h timeout, but judging by the test output they finished successfully (test framework output shows all registered tests have passed). We suspect some runaway JVM threads, but this is not 100% reproducible.
thanks,
iulian