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
Fix Consul --retry-join failure (#73)
* Never leave LOG_LEVEL unset in Compose file
* single-node Consul server should not use ContainerPilot
* Don't include port in --retry-join field when we rewrite CP config
Fix parsing of MySQL row in test rig to avoid intermittent test failu…
…res (#65)
Integration tests were "randomly" failing whenever the UUID of the value
we wrote to MySQL started with the "d", "e", or "f" characters because
these were getting stripped off during parsing and we'd incorrectly report
this as a replication failure.
Take advantage of failfast from autopilotpattern/testing (#66)
Updates the test running so that we don't tear down all our containers
on a failed test run so that we can do post-mortem debugging (except on
Shippable where we can't debug them anyways).