Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fail to download the jar when run integration test #15663

Open
AlbericByte opened this issue Jan 11, 2024 · 0 comments
Open

Fail to download the jar when run integration test #15663

AlbericByte opened this issue Jan 11, 2024 · 0 comments

Comments

@AlbericByte
Copy link
Contributor

AlbericByte commented Jan 11, 2024

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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant