Fix according to code review

Signed-off-by: Jeanette Tan <jeanette.tan@grafana.com>
This commit is contained in:
Jeanette Tan 2023-11-02 13:37:07 +08:00
parent 4296ecbd14
commit 3ccaaa40ba
1 changed files with 2 additions and 1 deletions

View File

@ -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{