Commit f145c04
fix: Add PYTHONUNBUFFERED and increase test wait time for Docker logs
- Add PYTHONUNBUFFERED=1 to Dockerfile environment variables to disable
Python's stdout/stderr buffering in containers
- Increase test wait time from 2 to 5 seconds to allow logs to be written
before checking them in test_docker_stdio_transport and
test_docker_http_transport
- This fixes the issue where Docker containers were running successfully
but logs weren't visible immediately due to Python output buffering
All Docker installation tests now pass locally.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent af427c3 commit f145c04
2 files changed
Lines changed: 8 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
102 | 105 | | |
103 | 106 | | |
104 | 107 | | |
| |||
184 | 187 | | |
185 | 188 | | |
186 | 189 | | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
187 | 193 | | |
188 | 194 | | |
189 | 195 | | |
| |||
0 commit comments