norm commented on code in PR #25531:
URL: https://github.com/apache/airflow/pull/25531#discussion_r937597044
##########
tests/models/test_dagrun.py:
##########
@@ -1227,6 +1227,67 @@ def task_2(arg2):
]
+def
test_mapped_literal_length_reduction_at_runtime_adds_removed_state(dag_maker,
session):
+ """Test that when the length of mapped literal increases at runtime,
additional ti is added"""
Review Comment:
Comment needs updating.
--
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]