You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/internal/tests/cluster/parallel/doc.go

14 lines
420 B

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
/*
This package includes a set of tests that run in parallel.
A test should only be added to this package if it can be
completely isolated from other tests that currently exist
in this package. If a test is consistently failing due to
not having an isolated environment, it should be moved to
the adjacent "sequential" package.
*/
package parallel