lhotari commented on code in PR #4196:
URL: https://github.com/apache/bookkeeper/pull/4196#discussion_r1477438612


##########
.github/workflows/bk-ci.yml:
##########
@@ -200,6 +200,10 @@ jobs:
           path: surefire-reports
           retention-days: 7
 
+      - name: print JVM thread dumps when cancelled
+        if: cancelled()
+        run: ./dev/ci-tool print_thread_dumps
+

Review Comment:
   One of the build jobs (Client Tests) gets stuck once in a while. I added the 
thread dump printing to the build to find out what is causing that. It seems to 
be existing test flakiness, but this way we will find out sooner or later.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to