Skip to content

Add rollback to remove_unused_analysis_info()#4867

Open
barnabasdomozi wants to merge 1 commit into
Ericsson:masterfrom
barnabasdomozi:fix_rem_analysis_info
Open

Add rollback to remove_unused_analysis_info()#4867
barnabasdomozi wants to merge 1 commit into
Ericsson:masterfrom
barnabasdomozi:fix_rem_analysis_info

Conversation

@barnabasdomozi
Copy link
Copy Markdown
Collaborator

In function remove_unused_analysis_info(), the
try block may fail with a database exception and
the transaction is not rolled back.

This means subsequent queries in the finally block will also fail with an exception because the
transaction is currently in a failed state.

In function remove_unused_analysis_info(), the
try block may fail with a database exception and
the transaction is not rolled back.

This means subsequent queries in the finally block
will also fail with an exception because the
transaction is currently in a failed state.
@barnabasdomozi barnabasdomozi force-pushed the fix_rem_analysis_info branch from 3ac11dd to c7995cf Compare May 29, 2026 15:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant