Skip to content

Commit

Permalink
Rebase && Fixed test case
Browse files Browse the repository at this point in the history
Signed-off-by: jojohappy <[email protected]>
  • Loading branch information
jojohappy committed Aug 28, 2019
1 parent 284e6b9 commit 5cec0a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/store/bucket_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ func TestBucketStore_TimePartitioning_e2e(t *testing.T) {
&FilterConfig{
MinTime: minTimeDuration,
MaxTime: filterMaxTime,
})
}, nil)
testutil.Ok(t, err)

err = store.SyncBlocks(ctx)
Expand Down
2 changes: 1 addition & 1 deletion pkg/store/bucket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ func TestBucketStore_isBlockInMinMaxRange(t *testing.T) {
&FilterConfig{
MinTime: minTimeDuration,
MaxTime: hourBefore,
})
}, nil)
testutil.Ok(t, err)

inRange, err := bucketStore.isBlockInMinMaxRange(context.TODO(), id1)
Expand Down

0 comments on commit 5cec0a2

Please sign in to comment.