jihoonson opened a new pull request #11754: URL: https://github.com/apache/druid/pull/11754
### Description #9576 added utility functions for integration tests including restarting docker containers. This PR adds a new utility method to kill a container with `SIGKILL` and restart the container. This could be useful for testing certain edge cases where some node is forced to exit without graceful shutdown. I made this method public along with others since the current way providing utility methods for each node doesn't seem scalable. This PR also fixes a bug in `SqlQueryWithResults` that `JsonProperty` annotations are missing for parameters. <hr> This PR has: - [x] been self-reviewed. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
