package
6.7.0-alpha+incompatible
Repository: https://github.com/pingcap/tidb.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Functions

CreateMockStore return a new mock kv.Storage.
CreateMockStoreAndDomain return a new mock kv.Storage and *domain.Domain.
CreateMockStoreAndDomainWithSchemaLease return a new mock kv.Storage and *domain.Domain.
CreateMockStoreWithSchemaLease return a new mock kv.Storage.
GetStack gets the stacktrace.
NewAsyncTestKit returns a new *AsyncTestKit.
NewDBTestKit returns a new *DBTestKit.
NewSteppedTestKit creates a new SteppedTestKit.
NewTestKit returns a new *TestKit.
NewTestKitWithSession returns a new *TestKit.
Rows is similar to RowsWithSep, use white space as separator string.
RowsWithSep is a convenient function to wrap args to a slice of []interface.
TryRetrieveSession tries retrieve session from context.
WithPruneMode run test case under prune mode.

# Variables

WithTiKV flag is only used for debugging locally with real tikv cluster.

# Structs

AsyncTestKit is a utility to run sql concurrently.
DBTestKit is a utility to run sql with a db connection.
MockSessionManager is a mocked session manager which is used for test.
RegionProperityClient is to get region properties.
Result is the result returned by MustQuery.
SteppedTestKit is the testkit that can run stepped command.
TestKit is a utility to run sql test.