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

# Functions

CanPost returns true if the github API token environment variable is set to a nontrivial value.
Post
Post either creates a new issue for a failed test, or posts a comment to an existing open issue.

# Constants

CockroachPkgPrefix is the crdb package prefix.
UnitTestFailureBody is a body template suitable for posting issues about vanilla Go test failures.
UnitTestFailureTitle is a title template suitable for posting issues about vanilla Go test failures.

# Structs

FatalOrPanic contains a fatal error or panic obtained from a test log.
A PostRequest contains the information needed to create an issue about a test failure.
TemplateData holds the data available in (PostRequest).(Body|Title)Template, respectively.

# Type aliases

A CondensedMessage is a test log output garnished with useful helper methods that extract concise information for seamless debugging.