mirror of
https://github.com/prometheus/prometheus
synced 2024-12-27 00:53:12 +00:00
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,
|
||||
compactMaxTime: 11,
|
||||
inputSeriesSamples: [][]seriesSamples{
|
||||
|
Loading…
Reference in New Issue
Block a user