jerryshao commented on code in PR #3975: URL: https://github.com/apache/gravitino/pull/3975#discussion_r1667961432
########## 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: I think we should figure out a better way for test between h2 and MySQL. 1) For UT, we can use H2. 2) For IT, we'd better run both. So, we don't have to make a configuration there, WDYT? -- 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]
