cloud-sql-jdbc-socket-factory
cloud-sql-jdbc-socket-factory copied to clipboard
Update how we execute unit and e2e tests
Currently we run unit + e2e tests
across all OSs for different Java versions (link).
We should follow the AlloyDB Java Connector approach: all the units across all OSs and just run e2e on ubuntu.
It would be:
unit tests (ubuntu) (java 8)
unit tests (ubuntu) (java 11)
unit tests (ubuntu) (java 17)
unit tests (macos) (java 8)
unit tests (macos) (java 11)
unit tests (macos) (java 17)
unit tests (windows) (java 8)
unit tests (windows) (java 11)
unit tests (windows) (java 17)
units + e2e (ubuntu) (java 8)