Commit 1fadb40
fix(core): add container logs to TimeoutError when wait strategy times out (#1007)
Include container logs in TimeoutError when wait strategy times out
Improves debugging when a container fails to start properly by attaching
the stdout/stderr logs directly to the raised TimeoutError.
---------
Co-authored-by: Dave Ankin <alexanderankin@gmail.com>
Co-authored-by: Roy Moore <roy@moore.co.il>1 parent 4c53b89 commit 1fadb40
1 file changed
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
| 225 | + | |
| 226 | + | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
225 | 230 | | |
226 | 231 | | |
227 | 232 | | |
| |||
0 commit comments