Hi everybody,

I currently want to hook in a debugger to the implementation of the
installer when running the corresponding ITs as I want to inspect the
implementation behavior and see if I could add a patch that helps in
upgrade scenarios.

Yet I had no success getting the IT start in a way that I could hook in a
remote debugger.
If I get the documentation right it should be

mvn test
-Djar.executor.vm.options="-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=8000"

(picked up from
https://sling.apache.org/documentation/development/sling-testing-tools.html)

Yet the tests just run through (and just fyi failed for
BundleInstallStressTest.testSemiRandomInstall) without waiting for a remote
connection.

Cheers

Dominik

Reply via email to