anishgirianish commented on code in PR #63491:
URL: https://github.com/apache/airflow/pull/63491#discussion_r3004397425
##########
airflow-core/tests/unit/executors/test_base_executor.py:
##########
@@ -288,7 +289,6 @@ def test_debug_dump(caplog):
executor = BaseExecutor()
with caplog.at_level(logging.INFO):
executor.debug_dump()
- assert "executor.queued" in caplog.text
assert "executor.running" in caplog.text
Review Comment:
Added test_debug_dump_with_populated_queues, which verifies the new output
format with populated queues.
--
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]