Fix according to code review
Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
This commit is contained in:
parent
4296ecbd14
commit
3ccaaa40ba
|
@ -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,
|
compactMinTime: 1,
|
||||||
compactMaxTime: 11,
|
compactMaxTime: 11,
|
||||||
inputSeriesSamples: [][]seriesSamples{
|
inputSeriesSamples: [][]seriesSamples{
|
||||||
|
|
Loading…
Reference in New Issue