apache / druid

Apache Druid: a high performance real-time analytics database.
https://druid.apache.org/
Apache License 2.0
13.51k stars 3.7k forks source link

Fail to download the jar when run integration test #15663

Closed AlbericByte closed 24 minutes ago

AlbericByte commented 10 months ago

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)
github-actions[bot] commented 4 weeks ago

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 dev@druid.apache.org list. Thank you for your contributions.

github-actions[bot] commented 24 minutes ago

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.