Roachtest overview

Roachtest is a test framework for integration testing of CockroachDB.

In a nutshell, it consists of:

  • a test suite in the crdb repo (pkg/cmd/roachtest/tests)

  • a framework that invokes roachprod under the hood

  • (roachprod is our general-purpose manual testing framework for cockroachdb deployment.)

The roachtest framework is documented as markdown files inside the repo:

https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/README.md

https://github.com/cockroachdb/cockroach/blob/master/pkg/cmd/roachtest/roachtestutil/mixedversion/README.md

Copyright (C) Cockroach Labs.
Attention: This documentation is provided on an "as is" basis, without warranties or conditions of any kind, either express or implied, including, without limitation, any warranties or conditions of title, non-infringement, merchantability, or fitness for a particular purpose.