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

Unified Diff: testing/legion/lib/task_registration_server.py

Issue 1585373003: Adding a cross-task eventing server. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing reviewer comments Created 4 years, 11 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
Index: testing/legion/lib/task_registration_server.py
diff --git a/testing/legion/lib/task_registration_server.py b/testing/legion/lib/task_registration_server.py
index 5c070ea78eabb617cfa81d70e1a774846249f36e..4c84c0989124b3724141c4a005ed04143cc88bcd 100644
--- a/testing/legion/lib/task_registration_server.py
+++ b/testing/legion/lib/task_registration_server.py
@@ -24,8 +24,6 @@ class TaskRegistrationServer(object):
self._rpc_server = None
self._thread = None
self._port = common_lib.GetUnusedPort()
- # Register for the shutdown event
- common_lib.OnShutdown += self.Shutdown
@property
def port(self):

Powered by Google App Engine
This is Rietveld 408576698