feat: touch
parent
f15d9be415
commit
54c8e1c446
|
@ -2411,7 +2411,7 @@ func TestDefaultPlanner_PlanOptimize_SmallSingleGenerationUnderLevel4(t *testing
|
|||
expFiles = append(expFiles, file)
|
||||
}
|
||||
tsmP, pLenP := cp.Plan(time.Now().Add(-time.Second))
|
||||
require.Equal(t, int64(0), len(tsmP), "compaction group; Plan()")
|
||||
require.Equal(t, 0, len(tsmP), "compaction group; Plan()")
|
||||
require.Equal(t, int64(0), pLenP, "compaction group length; Plan()")
|
||||
|
||||
tsm, pLen, gLen := cp.PlanOptimize()
|
||||
|
|
Loading…
Reference in New Issue