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
Sure, I am having issues to get it pass the tests, also not able to put in time to it due to the same. On 29 Jan 2025 04:43, Zhengke Zhou ***@***.***> wrote:
@VidhuSarwal Are you still working on this? If you have no time, i would like to help.😊
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
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: