You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/02/04 00:39:43 UTC

[GitHub] [airflow] jedcunningham commented on a change in pull request #21273: Add test to run DB downgrade in the CI

jedcunningham commented on a change in pull request #21273:
URL: https://github.com/apache/airflow/pull/21273#discussion_r799081352



##########
File path: scripts/ci/libraries/_runs.sh
##########
@@ -83,3 +83,13 @@ function runs::run_prepare_provider_documentation() {
         "${AIRFLOW_CI_IMAGE_WITH_TAG}" \
         "--" "/opt/airflow/scripts/in_container/run_prepare_provider_documentation.sh" "${@}"
 }
+
+function runs::run_db_upgrade_and_downgrade() {
+    docker_v run "${EXTRA_DOCKER_FLAGS[@]}" \
+        --entrypoint "/usr/local/bin/dumb-init"  \
+        -t \

Review comment:
       Do we need a tty?




-- 
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: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org