133eff770e0a015e4fe486194c5aa5724f718c31
We run our CI on Scaleway C1 machine, which is pretty slow, including I/O. This test was failing on it, as it tried to write 100000 lines of log very fast, and the loggerCloseTimeout (defined and used in container/monitor.go) prevents the daemon to finish writing it within this time frame, Reducing the size to 150000 characters (75000 lines) should help avoiding hitting it, without compromising the test case itself. Alternatively, we could have increased the timeout further. It was originally set to 1s (commit b6a42673a) and later increased 10x (commit c0391bf55). Please let me know if you want me to go that way. Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com> Upstream-commit: 1bc93bff221bd30e80f776cc620a8937314569ef Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%