Skip to content

Commit

Permalink
feat: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
devanbenz committed Jan 13, 2025
1 parent 0799f00 commit 3e69f2d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tsdb/engine/tsm1/compact_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2282,7 +2282,7 @@ func TestDefaultPlanner_PlanOptimize_Test(t *testing.T) {

furtherCompactedTests := []PlanOptimizeTests{
// Large multi generation group with files at and under 2GB
PlanOptimizeTests{
{
[]tsm1.FileStat{
{
Path: "01-05.tsm1",
Expand Down Expand Up @@ -2330,7 +2330,7 @@ func TestDefaultPlanner_PlanOptimize_Test(t *testing.T) {
3,
},
// ~650mb group size
PlanOptimizeTests{
{
[]tsm1.FileStat{
{
Path: "01-05.tsm1",
Expand All @@ -2354,7 +2354,7 @@ func TestDefaultPlanner_PlanOptimize_Test(t *testing.T) {
1,
},
// ~650 MB total group size with generations under 4
PlanOptimizeTests{
{
[]tsm1.FileStat{
{
Path: "01-02.tsm1",
Expand Down

0 comments on commit 3e69f2d

Please sign in to comment.