You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[GCU] Ignore bgpraw table in GCU operation (#2628)
What I did
After the previous fix#2623 , GCU still fails in the rollback operation. The bgpraw table should be discard in all GCU operation.
Thus, I change get_config_db_as_json function to crop out "bgpraw" table.
How I did it
Pop "bgpraw" table if exists.
How to verify it
Unittest
0 commit comments