xuganyu96 commented on issue #31818: URL: https://github.com/apache/airflow/issues/31818#issuecomment-1585840383
# (WIP) Testing There is obviously validating the behavior of `airflow db check --retry ... --retry-delay ...` I don't see any existing unit tests for either the `db_commands.check` function or the `db.check` function in the test suite. I assume that since this code change is introducing non-trivial logic into the procedure of `airflow db check`, some unit tests would be needed? I am not sure about how to approach this though. # (WIP) Documentation change The help text in the CLI is automated updated alongside the code change. - [ ] What about documentation on the CLI reference [webpage](https://airflow.apache.org/docs/apache-airflow/stable/cli-and-env-variables-ref.html)? - [ ] Probably also need to update the change log -- 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]
