Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
HarrisChu committed Sep 20, 2023
1 parent 1fe9a44 commit 0953aae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/test_session.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,10 @@ def test_2_reconnect(self):
time.sleep(2)

# wait for the session space info to be updated to meta service
session.execute(
resp = session.execute(
'CREATE SPACE IF NOT EXISTS test_session(vid_type=FIXED_STRING(8)); USE test_session;'
)
assert resp.is_succeeded(), resp.error_msg()
time.sleep(10)
for i in range(0, 5):
if i == 3:
Expand Down

0 comments on commit 0953aae

Please sign in to comment.