Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAllow debugging clusters started by testclusters #48672
Comments
|
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
|
Debugging the tests themselves is already possible regardless of #48568 using the Gradle I think the actual ask here is for allowing testclusters to be debugged in a similar way to how we can debug when starting with the I don't think IDEs will allow multiple debug connections from different JVMs, so we would need to configure different ports for different nodes and then users would pick where to connect, but definitely worth looking at the IDE support first. |
|
another great improvement would be if we could pass properties to testcluster similarly to what we do with
So it would be great if we could run it in this way for instance
|


yml tests are inconvenient to investigate and it would be great to add a possibility to debug them.
These often run on a cluster of nodes, so we could pick which node we want to debug? Or we could enable them all with debug mode (probably even better)
It might be even more useful if we could have another debugging process to the
yml classas per #48568 but not a must have.relates #47793