File tree 6 files changed +4
-5
lines changed 6 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import (
8
8
9
9
"github.com/go-kit/log"
10
10
"github.com/grafana/dskit/services"
11
- "github.com/grafana/dskit/test"
12
11
"github.com/prometheus/client_golang/prometheus/testutil"
13
12
"github.com/stretchr/testify/assert"
14
13
"github.com/stretchr/testify/require"
15
14
16
15
"github.com/cortexproject/cortex/pkg/util/concurrency"
16
+ "github.com/cortexproject/cortex/pkg/util/test"
17
17
)
18
18
19
19
func TestLeaveOnStoppingDelegate (t * testing.T ) {
Original file line number Diff line number Diff line change @@ -7,13 +7,13 @@ import (
7
7
8
8
"github.com/go-kit/log"
9
9
"github.com/grafana/dskit/services"
10
- "github.com/grafana/dskit/test"
11
10
"github.com/prometheus/client_golang/prometheus/testutil"
12
11
"github.com/stretchr/testify/assert"
13
12
"github.com/stretchr/testify/require"
14
13
15
14
"github.com/cortexproject/cortex/pkg/ring/kv"
16
15
"github.com/cortexproject/cortex/pkg/ring/kv/consul"
16
+ "github.com/cortexproject/cortex/pkg/util/test"
17
17
)
18
18
19
19
const (
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ import (
10
10
"github.com/go-kit/log"
11
11
"github.com/grafana/dskit/flagext"
12
12
"github.com/grafana/dskit/services"
13
- "github.com/grafana/dskit/test"
14
13
"github.com/pkg/errors"
15
14
"github.com/stretchr/testify/assert"
16
15
"github.com/stretchr/testify/require"
17
16
18
17
"github.com/cortexproject/cortex/pkg/ring/kv/consul"
18
+ "github.com/cortexproject/cortex/pkg/util/test"
19
19
)
20
20
21
21
const (
Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import (
15
15
"github.com/go-kit/log"
16
16
"github.com/grafana/dskit/flagext"
17
17
"github.com/grafana/dskit/services"
18
- "github.com/grafana/dskit/test"
19
18
"github.com/prometheus/client_golang/prometheus"
20
19
"github.com/prometheus/client_golang/prometheus/testutil"
21
20
"github.com/stretchr/testify/assert"
@@ -25,6 +24,7 @@ import (
25
24
"github.com/cortexproject/cortex/pkg/ring/kv/consul"
26
25
"github.com/cortexproject/cortex/pkg/ring/shard"
27
26
"github.com/cortexproject/cortex/pkg/ring/util"
27
+ "github.com/cortexproject/cortex/pkg/util/test"
28
28
)
29
29
30
30
const (
File renamed without changes.
You can’t perform that action at this time.
0 commit comments