decorators

package
v1.16.10 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 14, 2024 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// Vault is a decorator that allows you to mark a spec or container as requiring our Vault service (test/services/vault.go)
	// The Vault service uses a hard-coded port, so only one test can use it at a time.
	Vault = ginkgo.Serial

	// Consul is a decorator that allows you to mark a spec or container as requiring our Consul service (test/services/consul.go)
	// The Consul service uses on a hard-coded port for the Consul agent (8300)
	Consul = ginkgo.Serial

	// Performance is a decorator that allows you to mark a spec or container as running performance tests
	// These often require more resources/time to complete, and for consistency, should not be run in parallel with other tests
	Performance = ginkgo.Serial
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL