The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/validate-connection-port has failed.
Run started by GitHub user algojogacor (triggered by potiuk).

Head commit for run:
6673245ae8e815f0cbd0758e8148aa2457149785 / algojogacor 
<[email protected]>
fix(connection): validate port is in range 0-65535

Airflow accepted any integer value — including negative numbers and values
above 65535 — for connection port fields. The invalid values were persisted
and later surfaced as confusing errors in downstream provider hooks.

Add a guard in Connection.__init__ that rejects port values outside the
valid TCP/UDP port range before the model is persisted.

Closes #68382

Signed-off-by: algojogacor <[email protected]>

Report URL: https://github.com/apache/airflow/actions/runs/27405539580

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to