aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Eric Gribkoff <ericgribkoff@google.com>2017-01-06 14:22:08 -0800
committerGravatar GitHub <noreply@github.com>2017-01-06 14:22:08 -0800
commit11ae5a77d6b2a059ef3fe4742ff2cc8b03b17139 (patch)
tree146dde46c298301cbe0611f5abff52806091488e
parentd112aac7dc7caff6af8c4bd1ec549d4f711cd711 (diff)
parentafb23e51b2bb514a29aff4966add0d2e0422b0c2 (diff)
Merge pull request #9275 from ericgribkoff/docker_space_issue
Add note to help diagnose disk space errors with docker
-rw-r--r--tools/run_tests/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/run_tests/README.md b/tools/run_tests/README.md
index dd727f4309..e709ddd2c0 100644
--- a/tools/run_tests/README.md
+++ b/tools/run_tests/README.md
@@ -22,6 +22,10 @@ The script is also capable of running interop tests for grpc-java and grpc-go, u
######Example
`tools/run_tests/run_interop_tests.py -l csharp -s c++ --use_docker` (run interop tests with C# client and C++ server)
+Note: if you see an error like `no space left on device` when running the
+interop tests using Docker, make sure that Docker is building the image files in
+a location with sufficient disk space.
+
#Performance benchmarks (run_performance_tests.py)
Runs predefined benchmark scenarios for given languages. Besides the simple configuration of running all the scenarios locally,