This commit is contained in:
Alain Jobart 2015-09-11 12:50:18 -07:00
Родитель 255b7c0406
Коммит 80ca29cedc
2 изменённых файлов: 0 добавлений и 6 удалений

Просмотреть файл

@ -2,8 +2,6 @@
# Use of this source code is governed by a BSD-style license that can
# be found in the LICENSE file.
import logging
from itertools import izip
from urlparse import urlparse
@ -45,13 +43,11 @@ class GRPCUpdateStreamConnection(update_stream.UpdateStreamConnection):
return '<GRPCUpdateStreamConnection %s>' % self.addr
def dial(self):
logging.error("AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA")
p = urlparse('http://' + self.addr)
channel = implementations.insecure_channel(p.hostname, p.port)
self.stub = binlogservice_pb2.beta_create_UpdateStream_stub(channel)
def close(self):
logging.error("BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB")
self.stub = None
def is_closed(self):

Просмотреть файл

@ -10,8 +10,6 @@ import traceback
import threading
import unittest
from grpc.framework.interfaces.face import face
import environment
import tablet
import utils