Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: testing/legion/run_task.py

Issue 1001833005: Update from https://crrev.com/320343 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Supress Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/legion/rpc_methods.py ('k') | testing/scripts/gtest_perf_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/legion/run_task.py
diff --git a/testing/legion/run_task.py b/testing/legion/run_task.py
index 6a55073551f98819af34bf095ca221089c3f4fc3..26c6e5c877ca9010b5388d1b98ae13e5369fd573 100755
--- a/testing/legion/run_task.py
+++ b/testing/legion/run_task.py
@@ -34,12 +34,13 @@ def main():
logging.info(
'Registering with registration server at %s using OTP "%s"',
args.controller, args.otp)
- server = common_lib.ConnectToServer(args.controller).RegisterTask(
+ common_lib.ConnectToServer(args.controller).RegisterTask(
args.otp, common_lib.MY_IP)
server = rpc_server.RPCServer(args.controller, args.idle_timeout)
server.serve_forever()
+ logging.info('Server shutdown complete')
return 0
« no previous file with comments | « testing/legion/rpc_methods.py ('k') | testing/scripts/gtest_perf_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698