Skip to content

Commit

Permalink
fixing linting and e2e test
Browse files Browse the repository at this point in the history
Signed-off-by: Pedro Tanaka <pedro.stanaka@gmail.com>
  • Loading branch information
pedro-stanaka committed Oct 14, 2022
1 parent edd1894 commit 2055036
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion pkg/store/storepb/testutil/series.go
Expand Up @@ -6,7 +6,6 @@ package storetestutil
import (
"context"
"fmt"
"github.com/cespare/xxhash"
"math"
"math/rand"
"os"
Expand All @@ -16,6 +15,8 @@ import (
"testing"
"time"

"github.com/cespare/xxhash"

"github.com/gogo/protobuf/types"
"github.com/prometheus/prometheus/model/labels"
"github.com/prometheus/prometheus/tsdb"
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/query_frontend_test.go
Expand Up @@ -594,7 +594,7 @@ func TestRangeQueryShardingWithRandomData(t *testing.T) {
func TestRangeQueryDynamicHorizontalSharding(t *testing.T) {
t.Parallel()

e, err := e2e.NewDockerEnvironment("query-frontend-dynamic-shards")
e, err := e2e.New(e2e.WithName("qfe-dyn-sharding"))
testutil.Ok(t, err)
t.Cleanup(e2ethanos.CleanScenario(t, e))

Expand Down

0 comments on commit 2055036

Please sign in to comment.