Skip to content

Commit

Permalink
bucket/e2e: refresh mint/maxt after recreating
Browse files Browse the repository at this point in the history
  • Loading branch information
GiedriusS committed Feb 4, 2019
1 parent bd4c74b commit ddeb4ed
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/store/bucket_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -219,6 +219,7 @@ func TestBucketStore_e2e(t *testing.T) {
// Test the samples limit.
testutil.Ok(t, os.RemoveAll(dir))
s = prepareStoreWithTestBlocks(t, dir, bkt, 10)
mint, maxt = s.store.TimeRange()
defer s.Close()

srv = newStoreSeriesServer(ctx)
Expand Down

0 comments on commit ddeb4ed

Please sign in to comment.