The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/fab-session-cookie-bytes-64921 has failed.
Run started by GitHub user Sriniketh24 (triggered by vincbeck).

Head commit for run:
a3d8050b4973d9d45deccff451a870f9a9bdae6b / Sriniketh24 <[email protected]>
Fix _LazySafeSerializer to return bytes for database BLOB column

dumps() must return bytes because flask-session stores the serialized
data in a LargeBinary (BLOB) column. The previous commit incorrectly
returned str which caused a TypeError on INSERT.

Keep the JSON encoding format (instead of the original msgpack) for
readability and forward compatibility, with backward-compatible
loads() that falls back to msgpack for legacy sessions.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to