Versions in this module Expand all Collapse all v1 v1.1.9 Oct 1, 2018 Changes in this version + const DefaultSucceedsSoonDuration + func Caller(depth ...int) string + func FillCerts(cfg *base.Config) + func IsError(err error, re string) bool + func IsPError(pErr *roachpb.Error, re string) bool + func IsSQLRetryableError(err error) bool + func MakeCaller(depth ...int) func() string + func MakeKey(keys ...[]byte) []byte + func MatchInOrder(s string, res ...string) error + func NewNodeTestBaseContext() *base.Config + func NewTestBaseContext(user string) *base.Config + func NightlyStress() bool + func ReadAllFiles(pattern string) + func SortStructs(s interface{}, fieldNames ...string) + func SucceedsSoon(t testing.TB, fn func() error) + func SucceedsSoonDepth(depth int, t testing.TB, fn func() error) + func TempDir(t testing.TB) (string, func()) + type PartitionableConn struct + func NewPartitionableConn(serverConn net.Conn) *PartitionableConn + func (c *PartitionableConn) Finish() + func (c *PartitionableConn) PartitionC2S() + func (c *PartitionableConn) PartitionS2C() + func (c *PartitionableConn) Read(b []byte) (n int, err error) + func (c *PartitionableConn) UnpartitionC2S() + func (c *PartitionableConn) UnpartitionS2C() + func (c *PartitionableConn) Write(b []byte) (n int, err error) Incompatible versions in this module v19.2.12+incompatible Jan 12, 2021