xBis7 commented on PR #62705:
URL: https://github.com/apache/airflow/pull/62705#issuecomment-3984767673

   This is wrong
   
   
https://github.com/xBis7/airflow/blob/dual-stats-manager-cleanup/providers/edge3/tests/unit/edge3/executors/test_edge_executor.py#L96-L104
   
   ```python
           mock_stats_incr.assert_called_with(
               "edge_worker.ti.finish",
               tags={
                   "dag_id": "test_dag",
                   "queue": "default",
                   "state": "failed",
                   "task_id": "started_running_orphaned",
               },
           )
   ```
   
   but the test passes. I'm looking into it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to