mirror of
https://github.com/CloudNebulaProject/barycenter.git
synced 2026-04-10 13:10:42 +00:00
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> |
||
|---|---|---|
| .. | ||
| integration_test.rs | ||