1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
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
..
build Skip some test on remote daemon for e2e run(s) 2018-04-26 16:25:52 +00:00
config Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
container Merge pull request #36944 from vdemeester/fix-e2e-run 2018-04-27 05:03:12 -10:00
image Move integration-cli/request to internal/test/request… 2018-04-17 16:25:59 +02:00
internal Fix logging plugin crash unrecoverable 2018-05-14 16:51:56 -04:00
network Merge pull request #36803 from adshmh/refactor-network-integration-tests-use-swarm-create-service 2018-05-08 00:21:32 +02:00
plugin Fix logging plugin crash unrecoverable 2018-05-14 16:51:56 -04:00
secret Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
service Skip some test on remote daemon for e2e run(s) 2018-04-26 16:25:52 +00:00
session Move integration-cli/request to internal/test/request… 2018-04-17 16:25:59 +02:00
system Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Skip some test on remote daemon for e2e run(s) 2018-04-26 16:25:52 +00:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00