Skip to content

Commit

Permalink
Fix other test
Browse files Browse the repository at this point in the history
  • Loading branch information
justinjc committed Aug 6, 2020
1 parent 2af5b75 commit e34858b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/dbnode/storage/series/series_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import (
"github.com/m3db/m3/src/dbnode/encoding/m3tsz"
"github.com/m3db/m3/src/dbnode/persist"
"github.com/m3db/m3/src/dbnode/retention"
m3dbruntime "github.com/m3db/m3/src/dbnode/runtime"
"github.com/m3db/m3/src/dbnode/storage/block"
"github.com/m3db/m3/src/dbnode/storage/index/convert"
"github.com/m3db/m3/src/dbnode/ts"
Expand Down Expand Up @@ -67,7 +68,8 @@ func newSeriesTestOptions() Options {
SetEncoderPool(encoderPool).
SetMultiReaderIteratorPool(multiReaderIteratorPool).
SetBufferBucketPool(bufferBucketPool).
SetBufferBucketVersionsPool(bufferBucketVersionsPool)
SetBufferBucketVersionsPool(bufferBucketVersionsPool).
SetRuntimeOptionsManager(m3dbruntime.NewOptionsManager())
opts = opts.
SetRetentionOptions(opts.
RetentionOptions().
Expand Down

0 comments on commit e34858b

Please sign in to comment.