The GitHub Actions job "Tests" on airflow.git/add-detailed-task-spans has failed. Run started by GitHub user dstandish (triggered by dstandish).
Head commit for run: 323503b0e807f1079b450f572648636b8305e7d6 / Daniel Standish <[email protected]> Fix CI failures from adding detail spans to task runner The @tracer.start_as_current_span decorator changes the code object of decorated functions to (*args, **kwds), which breaks kgb's signature compatibility check in the mocked_parse fixture. Update the call_fake lambda to use *args/**kwargs to match the wrapped signature. The renamed log messages ("error calling on_task_instance_success listener" etc.) cause test_listener_suppresses_exceptions to fail. Update the assertion to match the new message. The OTel integration test asserts exact span equality, but the new detail spans (parse, startup, get_template_context, etc.) now appear in the trace. Update the assertion to check key parent-child relationships rather than exact span set equality. Made-with: Cursor Report URL: https://github.com/apache/airflow/actions/runs/23077278076 With regards, GitHub Actions via GitBox --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
