Skip to content

Commit 048935f

Browse files
committed
Updated TSDB with fixes.
Signed-off-by: Bartlomiej Plotka <bwplotka@gmail.com>
1 parent 223782e commit 048935f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ require (
7474
replace (
7575
// Make sure Cortex is not forcing us to some other Prometheus version.
7676
// TODO: This points to https://github.com/prometheus/prometheus/pull/7069. Remove and point to master once merged.
77-
github.com/prometheus/prometheus => github.com/prometheus/prometheus v1.8.2-0.20200724113653-2605f60545cb
77+
github.com/prometheus/prometheus => github.com/prometheus/prometheus eee497165080d4fa693cea7c00e6886e88f3f745
7878
k8s.io/klog => k8s.io/klog v0.3.1
7979
k8s.io/kube-openapi => k8s.io/kube-openapi v0.0.0-20190228160746-b3a7cee44a30
8080
)

pkg/store/storepb/testutil/series.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func CreateHeadWithSeries(t testing.TB, j int, opts HeadGenOptions) (*tsdb.Head,
6969
testutil.Ok(t, err)
7070
}
7171

72-
h, err := tsdb.NewHead(nil, nil, w, 10000000, tsdbDir, nil, tsdb.DefaultStripeSize, nil)
72+
h, err := tsdb.NewHead(nil, nil, w, tsdb.DefaultBlockDuration, tsdbDir, nil, tsdb.DefaultStripeSize, nil)
7373
testutil.Ok(t, err)
7474

7575
app := h.Appender()

0 commit comments

Comments
 (0)