The GitHub Actions job "Tests (AMD)" on 
airflow.git/refactor/go-sdk/coordinator-protocol has failed.
Run started by GitHub user jason810496 (triggered by jason810496).

Head commit for run:
b154b266e543ee273ab80592b2f3f9c2e9403b32 / LIU ZHE YOU <[email protected]>
Add regression test for writeFrame oversize-payload guard

Pins the guard at the top of writeFrame so a future refactor cannot
silently drop the uint32-overflow protection. Uses unsafe.Slice to build
a fake-length payload without allocating multi-GiB buffers, since the
guard only reads len(payload) before any allocation or byte access.

The matching read-side guard in readFrame is dead code with MaxFrameSize
pinned at the uint32 maximum and cannot be exercised without modifying
production code; documented inline.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to