druid
druid copied to clipboard
Fail to download the jar when run integration test
Affected Version
The master branch
Description
Using following command to trigger integration test
mvn verify -P integration-tests
there is following error:
ERROR: failed to solve: process "/bin/sh -c if [ \"$MYSQL_DRIVER_CLASSNAME\" = \"com.mysql.jdbc.Driver\" ] ; then wget -q \"https://repo1.maven.org/maven2/mysql/mysql-connector-java/$MYSQL_VERSION/mysql-connector-java-$MYSQL_VERSION.jar\" -O /usr/local/druid/lib/mysql-connector-java.jar; elif [ \"$MYSQL_DRIVER_CLASSNAME\" = \"org.mariadb.jdbc.Driver\" ] ; then wget -q \"https://repo1.maven.org/maven2/org/mariadb/jdbc/mariadb-java-client/$MARIA_VERSION/mariadb-java-client-$MARIA_VERSION.jar\" -O /usr/local/druid/lib/mysql-connector-java.jar; fi" did not complete successfully: exit code: 5
[ERROR] Command execution failed.
org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1)
This issue has been marked as stale due to 280 days of inactivity. It will be closed in 4 weeks if no further activity occurs. If this issue is still relevant, please simply write any comment. Even if closed, you can still revive the issue at any time or discuss it on the [email protected] list. Thank you for your contributions.
This issue has been closed due to lack of activity. If you think that is incorrect, or the issue requires additional review, you can revive the issue at any time.