1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/integration
Boaz Shuster 48a26ba9e4 Add an integration test for bug #31392 regression
This verifies that bug #31392 won't surface again.

To reproduce the bug:
1) docker run -dit --name a0 busybox sh
2) docker run -dit --name b0 --link a0 busybox sh
3) docker rename a0 a1
4) docker run -dit --name a0 busybox sh
5) docker rm -f b0
6) docker run -dit --name b0 --link a0 busybox sh

Signed-off-by: Boaz Shuster <ripcurld.github@gmail.com>
2017-09-26 10:55:59 +03:00
..
container Add an integration test for bug #31392 regression 2017-09-26 10:55:59 +03:00
service Merge pull request #34674 from pradipd/windows_routingmesh 2017-09-18 15:56:17 -07:00
system Set integration test OSType with environment variable 2017-09-20 19:50:17 +02:00
util/request move api test client setup to a package. 2017-08-09 11:02:57 -04:00
doc.go