Files
superset2/tests/unit_tests
Elizabeth Thompson 09c9410bdc address review feedback: don't let a rollback failure escape retry contract
get_query's backoff decorator only retries on SqlLabException. If
db.session.rollback() itself raises (e.g. the connection is fully
dead), that new exception would replace the intended SqlLabException
and bypass the retry contract. Swallow rollback failures so the
original lookup error is always what gets raised.

Co-Authored-By: Claude <noreply@anthropic.com>
2026-08-02 18:18:31 +00:00
..