uranusjr commented on code in PR #57975:
URL: https://github.com/apache/airflow/pull/57975#discussion_r2674569682
##########
task-sdk/tests/task_sdk/execution_time/test_lazy_sequence.py:
##########
@@ -74,35 +75,75 @@ def test_len(mock_supervisor_comms, lazy_sequence):
def test_iter(mock_supervisor_comms, lazy_sequence):
+ stop = conf.getint("core", "parallelism")
Review Comment:
Instead of reading the conf, use `@conf_vars` to patch (and also test more
than one value).
--
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]