jason810496 commented on code in PR #48099:
URL: https://github.com/apache/airflow/pull/48099#discussion_r2009006362
##########
dev/breeze/doc/05_test_commands.rst:
##########
@@ -177,6 +177,26 @@ Here is the detailed set of options for the ``breeze
testing task-sdk-tests`` co
:alt: Breeze testing task-sdk-tests
+Using ``breeze testing airflow-ctl-tests`` command
+...............................................
+
+The ``breeze testing airflow-ctl-tests`` command is allows you to run tests
for Airflow CTL without
+initializing database. The Airflow CTL should not need database to be started
so this acts as a
+good check to see if the Airflow CTL tests are working properly.
Review Comment:
```suggestion
The ``breeze testing airflow-ctl-tests`` command allows you to run tests for
Airflow CTL without
initializing database. Airflow CTL should not require a database to start,
so this acts as a
good check to see if the Airflow CTL tests are working properly.
```
##########
dev/breeze/src/airflow_breeze/commands/release_management_commands.py:
##########
@@ -611,6 +613,7 @@ def prepare_airflow_distributions(
get_console().print("[success]Successfully prepared Airflow packages")
+# TODO BUGRA CHECK
Review Comment:
Is this TODO intended to be left?
--
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]