Skip to content
Snippets Groups Projects
Commit 11ae5a77 authored by Eric Gribkoff's avatar Eric Gribkoff Committed by GitHub
Browse files

Merge pull request #9275 from ericgribkoff/docker_space_issue

Add note to help diagnose disk space errors with docker
parents d112aac7 afb23e51
No related branches found
No related tags found
No related merge requests found
...@@ -22,6 +22,10 @@ The script is also capable of running interop tests for grpc-java and grpc-go, u ...@@ -22,6 +22,10 @@ The script is also capable of running interop tests for grpc-java and grpc-go, u
######Example ######Example
`tools/run_tests/run_interop_tests.py -l csharp -s c++ --use_docker` (run interop tests with C# client and C++ server) `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) #Performance benchmarks (run_performance_tests.py)
Runs predefined benchmark scenarios for given languages. Besides the simple configuration of running all the scenarios locally, Runs predefined benchmark scenarios for given languages. Besides the simple configuration of running all the scenarios locally,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment