steveahnahn opened a new pull request, #59146:
URL: https://github.com/apache/airflow/pull/59146

   ## Solution: 
   After having run into false positives during the testing of adding new 
airflowctl commands to test, adding the airflowctl test error checks to detect 
Python tracebacks and non-zero exit code checks such that a command that 
crashes with an exception but doesn't print our specific error strings doesn't 
pass silently.
   
   ## Changes: 
     - Exit code verification (proc.returncode != 0)
     - Python traceback detection pattern
     - Improved error reporting showing which pattern matched
   
   ## Related Issues:
   - https://github.com/apache/airflow/issues/58103


-- 
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]

Reply via email to