1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration/plugin
Brian Goff e7479e3ab8 Fix logging plugin crash unrecoverable
In cases where a logging plugin has crashed when the daemon tries to
copy the container stdio to the logging plugin it returns a broken pipe
error and any log entries that occurr while the plugin is down are lost.

Fix this by opening read+write in the daemon so logs are not lost while
the plugin is down.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2018-05-14 16:51:56 -04:00
..
authz Skip some test on remote daemon for e2e run(s) 2018-04-26 16:25:52 +00:00
graphdriver Skip some test on remote daemon for e2e run(s) 2018-04-26 16:25:52 +00:00
logging Fix logging plugin crash unrecoverable 2018-05-14 16:51:56 -04:00
volumes Skip some test on remote daemon for e2e run(s) 2018-04-26 16:25:52 +00:00
pkg_test.go Add canonical import comment 2018-02-05 16:51:57 -05:00