mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-28 08:27:26 +02:00
New integration test fixtures (#5233)
* Initial test environment implementation * linter pass * wip: update request latency test * bugfixes * Fix logic race in envoy process monitor when canceling context * skip tests using test environment on non-linux
This commit is contained in:
parent
3d958ff9c5
commit
526e2a58d6
29 changed files with 2972 additions and 101 deletions
|
@ -7,4 +7,6 @@ var (
|
|||
DebugDisableZapLogger atomic.Bool
|
||||
// Debug option to suppress global warnings
|
||||
DebugDisableGlobalWarnings atomic.Bool
|
||||
// Debug option to suppress global (non-warning) messages
|
||||
DebugDisableGlobalMessages atomic.Bool
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue