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

[CT-1100] 021_test_concurrency test conversion #5753

Merged
merged 13 commits into from
Sep 14, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exclude: ^test/

# Force all unspecified python hooks to run python 3.8
default_language_version:
python: python3.8
python: python3

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
1 change: 1 addition & 0 deletions core/dbt/tests/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ class TestProcessingException(Exception):
def run_sql_with_adapter(adapter, sql, fetch=None):
if sql.strip() == "":
return

# substitute schema and database in sql
kwargs = {
"schema": adapter.config.credentials.schema,
Expand Down
7 changes: 0 additions & 7 deletions test/integration/021_concurrency_tests/models/dep.sql

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/021_concurrency_tests/models/invalid.sql

This file was deleted.

1 change: 0 additions & 1 deletion test/integration/021_concurrency_tests/models/skip.sql

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/021_concurrency_tests/models/table_a.sql

This file was deleted.

7 changes: 0 additions & 7 deletions test/integration/021_concurrency_tests/models/table_b.sql

This file was deleted.

This file was deleted.

This file was deleted.

111 changes: 0 additions & 111 deletions test/integration/021_concurrency_tests/seed.sql

This file was deleted.

39 changes: 0 additions & 39 deletions test/integration/021_concurrency_tests/test_concurrency.py

This file was deleted.

101 changes: 0 additions & 101 deletions test/integration/021_concurrency_tests/update.sql

This file was deleted.

Loading