yuqi1129 commented on code in PR #3975: URL: https://github.com/apache/gravitino/pull/3975#discussion_r1667972012
########## gradle.properties: ########## @@ -41,3 +41,5 @@ pythonVersion = 3.8 # skipDockerTests is used to skip the tests that require Docker to be running. skipDockerTests = true +# The default backend for the JDBC tests, you set it to h2 or mysql +jdbcBackend = h2 Review Comment: OK, Add the configuration here is indeed unnecessary as `H2` is the default one. > For UT, we can use H2. For IT, we'd better run both. Yeah, the strategy is correct. I will check it again. -- 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]
