Skip to content

Commit

Permalink
delete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
max-hoffman committed Feb 11, 2025
1 parent 7291054 commit 40cdce0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions go/libraries/doltcore/sqle/statspro/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1474,7 +1474,6 @@ func TestStatsCacheGrowth(t *testing.T) {
branches <- "branch" + strconv.Itoa(i)
if i%500 == 0 {
log.Println("branches: ", strconv.Itoa(i))

for {
syncErr := executeQuery(addCtx, sqlEng, "call dolt_stats_sync()")
waitErr := executeQuery(addCtx, sqlEng, "call dolt_stats_wait()")
Expand All @@ -1486,7 +1485,6 @@ func TestStatsCacheGrowth(t *testing.T) {
log.Println("waiting on: ", strconv.Itoa(i), waitErr.Error())
}
}
//executeQuery(addCtx, sqlEng, "call dolt_stats_wait()")
}
}
close(branches)
Expand Down

0 comments on commit 40cdce0

Please sign in to comment.