Skip to content

Commit

Permalink
FMWK-644-udf-index-backup-xdr
Browse files Browse the repository at this point in the history
- test fix
  • Loading branch information
filkeith committed Jan 16, 2025
1 parent 39eacb5 commit 2a0d95e
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions io/aerospike/xdr/record_reader_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,16 +62,12 @@ func newInfoMock(t *testing.T) infoCommander {
Return(nil)
ic.On("GetStats", mock.Anything, mock.Anything).
Return(asinfo.Stats{
Recoveries: 1,
Recoveries: 0,
RecoveriesPending: 1,
Lag: time.Now().UnixNano(),
Lag: 0,
}, nil)
ic.On("StopXDR", mock.Anything).
Return(nil)
ic.On("BlockMRTWrites", mock.Anything).
Return(nil)
ic.On("UnBlockMRTWrites", mock.Anything).
Return(nil)

return ic
}
Expand Down

0 comments on commit 2a0d95e

Please sign in to comment.