adutra commented on code in PR #4281:
URL: https://github.com/apache/polaris/pull/4281#discussion_r3207170139
##########
runtime/service/build.gradle.kts:
##########
@@ -208,6 +206,21 @@ dependencies {
tasks.named("javadoc") { dependsOn("jandex") }
+// MySQL is opt-in: the GPL JDBC driver (ASF Category X) is not bundled in the
default
+// build. Enable with `-PincludeMysqlDriver=true` to run the MySQL integration
tests.
+if (project.hasProperty("includeMysqlDriver")) {
Review Comment:
IMHO the MySQL tests should run unconditionally. It's OK to have the driver
in the test classpath.
--
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]