Signed-off-by: Mohammed Al Sahaf <msaa1990@gmail.com>
This commit is contained in:
Mohammed Al Sahaf 2025-08-03 03:54:48 +03:00
parent 07ad9534fb
commit 9f586657e8
No known key found for this signature in database
2 changed files with 15 additions and 18 deletions

View File

@ -122,7 +122,6 @@ func TestPreferOrder(t *testing.T) {
}
}
func TestValidate(t *testing.T) {
type testCase struct {
name string

View File

@ -1117,8 +1117,6 @@ func TestNetWriter_WALBufferingDuringOutage(t *testing.T) {
t.Fatalf("WAL directory was not created: %s", walDir)
}
// Store outage messages that might have been received before failure
server.mu.RLock()
preRestartMessages := append([]string(nil), server.messages...)