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
{{ message }}
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.
t.Logf("Expected state.json to be loaded successfully, instead got error: %v", err.Error())
t.FailNow()
}
if len(list) != len(node.memberlist.Members()) {
t.Logf("Expected loaded list to be equal in size to the internal memberlist, instead got sizes %v (loaded) and %v (internal)", len(list), len(node.memberlist.Members()))