Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment: replace testify suite.Suite with our own that supports parallelism #629

Closed
wants to merge 9 commits into from

Conversation

serprex
Copy link
Contributor

@serprex serprex commented Nov 8, 2023

while we run the packages in parallel, all of that time is stuck on bigquery/snowflake, limiting parallelism to 2

Running testify suites in parallel is trouble: stretchr/testify#187

So remove suite & run tests in parallel

For now testing snowflake. Doesn't include delta test

@serprex serprex force-pushed the faster-flow-ci branch 3 times, most recently from 46dcd26 to 949efa8 Compare November 8, 2023 16:26
@serprex
Copy link
Contributor Author

serprex commented Nov 9, 2023

So sharing suite was failing because it'd read 20 rows when expecting 10, moved to suite-per-test, but need postgres schema cleanup etc to be per-suite

@serprex
Copy link
Contributor Author

serprex commented Nov 10, 2023

Close in favor of #640

@serprex serprex closed this Nov 10, 2023
@serprex serprex deleted the faster-flow-ci branch December 19, 2023 16:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant