//
pkg.gl
Category
github.com/pingcap/tidb
util
testkit
package
3.1.2+incompatible
Repository:
https://github.com/pingcap/tidb.git
Documentation:
pkg.go.dev
Overview
Versions
3
Dependencies
17
Dependents
2
Files
404 SLOC
#
Functions
NewCTestKit
NewCTestKit returns a new *CTestKit.
NewTestKit
NewTestKit returns a new *TestKit.
NewTestKitWithInit
NewTestKitWithInit returns a new *TestKit and creates a session.
Rows
Rows is similar to RowsWithSep, use white space as separator string.
#
Structs
CTestKit
CTestKit is a utility to run sql test with concurrent execution support.
Result
Result is the result returned by MustQuery.
TestKit
TestKit is a utility to run sql test.