Skip to content

Commit 66b4252

Browse files
Feat: more cores for loading (#4427)
Co-authored-by: tobymao <toby.mao@gmail.com>
1 parent a6992e0 commit 66b4252

12 files changed

Lines changed: 388 additions & 163 deletions

File tree

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ engine-up: engine-clickhouse-up engine-mssql-up engine-mysql-up engine-postgres-
6464
engine-down: engine-clickhouse-down engine-mssql-down engine-mysql-down engine-postgres-down engine-spark-down engine-trino-down
6565

6666
fast-test:
67-
pytest -n auto -m "fast and not cicdonly" --junitxml=test-results/junit-fast-test.xml && pytest -m "isolated"
67+
pytest -n auto -m "fast and not cicdonly" --junitxml=test-results/junit-fast-test.xml && pytest -m "isolated" && pytest -m "registry_isolation"
6868

6969
slow-test:
70-
pytest -n auto -m "(fast or slow) and not cicdonly" && pytest -m "isolated"
70+
pytest -n auto -m "(fast or slow) and not cicdonly" && pytest -m "isolated" && pytest -m "registry_isolation"
7171

7272
cicd-test:
73-
pytest -n auto -m "fast or slow" --junitxml=test-results/junit-cicd.xml && pytest -m "isolated"
73+
pytest -n auto -m "fast or slow" --junitxml=test-results/junit-cicd.xml && pytest -m "isolated" && pytest -m "registry_isolation"
7474

7575
core-fast-test:
7676
pytest -n auto -m "fast and not web and not github and not dbt and not jupyter"

0 commit comments

Comments
 (0)