You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently integration tests run on 1 thread; this causes the integration test models and schema tests to run very slowly, particularly on Snowflake and BigQuery where a higher thread count would speed things up (and potentially save $ on Snowflake compute).
See:
I propose increasing the threads to 4 or even higher, e.g. 8, for Snowflake and BigQuery integration tests.
Who will this benefit?
Anyone submitting PRs and the FA team if this ends up saving Snowflake compute cost.
Are you interested in contributing this feature?
Yes
The text was updated successfully, but these errors were encountered:
@jtcohen6 — as guardian of the testing warehouses, do you foresee any issues with this? I think it sounds great! I'd also love to figure out if we can have the different warehouse test jobs running in parallel too, which would considerably speed things up :)
Describe the feature
Currently integration tests run on 1 thread; this causes the integration test models and schema tests to run very slowly, particularly on Snowflake and BigQuery where a higher thread count would speed things up (and potentially save $ on Snowflake compute).
See:
I propose increasing the
threads
to 4 or even higher, e.g. 8, for Snowflake and BigQuery integration tests.Who will this benefit?
Anyone submitting PRs and the FA team if this ends up saving Snowflake compute cost.
Are you interested in contributing this feature?
Yes
The text was updated successfully, but these errors were encountered: