Skip to content

Commit

Permalink
CI:TestProcessSearch debug
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Oct 7, 2021
1 parent 441a912 commit e1aa1f2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions global/process_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import (
"github.com/stretchr/testify/assert"
"github.com/yaoapp/gou"
"github.com/yaoapp/kun/any"
"github.com/yaoapp/kun/utils"
"github.com/yaoapp/xiang/config"
"github.com/yaoapp/xiang/table"
"github.com/yaoapp/xun/capsule"
)
Expand All @@ -19,6 +21,12 @@ func TestProcessPing(t *testing.T) {
}

func TestProcessSearch(t *testing.T) {

// Debug
utils.Dump(config.Conf)
sch := capsule.Schema()
utils.Dump(sch.MustGetTables())

args := []interface{}{
"service",
gou.QueryParam{
Expand Down

0 comments on commit e1aa1f2

Please sign in to comment.