Skip to content

Commit

Permalink
Remove code for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiee committed Nov 23, 2021
1 parent 9723803 commit 419b0b5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/test_graph_storage_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ def setup_class(cls):
try:
conn = Connection()
conn.open('127.0.0.1', 9671, 3000)
# conn.open('127.0.0.1', 29562, 3000) # local test

auth_result = conn.authenticate('root', 'nebula')
session_id = auth_result.get_session_id()
Expand Down Expand Up @@ -86,8 +85,6 @@ def setup_class(cls):
('172.28.1.2', 9559),
('172.28.1.3', 9559)],
50000)
# meta_cache = MetaCache([('127.0.0.1', 38295)],
# 50000)
cls.graph_storage_client = GraphStorageClient(meta_cache)

except Exception:
Expand Down

0 comments on commit 419b0b5

Please sign in to comment.