barycenter/tests
Till Wegmueller f2d08af4d0
test: capture server stderr to diagnose CI failures
Problem:
- Integration tests are failing in CI with "Server failed to start"
- Server stdout/stderr were suppressed, hiding the actual error
- Can't diagnose why server won't start in CI environment

Changes:
- Change stderr from null() to piped()
- Capture and print stderr output when server fails to start
- Fix redundant pattern matching (is_ok() instead of if let Ok(_))

This will help us see the actual error message from the server
in CI logs and diagnose the root cause of the startup failure.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-29 14:08:33 +01:00
..
integration_test.rs test: capture server stderr to diagnose CI failures 2025-11-29 14:08:33 +01:00