We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f3e290 commit bce5678Copy full SHA for bce5678
integration/query_fuzz_test.go
@@ -22,6 +22,7 @@ import (
22
"github.com/prometheus/common/model"
23
"github.com/prometheus/prometheus/model/labels"
24
"github.com/prometheus/prometheus/prompb"
25
+ "github.com/prometheus/prometheus/promql/parser"
26
"github.com/stretchr/testify/require"
27
"github.com/thanos-io/thanos/pkg/block"
28
"github.com/thanos-io/thanos/pkg/block/metadata"
@@ -76,7 +77,7 @@ func TestDisableChunkTrimmingFuzz(t *testing.T) {
76
77
path1 := path.Join(s.SharedDir(), "cortex-1")
78
path2 := path.Join(s.SharedDir(), "cortex-2")
79
- flags1 := mergeFlags(flags1, map[string]string{
80
+ flags1 := mergeFlags(flags, map[string]string{
81
"-blocks-storage.filesystem.dir": path1,
82
"-consul.hostname": consul1.NetworkHTTPEndpoint(),
83
})
0 commit comments