aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/stress_interop_client.cc
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-01-06 08:09:02 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-01-06 08:09:02 -0800
commit7cecfa6c48b3f58d0a242b8dfbb671345b95e78f (patch)
tree540a615419d024b44f4c07c6bdfe0c9c51470d16 /test/cpp/interop/stress_interop_client.cc
parent0fa95eab813e0561a9fb998ff0588521e42dba02 (diff)
Adjust the log levels in interop tests and stress tests
Diffstat (limited to 'test/cpp/interop/stress_interop_client.cc')
-rw-r--r--test/cpp/interop/stress_interop_client.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/stress_interop_client.cc b/test/cpp/interop/stress_interop_client.cc
index 5d2951e3ed..04671fb935 100644
--- a/test/cpp/interop/stress_interop_client.cc
+++ b/test/cpp/interop/stress_interop_client.cc
@@ -112,7 +112,7 @@ void StressTestInteropClient::MainLoop(std::shared_ptr<Gauge> qps_gauge) {
gpr_time_cmp(gpr_now(GPR_CLOCK_REALTIME), test_end_time) < 0) {
// Select the test case to execute based on the weights and execute it
TestCaseType test_case = test_selector_.GetNextTest();
- gpr_log(GPR_INFO, "%d - Executing the test case %d", test_id_, test_case);
+ gpr_log(GPR_DEBUG, "%d - Executing the test case %d", test_id_, test_case);
RunTest(test_case);
num_calls_per_interval++;