diff options
author | Sree Kuchibhotla <sreek@google.com> | 2016-02-26 13:41:06 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2016-02-26 13:43:55 -0800 |
commit | da25fdb8826d59c30a851e4e936b09e450247301 (patch) | |
tree | becb045ba86372287f46a38f52a8903b1aabfb48 /tools/run_tests/stress_test/run_client.py | |
parent | 61c134f5f83a1897264016ef765e82b61ebd3992 (diff) |
Address code review comments
Diffstat (limited to 'tools/run_tests/stress_test/run_client.py')
-rwxr-xr-x | tools/run_tests/stress_test/run_client.py | 1 |
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 |