aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/run_tests/stress_test
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-02-26 13:41:06 -0800
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-02-26 13:43:55 -0800
commitda25fdb8826d59c30a851e4e936b09e450247301 (patch)
treebecb045ba86372287f46a38f52a8903b1aabfb48 /tools/run_tests/stress_test
parent61c134f5f83a1897264016ef765e82b61ebd3992 (diff)
Address code review comments
Diffstat (limited to 'tools/run_tests/stress_test')
-rwxr-xr-xtools/run_tests/stress_test/run_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/run_tests/stress_test/run_client.py b/tools/run_tests/stress_test/run_client.py
index 33958bce49..0fa1bf1cb9 100755
--- a/tools/run_tests/stress_test/run_client.py
+++ b/tools/run_tests/stress_test/run_client.py
@@ -142,7 +142,6 @@ def run_client():
# Check if stress_client is still running. If so, collect metrics and upload
# to BigQuery status table
if stress_p.poll() is not None:
- # TODO(sree) Upload completion status to BigQuery
end_time = datetime.datetime.now().isoformat()
event_type = EventType.SUCCESS
details = 'End time: %s' % end_time