Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: nolouch <[email protected]>
  • Loading branch information
nolouch committed Sep 20, 2024
1 parent 85c9f90 commit 4611604
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions component/topsql/topsql_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package topsql_test

import (
"encoding/hex"
"fmt"
"io/ioutil"
"os"
"sort"
Expand Down Expand Up @@ -604,6 +605,8 @@ func (s *testTopSQLSuite) TestTiKVSummaryBy() {
resList = append(resList, tid)
}
s.Equal(sortListSeq, resList)
fmt.Println(res)
s.Empty(res)
res = res[:0]
err = s.dq.SummaryBy(int(testBaseTs), int(testBaseTs+40), 10, 5, instance, tikvInstanceType, query.AggLevelDB, &res)
s.NoError(err)
Expand Down

0 comments on commit 4611604

Please sign in to comment.