From a368348f4843784234bb7d7a5718b2c88ce4fce0 Mon Sep 17 00:00:00 2001 From: Hope Casey-Allen Date: Mon, 9 Apr 2018 15:50:31 -0700 Subject: [PATCH] Update unit testing documentation --- tools/run_tests/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/run_tests/README.md b/tools/run_tests/README.md index 60f20747cd0..ceddc21a984 100644 --- a/tools/run_tests/README.md +++ b/tools/run_tests/README.md @@ -14,6 +14,10 @@ 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: 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. + # Interop tests (run_interop_tests.py) Runs tests for cross-platform/cross-language interoperability. For more details, see [Interop tests descriptions](/doc/interop-test-descriptions.md)