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
`Clone()` was allowing a shallow copy of `*WALFailover`. This caused a
lot of time debugging a test which unwittingly aliased the WAL
failover FS and dir of two stores.
This commit fixes this and adds a test that would have caught it.
We should probably make `WALFailover` a non-pointer (with an `Enabled`
field); even if we do, the new test is still valuable.
0 commit comments