Route HTTP request logs to test output - #1513
Conversation
|
@claude review these changes |
|
Claude finished @SapiensAnatis's task in 2m 23s —— View job Reviewing PR #1513
Neat approach — using the ambient Findings1. Body-less 2. 3. Non-HTTP-triggered logs are silently dropped — Verification
Otherwise this is a well-scoped, well-commented addition — the docstrings on |
42fd3fb to
c1c9e57
Compare
c769297 to
040eac4
Compare
|
Claude finished @SapiensAnatis's task in 4m 27s —— View job Reviewing new commits on PR #1513
Both findings from the initial review have been addressed properly:
I also checked for a couple of related risks and didn't find problems:
No new issues found in these two commits. |
Our integration tests spin up a single HTTP server and send parallel requests to it as different users, for performance reasons. This unfortunately makes it hard to associate logs to any particular test run: parallelism means that if you just capture stdout, you will start to see logs from other tests that ran at the same time.
This is a little experiment to see if we can make a 'smart' logger that uses a HTTP header to redirect output to the appropriate test.