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
require.Equalf(t, nextRev, ev.Kv.ModRevision, "got event revision %d but want %d for watcher with watch ID %d", ev.Kv.ModRevision, nextRev, resp.WatchID)
// Occasionally we may see this error during downgrade test due to ClusterVersionSet,
77
+
// which is harmless. Please read https://github.com/etcd-io/etcd/pull/13405#discussion_r1890378185.
78
+
returnfmt.Errorf("cannot downgrade storage, WAL contains newer entries, as the target version (%s) is lower than the version (%s) detected from WAL logs",
0 commit comments