clintropolis commented on code in PR #18025: URL: https://github.com/apache/druid/pull/18025#discussion_r2125754499
########## integration-tests/src/main/java/org/apache/druid/server/coordination/ServerManagerForQueryErrorTest.java: ########## @@ -59,14 +59,21 @@ /** * This server manager is designed to test various query failures. - * - * - Missing segments. A segment can be missing during a query if a historical drops the segment + * <ul> + * <li> Missing segments. A segment can be missing during a query if a historical drops the segment Review Comment: its fine as is i think, i was specifically thinking about keeping `ServerManagerForQueryErrorTest` in sync with each other, but looking closer they are already subtly different, so :shrug: -- 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]
