File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
pkg/storage/tsdb/bucketindex Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 8
8
"testing"
9
9
"time"
10
10
11
- "github.com/cortexproject/cortex/pkg/storage/bucket"
12
11
"github.com/go-kit/log"
13
12
"github.com/oklog/ulid"
14
13
"github.com/pkg/errors"
@@ -17,6 +16,8 @@ import (
17
16
"github.com/stretchr/testify/assert"
18
17
"github.com/stretchr/testify/require"
19
18
19
+ "github.com/cortexproject/cortex/pkg/storage/bucket"
20
+
20
21
cortex_testutil "github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
21
22
"github.com/cortexproject/cortex/pkg/util/services"
22
23
"github.com/cortexproject/cortex/pkg/util/test"
Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ import (
6
6
"strings"
7
7
"testing"
8
8
9
- "github.com/cortexproject/cortex/pkg/storage/bucket"
10
9
"github.com/go-kit/log"
11
10
"github.com/stretchr/testify/assert"
12
11
"github.com/stretchr/testify/require"
13
12
13
+ "github.com/cortexproject/cortex/pkg/storage/bucket"
14
+
14
15
"github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
15
16
cortex_testutil "github.com/cortexproject/cortex/pkg/storage/tsdb/testutil"
16
17
)
You can’t perform that action at this time.
0 commit comments