Skip to content

Commit 0d580d4

Browse files
committed
Fixed TestBucketStore_ManyParts_e2e
https://app.circleci.com/pipelines/github/thanos-io/thanos/5120/workflows/efd2a21d-13b7-4035-99e3-cb1af8023694/jobs/13809 This fail is only visible for anyone from Thanos Team proposing PR, due to extra tests against bucket providers. Signed-off-by: Bartlomiej Plotka <[email protected]>
1 parent 46d0106 commit 0d580d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/store/bucket_e2e_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,8 @@ func prepareStoreWithTestBlocks(t testing.TB, dir string, bkt objstore.Bucket, m
196196

197197
// TODO(bwplotka): Benchmark Series.
198198
func testBucketStore_e2e(t *testing.T, ctx context.Context, s *storeSuite) {
199+
t.Helper()
200+
199201
mint, maxt := s.store.TimeRange()
200202
testutil.Equals(t, s.minTime, mint)
201203
testutil.Equals(t, s.maxTime, maxt)

0 commit comments

Comments
 (0)