test: fix two failing tests (WSL systemd + cache timeout) #29
Reference in New Issue
Block a user
Delete Branch "fix/test-wsl-cache-timeouts"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Fixes two failing tests discovered during routine CI audit:
test_wsl_with_systemd— missingshutil.whichmonkeypatch caused the test to returnFalseearly becausesystemctlis not on$PATHin the CI container.test_concurrent_inserts_settle_at_cap— creating 160 realAIAgentinstances (~4s each) exceeded the 30-second global SIGALRM timeout. Reduced to 24 agents so the test completes in ~12s while still exercising concurrent cache eviction.LGTM — test fixes for WSL systemd + cache timeout look clean.
New commits pushed, approval review dismissed automatically according to repository settings
439065c5a4to9a9d324418LGTM, fixes WSL + timeout tests for the merge gate.