moby--moby/integration/container
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
..
create_test.go Move ErrorContains to an internal package. 2017-08-25 12:04:58 -04:00
main_test.go Protect entire environment when testing 2017-09-14 19:27:09 +02:00
rename_test.go Add an integration test for bug #31392 regression 2017-09-26 10:55:59 +03:00