The GitHub Actions job "Tests" on airflow.git has failed.
Run started by GitHub user potiuk (triggered by potiuk).

Head commit for run:
bbe4340709ed4623a48bc9b1f90825c82f45a295 / Jarek Potiuk <[email protected]>
Limit parallelism to 1 for mssql tests on self-hosted runners

In case MSSQL tests are run on public runners, they often produce
flake tests due to some race conditions that are difficult to fix.

The issue for the flake tests is captured in #31575

Likely the race conditions are resulting from attempt to run only
one scheduler loop and they are not impacting production. Also the
MSSQL tests are rarely run on public runners - only for PRS that
have "full-tests-needed" set, so slowing down the tests in those
cases is better than having flakes.

This PR forces parallelism = 1 for MSSQL tests in case they are
run on public runners in an attempt to get rid of the flake tests.

Report URL: https://github.com/apache/airflow/actions/runs/5170824024

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to