instrument sandbox usecases
This commit is contained in:
parent
a86e1ee8c7
commit
4cdf6e45de
5 changed files with 191 additions and 49 deletions
|
|
@ -502,6 +502,8 @@ def test_startup_reconciliation_reuses_existing_container_after_restart(
|
|||
runtime=runtime,
|
||||
clock=FakeClock(created_at),
|
||||
logger=logger,
|
||||
metrics=NoopMetrics(),
|
||||
tracer=NoopTracer(),
|
||||
ttl=timedelta(minutes=5),
|
||||
),
|
||||
cleanup_expired_sandboxes=CleanupExpiredSandboxes(
|
||||
|
|
@ -510,6 +512,8 @@ def test_startup_reconciliation_reuses_existing_container_after_restart(
|
|||
runtime=runtime,
|
||||
clock=FakeClock(created_at),
|
||||
logger=logger,
|
||||
metrics=NoopMetrics(),
|
||||
tracer=NoopTracer(),
|
||||
),
|
||||
)
|
||||
container = AppContainer(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue