compose/tests
joeweoj 8a339946fa
Fixed depends_on recreation behaviour for issue #6589
Previously any containers which did *not* have any links were always recreated.
In order to fix depends_on and preserve expected links recreation behaviour, we now only use the ConvergenceStrategy.always recreation strategy for a service if any of the the following conditions are true:
* --always-recreate-deps flag provided
* service container is stopped
* service defines links but the container does not have any
* container has links but the service definition does not

Signed-off-by: joeweoj <joewardell@gmail.com>
2019-03-26 11:48:20 +00:00
..
acceptance Merge pull request #6547 from kudos/bugfix/scale-zero-default 2019-03-07 15:40:14 +00:00
fixtures Add tests for compose file 'scale: 0' 2019-03-06 12:57:14 +00:00
integration Fixed depends_on recreation behaviour for issue #6589 2019-03-26 11:48:20 +00:00
unit Update data for unit tests 2019-03-08 07:43:53 +01:00
__init__.py Update pre-commit config to enforace that future imports exist in all files. 2016-01-07 13:09:03 -05:00
helpers.py Bump python SDK to 3.0.0 2018-01-31 18:54:58 -08:00