chore: add extra debugging to help track down jdbc_client failures (#6968)

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
pull/24376/head
Andrew Lamb 2023-02-13 13:14:39 +01:00 committed by GitHub
parent 4d7aa1e48b
commit 2751c77de6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -17,6 +17,9 @@ if [ ! -e "$JDBC_DRIVER_PATH" ]; then
curl -L "$JDBC_DRIVER_URL" --output $JDBC_DRIVER_PATH curl -L "$JDBC_DRIVER_URL" --output $JDBC_DRIVER_PATH
fi fi
# Help track down https://github.com/influxdata/influxdb_iox/issues/6967
ls -ltr
# Verify the download # Verify the download
# To update, run: shasum flight-sql-jdbc-driver-10.0.0.jar > flight-sql-jdbc-driver-10.0.0.jar.sha # To update, run: shasum flight-sql-jdbc-driver-10.0.0.jar > flight-sql-jdbc-driver-10.0.0.jar.sha
(cd $SCRIPT_DIR && shasum -c flight-sql-jdbc-driver-10.0.0.jar.sha) (cd $SCRIPT_DIR && shasum -c flight-sql-jdbc-driver-10.0.0.jar.sha)