Commit 6fa7cc2
Dump export-server logs after render in CI
The render test asserts a 200 + PNG, but when Puppeteer/Chrome throws the
worker returns a generic 500 "Error!" and logs the real exception via
winston. The existing 'docker logs' runs before the render request, so it
never captures that exception. Dump the container logs (and response body)
after the render request so a failing render surfaces the actual error and
stack trace in the CI output.
Diagnostic for the render 500 in run #675.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent bc742c0 commit 6fa7cc2
1 file changed
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
35 | 43 | | |
36 | 44 | | |
37 | 45 | | |
| |||
0 commit comments