package
3.0.0-rc.3+incompatible
Repository: https://github.com/vitessio/vitess.git
Documentation: pkg.go.dev

# Functions

CreateFakeServer returns the fake server for the tests.
TargetsEqual returns true if the targets are equal.
TestSuite runs all the tests.

# Constants

BeginTransactionID is a test transaction id for Begin.
CommitTransactionID is a test transaction id for Commit.
Dtid is a test dtid.
ExecuteBatchTransactionID is a test transaction id for batch.
ExecuteQuery is a fake test query.
ExecuteTransactionID is a test transaction id.
RollbackTransactionID is a test transactin id for Rollback.
SplitQueryAlgorithm is a test algorithm for splits.
SplitQueryNumRowsPerQueryPart is a test num rows for split.
SplitQuerySplitCount is a test split count.
StreamExecuteQuery is a fake test query for streaming.
TestAsTransaction is a test 'asTransaction' flag.
UpdateStreamPosition is a test update stream position.
UpdateStreamTimestamp is a test update stream timestamp.

# Variables

ExecuteBatchQueries are test queries for batch.
ExecuteBatchQueryResultList is a list of test query results.
ExecuteBindVars is a test bind var.
ExecuteQueryResult is a test query result.
MessageIDs is a test list of message ids.
MessageName is a test message name.
MessageStreamResult is a test stream result.
Metadata is a test metadata for 2pc transactions.
Participants is a test list of 2pc participants.
SplitQueryBoundQuery is a test query for splits.
SplitQueryQuerySplitList is a test result for splits.
SplitQuerySplitColumns is a test list for column splits.
StreamExecuteBindVars is a test bind var for streaming.
StreamExecuteQueryResult1 is the first packet of a streaming result.
StreamExecuteQueryResult2 is the second packet of a streaming result.
TestCallerID is a test caller id.
TestExecuteOptions is a test execute options.
TestStreamHealthErrorMsg is a test error message for health streaming.
TestStreamHealthStreamHealthResponse is a test stream health response.
TestTarget is the target we use for this test.
TestVTGateCallerID is a test vtgate caller id.
UpdateStreamStreamEvent1 is a test update stream event.
UpdateStreamStreamEvent2 is a test update stream event.

# Structs

FakeQueryService implements a programmable fake for the query service server side.