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.
Click to show internal directories.
Click to hide internal directories.