cloud-sql-jdbc-socket-factory icon indicating copy to clipboard operation
cloud-sql-jdbc-socket-factory copied to clipboard

Update how we execute unit and e2e tests

Open ttosta-google opened this issue 11 months ago • 0 comments

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)

ttosta-google avatar Mar 08 '24 18:03 ttosta-google