aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/README.md
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-05-03 15:50:56 -0700
committerGravatar kpayson64 <kpayson@google.com>2018-05-03 15:50:56 -0700
commit6d6c780ffcb95c3e99c8dcd1dc2204425589ed80 (patch)
treeb14231e944f29662fe892415c0eac5e076a639d4 /tools/run_tests/README.md
parenta0bc0ac169ecae34b5a7a43cb5e0fdfc9662d22a (diff)
parent6a14efc0236d8ff723c662305b5e7dac7f0cf491 (diff)
Merge remote-tracking branch 'upstream/master' into remove_cleanup_thread
Diffstat (limited to 'tools/run_tests/README.md')
-rw-r--r--tools/run_tests/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/run_tests/README.md b/tools/run_tests/README.md
index ceddc21a98..64d67e47d9 100644
--- a/tools/run_tests/README.md
+++ b/tools/run_tests/README.md
@@ -14,6 +14,8 @@ Builds gRPC in given language and runs unit tests. Use `tools/run_tests/run_test
- `--use_docker` Builds a docker container containing all the prerequisites for given language and runs the tests under that container.
- `--build_only` Only build, do not run the tests.
+Note: If you get an error such as `ImportError: No module named httplib2`, then you may be missing some Python modules. Install the module listed in the error and try again.
+
Note: some tests may be flaky. Check the "Issues" tab for known flakes and other issues.
The full suite of unit tests will take many minutes to run.