@@ -17,24 +17,18 @@ import (
1717 "time"
1818 "unsafe"
1919
20- "github.com/cortexproject/cortex/pkg/chunk/purger"
21- "github.com/cortexproject/cortex/pkg/querier"
22- "github.com/cortexproject/cortex/pkg/util/validation"
2320 "github.com/prometheus/common/model"
2421 "github.com/stretchr/testify/mock"
2522 "gopkg.in/yaml.v2"
2623
24+ "github.com/cortexproject/cortex/pkg/chunk/purger"
25+ "github.com/cortexproject/cortex/pkg/querier"
26+ "github.com/cortexproject/cortex/pkg/util/validation"
27+
2728 "go.uber.org/atomic"
2829
2930 "google.golang.org/grpc"
3031
31- "github.com/cortexproject/cortex/pkg/chunk"
32- "github.com/cortexproject/cortex/pkg/cortexpb"
33- "github.com/cortexproject/cortex/pkg/ruler/rulespb"
34- "github.com/cortexproject/cortex/pkg/ruler/rulestore"
35- "github.com/cortexproject/cortex/pkg/ruler/rulestore/objectclient"
36- "github.com/cortexproject/cortex/pkg/tenant"
37- "github.com/cortexproject/cortex/pkg/util"
3832 "github.com/go-kit/log"
3933 "github.com/go-kit/log/level"
4034 "github.com/gorilla/mux"
@@ -54,6 +48,14 @@ import (
5448 "github.com/stretchr/testify/assert"
5549 "github.com/stretchr/testify/require"
5650 "github.com/weaveworks/common/user"
51+
52+ "github.com/cortexproject/cortex/pkg/chunk"
53+ "github.com/cortexproject/cortex/pkg/cortexpb"
54+ "github.com/cortexproject/cortex/pkg/ruler/rulespb"
55+ "github.com/cortexproject/cortex/pkg/ruler/rulestore"
56+ "github.com/cortexproject/cortex/pkg/ruler/rulestore/objectclient"
57+ "github.com/cortexproject/cortex/pkg/tenant"
58+ "github.com/cortexproject/cortex/pkg/util"
5759)
5860
5961func defaultRulerConfig (t testing.TB , store rulestore.RuleStore ) (Config , func ()) {
0 commit comments