tdg5 commented on pull request #34745: URL: https://github.com/apache/spark/pull/34745#issuecomment-997464112
Something like this I'm guessing? ``` ENABLE_DOCKER_INTEGRATION_TESTS=1 \ POSTGRES_DOCKER_IMAGE_NAME=postgres:14.0 \ MYSQL_DOCKER_IMAGE_NAME=mysql:5.7.36 \ MSSQLSERVER_DOCKER_IMAGE_NAME=2019-CU13-ubuntu-20.04 \ MARIADB_DOCKER_IMAGE_NAME=mariadb:10.5.12 \ DB2_DOCKER_IMAGE_NAME=ibmcom/db2:11.5.6.0a \ ORACLE_DOCKER_IMAGE_NAME=gvenzl/oracle-xe:latest \ ./build/sbt -mem 4096 -Pdocker-integration-tests "testOnly *PostgresKrbIntegrationSuite org.apache.spark.sql.jdbc.PostgresIntegrationSuite org.apache.spark.sql.jdbc.MySQLIntegrationSuite org.apache.spark.sql.jdbc.MsSqlServerIntegrationSuite org.apache.spark.sql.jdbc.MariaDBKrbIntegrationSuite *DB2KrbIntegrationSuite org.apache.spark.sql.jdbc.DB2IntegrationSuite org.apache.spark.sql.jdbc.OracleIntegrationSuite" ``` If so, I'm trying that now. Seems like a lib and some referenced docker images are out of date. I'm going to open another PR with those updates so I can play unit test roulette in a context I deem less time sensitive than this one. -- 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]
