feat: touch

db/4201/compaction-bugs
Devan 2024-12-18 09:56:00 -06:00
parent f15d9be415
commit 54c8e1c446
1 changed files with 1 additions and 1 deletions

View File

@ -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()