1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Chris Telfer 805b6a7f74 Add test for ingress removal on service removal
The commit https://github.com/moby/moby/pull/35422 had the result of
accidentally causing the removal of the ingress network when the
last member of a service left the network.  This did not appear
in swarm instances because the swarm manager would still maintain
and return cluster state about the network even though it had
removed its sandbox and endpoint.  This test verifies that after a
service gets added and removed that the ingress sandbox remains
in a functional state.

Signed-off-by: Chris Telfer <ctelfer@docker.com>
2018-03-12 15:19:02 -04:00
..
build builder: fix layer lifecycle leak 2018-02-20 11:14:53 -08:00
config Add missing canonical import comment to files in integration tests 2018-03-01 22:51:11 +00:00
container Address expected vs actual in integration tests 2018-03-05 20:39:42 +00:00
image Migrate docker rm tests to api tests 2018-03-05 20:35:14 +00:00
internal Merge pull request #36444 from yongtang/02142018-events-tests 2018-03-06 08:36:30 +01:00
network Add test for ingress removal on service removal 2018-03-12 15:19:02 -04:00
plugin Improve docstrings and small cleanup in client 2018-02-20 15:15:02 -05:00
secret Add missing canonical import comment to files in integration tests 2018-03-01 22:51:11 +00:00
service Fixes some integration/container test to run on remote daemon 2018-03-05 14:24:01 +01:00
session Migrates session tests in integration-cli to api tests 2018-02-11 23:14:39 +00:00
system Migrate events tests to api tests 2018-03-05 16:13:48 +00:00
testdata/https integration/plugin/authz: port tests from integration-cli 2017-10-02 14:20:59 +01:00
volume Migrate volumes tests in integration-cli to api tests 2018-02-27 05:18:31 +00:00
doc.go Add canonical import comment 2018-02-05 16:51:57 -05:00