package
19.2.9+incompatible
Repository: https://github.com/narimoos/cockroachdb.git
Documentation: pkg.go.dev

# README

This directory contains tests that require the sql package, together with common SQL test code.

# Functions

CheckEndTransactionTrigger verifies that an EndTransactionRequest that includes intents for the SystemDB keys sets the proper trigger.
CheckKeyCount checks that the number of keys in the provided span matches numKeys.
CreateKVInterleavedTable is like CreateKVTable, but it interleaves table t.intlv inside of t.kv and adds rows to both.
CreateKVTable creates a basic table named t.<name> that stores key/value pairs with numRows of arbitrary data.
CreateTestServerParams creates a set of params suitable for SQL tests.

# Structs

CommandFilters provides facilities for registering "TestingCommandFilters" (i.e.