Hi, I encountered tests failures when I ran "./gradlew :beam-sdks-java-extensions-sql-jdbc:test" in master branch on Mac. What was consistently failing was tests in JdbcJarTest class. However, it seems like Beam master branch is not troubled by it and pending PRs are getting green java checks.
In the meantime, I noticed one of my open PR ( https://github.com/apache/beam/pull/5969) actually made unit tests in JdbcJarTest run and had the right test failures. If you can check the PR, you can find that I added a few dependencies to sql-jdbc module in gradle file. My guess now is, my change to the gradle file cleaned gradle cache and make gradle run those unit tests. Those tests seem not running in each "run java precommit". Is there anyone who may know why it is happening? -Rui