potiuk commented on PR #39885:
URL: https://github.com/apache/airflow/pull/39885#issuecomment-2133998404
This is the check we do in entrypoint_ci.sh (via environment_check.sh)
```shell
if [[ ${INTEGRATION_MSSQL} == "true" ]]; then
check_service "mssql" "run_nc mssql 1433" 50
fi
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]