pierrejeambrun commented on code in PR #48239:
URL: https://github.com/apache/airflow/pull/48239#discussion_r2020883230


##########
airflow-core/tests/unit/models/test_dagrun.py:
##########
@@ -1511,9 +1511,6 @@ def task_2(arg2): ...
         (1, TaskInstanceState.REMOVED),
         (2, TaskInstanceState.REMOVED),
     ]
-    assert (
-        f"Removing task '{ti_2}' as the map_index is longer than the resolved 
mapping list (0)" in caplog.text
-    )

Review Comment:
   There are some issues with loggers at the moment. `Structlog` and `stdlib` 
mixed together.
   
   Removing for now as the assert above checking the that the TI state is 
REMOVE is enough.



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