1
0
Fork 0
mirror of https://github.com/pomerium/pomerium.git synced 2025-10-11 05:58:49 +02:00
Commit graph

2 commits

Author SHA1 Message Date
Joe Kralicky
526e2a58d6
New integration test fixtures ()
* 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
2024-11-05 14:31:40 -05:00
Joe Kralicky
fe31799eb5
Fix many instances of contexts and loggers not being propagated ()
This also replaces instances where we manually write "return ctx.Err()"
with "return context.Cause(ctx)" which is functionally identical, but
will also correctly propagate cause errors if present.
2024-10-25 14:50:56 -04:00