tejaswini-imply opened a new pull request, #14031: URL: https://github.com/apache/druid/pull/14031
Revised ITs fail to run if zookeeper, metadata docker containers exist already (Could be remnants from previous runs on the runner after unsuccessful cleanup job) with the following error. ``` Creating metadata ... Creating zookeeper ... Creating zookeeper ... error ERROR: for zookeeper Cannot create container for service zookeeper: Conflict. The container name "/zookeeper" is already in use by container "9c599e6f36f5cda67d98c39f5c3397b967b4d52e432e1c7949268a961c06ddac". You have to remove (or rename) that container to be able to reuse that name. Creating metadata ... error ERROR: for metadata Cannot create container for service metadata: Conflict. The container name "/metadata" is already in use by container "df90f24f5c561a9c8f1e1d2b4288c18f93b269c6181ae6f439e94c947c27b4b1". You have to remove (or rename) that container to be able to reuse that name. ERROR: for zookeeper Cannot create container for service zookeeper: Conflict. The container name "/zookeeper" is already in use by container "9c599e6f36f5cda67d98c39f5c3397b967b4d52e432e1c7949268a961c06ddac". You have to remove (or rename) that container to be able to reuse that name. ERROR: for metadata Cannot create container for service metadata: Conflict. The container name "/metadata" is already in use by container "df90f24f5c561a9c8f1e1d2b4288c18f93b269c6181ae6f439e94c947c27b4b1". You have to remove (or rename) that container to be able to reuse that name. Encountered errors while bringing up the project. ``` This PR cleans up any existing docker containers and prunes the volumes before the test run. -- 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]
