Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Ye <[email protected]>
  • Loading branch information
yeya24 committed Jul 24, 2023
1 parent a600b29 commit 882a333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions pkg/store/lazy_postings_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@ package store
import (
"context"
"errors"
"github.com/go-kit/log"
"github.com/oklog/ulid"
"github.com/prometheus/prometheus/tsdb"
"github.com/prometheus/prometheus/tsdb/index"
"github.com/thanos-io/objstore/providers/filesystem"
"github.com/thanos-io/thanos/pkg/block/indexheader"
"github.com/thanos-io/thanos/pkg/block/metadata"
"path"
"testing"

"github.com/efficientgo/core/testutil"
"github.com/go-kit/log"
"github.com/oklog/ulid"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/tsdb"
"github.com/prometheus/prometheus/tsdb/index"
)

func TestKeysToFetchFromPostingGroups(t *testing.T) {
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/store_gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1070,7 +1070,7 @@ config:
},
"",
indexCacheConfig,
[]string{"--store.enable-lazy-expanded-postings=true"},
[]string{"--store.enable-lazy-expanded-postings"},
)
testutil.Ok(t, e2e.StartAndWaitReady(s1))

Expand Down

0 comments on commit 882a333

Please sign in to comment.