kalluripradeep commented on code in PR #64503:
URL: https://github.com/apache/airflow/pull/64503#discussion_r3034699133


##########
airflow-core/tests/unit/utils/test_retries.py:
##########
@@ -78,6 +79,29 @@ def test_function(session):
         assert mock_rollback.call_count == 3
         mock_rollback.assert_has_calls([mock.call(), mock.call(), mock.call()])
 
+    @pytest.mark.db_test
+    def test_retry_db_transaction_with_stale_data_error(self, caplog):
+        """Test that StaleDataError is retried just like DBAPIError"""

Review Comment:
   Dropped it — was copied from the other test but nothing was actually being 
asserted on the logs.



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