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
Before linearizationInfo was a private struct we were not able to return the results up the call stack. So I wrapped the function I needed and passed it like
What would you like to be added?
Before linearizationInfo was a private struct we were not able to return the results up the call stack. So I wrapped the function I needed and passed it like
etcd/tests/robustness/validate/operations.go
Lines 49 to 56 in e4d1da7
With https://github.com/etcd-io/etcd/blob/main/tests/robustness/validate/operations.go#L49-L56 making the struct piblic we can simply replace it with passing it linearizationInfo.
Why is this needed?
Cleanup code
The text was updated successfully, but these errors were encountered: