jscheffl commented on code in PR #41084:
URL: https://github.com/apache/airflow/pull/41084#discussion_r1694309395
##########
Dockerfile.ci:
##########
@@ -1118,7 +1118,8 @@ function check_run_tests() {
echo "${COLOR_BLUE}Starting internal API server:${COLOR_RESET}"
# We need to start the internal API server before running tests
airflow db migrate
- airflow internal-api >"${AIRFLOW_HOME}/logs/internal-api.log" 2>&1 &
+ # We set a very large clock grade allowing to have tests running in
other time/years
Review Comment:
Typo
```suggestion
# We set a very large clock grace allowing to have tests running in
other time/years
```
##########
scripts/docker/entrypoint_ci.sh:
##########
@@ -342,7 +342,8 @@ function check_run_tests() {
echo "${COLOR_BLUE}Starting internal API server:${COLOR_RESET}"
# We need to start the internal API server before running tests
airflow db migrate
- airflow internal-api >"${AIRFLOW_HOME}/logs/internal-api.log" 2>&1 &
+ # We set a very large clock grade allowing to have tests running in
other time/years
Review Comment:
```suggestion
# We set a very large clock grace allowing to have tests running in
other time/years
```
--
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]