reschke commented on code in PR #2010: URL: https://github.com/apache/jackrabbit-oak/pull/2010#discussion_r1923751848
########## oak-store-document/src/test/java/org/apache/jackrabbit/oak/plugins/document/RdbConnectionUtils.java: ########## @@ -148,4 +155,22 @@ private static boolean checkImageAvailability() throws TimeoutException { private static boolean checkDockerAvailability() { return DockerClientFactory.instance().isDockerAvailable(); } + + private static Map<String, String> parseDockerEnv(String raw) { + if (StringUtils.isEmpty(raw)) { Review Comment: do we need to special-case this? Won't the tokenizer just return no tokens on an empty string? -- 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: oak-dev-unsubscr...@jackrabbit.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org