powerful-florist-1807
12/08/2022, 10:46 PM22:36:33.91 [DEBUG] Running Run Pytest for airflow2/test/python/data_dag_tests/dag_tests/test_dags_shard_6.py:tests under semaphore with concurrency id: 8, and concurrency: 1
22:36:33.91 [DEBUG] Starting: Run Pytest for airflow2/test/python/data_dag_tests/dag_tests/test_dags_shard_6.py:tests
22:36:33.91 [DEBUG] Starting: setup_sandbox
The message "`concurrency: 1`" makes me think there is actually no concurrency. Am I correct? Thanks!witty-crayon-22786
12/08/2022, 10:55 PMpowerful-florist-1807
12/08/2022, 11:00 PMbusy-vase-39202
12/08/2022, 11:56 PMTip of the Day:
Pants runs multiple test files in parallel by default. Want to run multiple test methods in parallel? Sure, no problem! https://www.pantsbuild.org/docs/reference-pytest#xdist_enabled (just remember to first make your test methods concurrency-safe...)
powerful-florist-1807
12/09/2022, 12:22 AM