Tianon Gravi
c16b7e1cc2
Fix "docker-build.sh" wrapper to handle images with ONBUILD instructions more automatically
...
The way we handle this semi-gracefully is to create a fake "docker save" tarball that contains just a single layer whose parent is the image we're wanting to test, and whose "config" is the same as the parent image, but with "OnBuild" nulled out, and adjust the build to use that new layer as the base for the build instead.
2015-11-13 11:17:30 -08:00
Tianon Gravi
506479962b
Convert the tests to use "docker build" instead of explicit bind-mounts
2015-11-11 09:24:48 -08:00
Tianon Gravi
8c589b5d14
Fix postgres test paths
2015-10-08 09:45:47 -07:00
Mike Dillon
cef058a195
Move retry functionality into its own script
2015-09-11 21:40:07 -07:00
Mike Dillon
cdc0939ee4
Add retry function to run.sh
2015-09-11 15:45:11 -07:00
Mike Dillon
86d3922345
Dump docker logs on after max connection retries
2015-09-02 17:36:30 -07:00
Mike Dillon
393aa53b54
Output a dot for each Postgres connection attempt
2015-08-31 22:26:25 -07:00
Mike Dillon
4ddf41ea6e
Make number of tries and sleep duration for postgres tests configurable
2015-08-31 22:25:35 -07:00
Tianon Gravi
c91c1eb20c
Update tests to use "docker rm -v" so volumes get cleaned up too
2015-08-21 10:39:51 -07:00
Joe Ferguson
53af1230aa
Connections
2015-07-30 16:29:18 -07:00
Tianon Gravi
15f3541b6d
Add a test for new postgres initdb logic
2015-07-23 14:24:35 -07:00