kaxil commented on code in PR #45043:
URL: https://github.com/apache/airflow/pull/45043#discussion_r1890524124
##########
task_sdk/tests/execution_time/test_supervisor.py:
##########
@@ -764,7 +764,7 @@ def watched_subprocess(self, mocker):
[
pytest.param(
GetConnection(conn_id="test_conn"),
- b'{"conn_id":"test_conn","conn_type":"mysql"}\n',
+
b'{"conn_id":"test_conn","conn_type":"mysql","type":"ConnectionResult"}\n',
Review Comment:
We need this for the discriminator to work properly when sending message
from Supervisor to Task Runner
--
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]