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/sequential/doc.go

14 lines
498 B

// Copyright (c) HashiCorp, Inc.
// SPDX-License-Identifier: BUSL-1.1
/*
This package includes a set of tests that run sequentially.
A test should be added to this package if it needs to be completely
isolated from other tests. Newly added tests should not enable the
testing parallel option. Please include a comment in the unit test
that explains why the test must be ran sequentially. Tests that can
be ran in parallel should be moved to the adjacent "parallel" package.
*/
package sequential