You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the first example will fail if your Docker host does not have the nginx image pulled. Maybe a way to indicate the image should be pulled if it doesn't exist in the host could be useful?
The text was updated successfully, but these errors were encountered:
* Respect custom waitStrategy for InfluxDB (#1)
fix(influxdb): Respect passed waitStrategy
* Refactor test to use require for container state assertion
Co-authored-by: Steven Hartland <[email protected]>
* Change default wait strategy from checking logs to health check for influxdb2 (#2)
* /health check waitStrategy for influx1 and influx2
* Undo health endpoint test after default strategy was changed
* Update http health check to verify JSON status value (#3)
* Move Shutdown check to WithInitDb (#4)
Move Shutdown check to WithInitDb
* Remove slice
Co-authored-by: Steven Hartland <[email protected]>
* Simplify comment
Co-authored-by: Steven Hartland <[email protected]>
* More precise WitInitDb domment
---------
Co-authored-by: Steven Hartland <[email protected]>
Currently, the first example will fail if your Docker host does not have the
nginx
image pulled. Maybe a way to indicate the image should be pulled if it doesn't exist in the host could be useful?The text was updated successfully, but these errors were encountered: