diff options
author | hcaseyal <hcaseyal@gmail.com> | 2018-04-26 14:27:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-26 14:27:00 -0700 |
commit | 32d74cd79c3e463345d7d296073223ecd6f30da8 (patch) | |
tree | 8ebb4ad70ba471edde788b71054928c7dc574fb4 | |
parent | 342a371b7cc276cf50de05cc01804017967e625b (diff) | |
parent | 8d6f4619e3eb17250d35d52f3192e21f24c5750e (diff) |
Merge pull request #15174 from hcaseyal/test_instructions
Update the run tests instructions to clarify a python module error
-rw-r--r-- | tools/run_tests/README.md | 2 |
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. |