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

enable concurrent tests on same target warehouse #271

Open
Tracked by #260
dataders opened this issue Apr 4, 2024 · 1 comment
Open
Tracked by #260

enable concurrent tests on same target warehouse #271

dataders opened this issue Apr 4, 2024 · 1 comment
Labels

Comments

@dataders
Copy link
Collaborator

dataders commented Apr 4, 2024

even though matrix testing is available. it can't run concurrently because ostensibly two tests against the same DWH would collide: e.g. testing dbt-redshift==1.6.0 and dbt-redshift==1.70. Neither can two PRs run CI against the same warehouse concurrently

This is because the schema is hardcoded. It should instead by dynamic with perhaps generated GHA-run-id-related.

However this requires also doing #171 and #272

schema: dbt_external_tables_integration_tests_redshift

This was referenced Apr 4, 2024
@dataders dataders added this to the Upgrade CI 2.0 milestone Apr 12, 2024
Copy link

This issue has been marked as Stale because it has been open for 180 days with no activity. If you would like the issue to remain open, please comment on the issue or else it will be closed in 7 days.

@github-actions github-actions bot added the Stale label Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant