flags

package
v0.11.0 Latest Latest
Warning

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

Go to latest
Published: Aug 24, 2026 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Overview

Package flags implements injected flags to run tests.

Index

Constants

This section is empty.

Variables

View Source
var (

	// EventuallyTimeout is the timeout of async time cases execution.
	EventuallyTimeout time.Duration

	// ConsistentlyTimeout is the timeout of async time cases execution.
	ConsistentlyTimeout time.Duration

	// StabilityTimeout is the Consistently window test.EventuallyConsistently
	// appends after an assertion that had to retry before converging.
	StabilityTimeout time.Duration

	// QuickStabilityTimeout is the Consistently window appended after an
	// assertion that converged on its first evaluation. It is intentionally
	// short — the window runs after every assertion, so its length multiplies
	// across whole integration suites — yet still re-samples the state a dozen
	// times to reject one-off lucky matches.
	QuickStabilityTimeout time.Duration

	// NeverTimeout is the timeout of async time cases execution.
	NeverTimeout time.Duration

	// LogLevel is the log level of test cases.
	LogLevel = "debug"

	// RequireKTM indicates whether KTM integration tests must run and should fail instead of skipping when requirements are missing.
	RequireKTM bool
)

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