-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
app: branchingseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedstatus: blockedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application
Milestone
Description
Plugin Version
0.5.4.
NetBox Version
4.2.9
Python Version
3.10
Steps to Reproduce
We have a custom script which creates vlans, and links them to VNI's, When the script fails on creating the VNI, because it's not unique. Normally there is a rollback which reverts all database changes from the script.
However, when we run it in a branch, the revert doesn't work, and the VLAN which is created first in the script is still in the database.
Expected Behavior
Database revert should still remove all created objects on script failure.
Observed Behavior
Not all database changes are reverted on script failure.
Metadata
Metadata
Assignees
Labels
app: branchingseverity: lowDoes not significantly disrupt application functionality, or a workaround is availableDoes not significantly disrupt application functionality, or a workaround is availablestatus: acceptedstatus: blockedtype: bugA confirmed report of unexpected behavior in the applicationA confirmed report of unexpected behavior in the application