pub const KTSTR_CONTENTION_BYPASS_ENV: &str = "KTSTR_CONTENTION_BYPASS";Expand description
Name of the environment variable that bypasses the contention
guard at scenario setup. Strict v == "1" semantics (only
the literal "1" enables; everything else disables). Used
by tests that need to provoke contention scenarios without
the production guard kicking in.