fix(storage): only log warning if flushing merged servers to file fails

This commit is contained in:
Quentin McGaw
2025-11-17 19:04:13 +00:00
parent 9ed6cd978d
commit 41cd8fb30d
6 changed files with 35 additions and 21 deletions

View File

@@ -95,7 +95,7 @@ func Test_extractServersFromBytes(t *testing.T) {
t.Parallel()
ctrl := gomock.NewController(t)
logger := NewMockInfoer(ctrl)
logger := NewMockLogger(ctrl)
var previousLogCall *gomock.Call
for _, logged := range testCase.logged {
call := logger.EXPECT().Info(logged)