Resolve "Internal Changes representation is not working as expected"
Merged
requested to merge 152-internal-changes-representation-is-not-working-as-expected into develop
Compare changes
- Malte Bauch authored
This allows to log Errors thrown within a rollback. Addresses: #152
+ 14
− 8
@@ -46,6 +46,13 @@ func NewChange(device uuid.UUID, currentState ygot.GoStruct, change ygot.GoStruc
@@ -46,6 +46,13 @@ func NewChange(device uuid.UUID, currentState ygot.GoStruct, change ygot.GoStruc
@@ -116,6 +123,9 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <
@@ -116,6 +123,9 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <
@@ -126,17 +136,13 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <
@@ -126,17 +136,13 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <
@@ -151,8 +157,8 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <
@@ -151,8 +157,8 @@ func stateManager(ch *Change, timeout time.Duration) (chan<- ppb.Change_State, <