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
pytest -n auto -m "fast and not cicdonly" --junitxml=test-results/junit-fast-test.xml && pytest -m "isolated"&& pytest -m "registry_isolation"&& pytest -m "dialect_isolated"
135
+
pytest -n auto -m "fast and not cicdonly and not isolated" --junitxml=test-results/junit-fast-test.xml && pytest -m "isolated and not slow"&& pytest -m "registry_isolation"&& pytest -m "dialect_isolated"
136
136
137
137
slow-test:
138
-
pytest -n auto -m "(fast or slow) and not cicdonly"&& pytest -m "isolated"&& pytest -m "registry_isolation"&& pytest -m "dialect_isolated"
138
+
pytest -n auto -m "(fast or slow) and not cicdonly and not isolated"&& pytest -m "isolated"&& pytest -m "registry_isolation"&& pytest -m "dialect_isolated"
139
139
140
140
cicd-test:
141
-
pytest -n auto -m "(fast or slow) and not pyspark" --junitxml=test-results/junit-cicd.xml && pytest -m "pyspark"&& pytest -m "isolated"&& pytest -m "registry_isolation"&& pytest -m "dialect_isolated"
141
+
pytest -n auto -m "(fast or slow) and not pyspark and not isolated" --junitxml=test-results/junit-cicd.xml && pytest -m "pyspark"&& pytest -m "isolated and not pyspark"&& pytest -m "registry_isolation"&& pytest -m "dialect_isolated"
142
142
143
143
core-fast-test:
144
144
pytest -n auto -m "fast and not web and not github and not dbt and not jupyter"
0 commit comments