snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
65 stars 51 forks source link

no-snow Parallelize e2e jar tests #767

Closed sfc-gh-lsembera closed 1 month ago

sfc-gh-lsembera commented 1 month ago

This PR parallelizes executions of e2e jar test across multiple GitHub Actions jobs. So far, test executions for shaded, unshaded and FIPS JARs with java 8, 11, 17 and 21 were all running in a single job. It is fine if the tests are quick, but before releases we additionally test long-running ingestion, which started timing out after 6 hours.

With this PR, we generate the build matrix of:

[AWS, GCP, Azure] x [Java 8, 11, 17, 21] x [shaded, unshaded, fips]

(in total 36 GitHub Action jobs)