1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/internal/test/daemon
Brian Goff 20ea8942b8 Optimize test daemon startup
This adds some logs, handles timers better, and sets a request timeout
for the ping request.

I'm not sure the ticker in that loop is what we really want since the
ticker keeps ticking while we are (attempting) to make a request... but
I opted to not change that for now.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2019-05-06 10:36:05 -07:00
..
config.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
container.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
daemon.go Optimize test daemon startup 2019-05-06 10:36:05 -07:00
daemon_unix.go integration-cli: fix netns test cleanup 2018-11-01 13:23:47 -07:00
daemon_windows.go Remove daemon.BuildImageWithOut and use cli helpers function 2018-04-18 16:45:55 +02:00
node.go TestAPISwarmLeaderElection: add some debug 2018-11-01 13:24:39 -07:00
ops.go VXLAN UDP Port configuration support 2018-11-22 17:35:02 -05:00
plugin.go Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00
secret.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
service.go Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
swarm.go Completely remove d.NewClient from testing tools 2019-02-07 16:07:02 -08:00