uranusjr commented on code in PR #68377:
URL: https://github.com/apache/airflow/pull/68377#discussion_r3490437513
##########
task-sdk/tests/task_sdk/execution_time/test_comms.py:
##########
@@ -207,4 +208,142 @@ def _recv_exactly(sock, n):
for idx in range(num_threads):
assert errors[idx] is None, f"Thread {idx} error: {errors[idx]}"
assert results[idx].key == f"key{idx}", f"Out-of-order or missing
response for thread {idx}"
- assert results[idx].value == f"value{idx}", f"Incorrect value for
thread {idx}"
Review Comment:
This deletion seems accidental?
--
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]