SEPURI-SAI-KRISHNA commented on PR #71648:
URL: https://github.com/apache/airflow/pull/71648#issuecomment-5323271638

   Thanks @SameerMesiah97, moved.
   
   The standalone parametrized test is gone. Each sensor now has its own 
`test_deferred_trigger_receives_impersonation_chain` sitting next to that 
class's existing deferral test — in `TestBigqueryTableExistenceSensor` and in 
`TestBigqueryTablePartitionExistenceSensor`.
   
   I dropped the `isinstance(exc.value.trigger, ...)` assertion during the 
move: the sibling `test_execute_deferred` / `test_execute_with_deferrable_mode` 
in each class already covers the trigger type, so the new tests assert only the 
argument that was being lost.
   
   Verified locally: 25 passed with the change, and exactly the 2 new tests 
fail with it reverted (23 pre-existing tests unaffected either way).
   
   ---
   Drafted-by: Claude Code (Opus 5); reviewed by @SEPURI-SAI-KRISHNA before 
posting
   


-- 
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