Browse Source

Fix according to code review

Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
pull/13062/head
Jeanette Tan 1 year ago
parent
commit
3ccaaa40ba
  1. 3
      tsdb/compact_test.go

3
tsdb/compact_test.go

@ -935,7 +935,8 @@ func TestCompaction_populateBlock(t *testing.T) {
},
},
{
title: "Populate from mixed type series and expect sample inside the interval only", // regression test for populateWithDelChunkSeriesIterator failing to set minTime on chunks
// Regression test for populateWithDelChunkSeriesIterator failing to set minTime on chunks.
title: "Populate from mixed type series and expect sample inside the interval only.",
compactMinTime: 1,
compactMaxTime: 11,
inputSeriesSamples: [][]seriesSamples{

Loading…
Cancel
Save