The GitHub Actions job "Tests (AMD)" on 
airflow.git/fix/xcom-execution-api-concurrent-409 has failed.
Run started by GitHub user nagasrisai (triggered by nagasrisai).

Head commit for run:
ecb894891e62993525489fda0c65a2c3bc3a850e / nagasrisai 
<[email protected]>
test: cover savepoint UPDATE fallback and FK-error propagation in xcom_set

Adds two tests to TestXComsSetEndpoint:

* test_xcom_set_concurrent_write_uses_update_fallback — pre-seeds the
  row, patches XComModel.set to raise a unique-constraint IntegrityError
  once, and asserts the endpoint returns 201 with the latest value
  stored via the UPDATE fallback.

* test_xcom_set_fk_integrity_error_propagates — patches XComModel.set
  to raise an FK IntegrityError and asserts it propagates as a 500
  rather than being silently swallowed.

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

With regards,
GitHub Actions via GitBox


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

Reply via email to