From c6d5ad7a89714e74c6f3280bc2ed39168f0545f4 Mon Sep 17 00:00:00 2001 From: Christina Ying Wang Date: Fri, 23 Sep 2022 13:05:23 -0700 Subject: [PATCH] Add test troubleshooting case that appears after upgrading system The error may be something to the effect of `failed to add the host (vethd6242de) <=> sandbox (veth8e47b1a) pair interfaces: operation not supported`. Change-type: patch Signed-off-by: Christina Ying Wang --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 68a4d817..420ebd27 100644 --- a/README.md +++ b/README.md @@ -247,6 +247,8 @@ git --version # >= 2.13.0 Also, ensure you're installing dependencies with `npm ci` as this will perform a clean install and guarantee the module versions specified are downloaded rather then installed which might attempt to upgrade! +If you have upgraded system packages and find that your tests are failing to initialize with docker network errors, a reboot may resolve this. See [this issue](https://github.com/moby/moby/issues/34575) for details. + ### DBus When developing on macOS you may need to install DBus on the development host.