Skip to content

Commit

Permalink
modify listProcedures
Browse files Browse the repository at this point in the history
  • Loading branch information
lipanpan03 committed Nov 29, 2023
1 parent 1477c92 commit 1d5cf2e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ public static void listProcedures(TuGraphDbRpcClient client) throws Exception {
log.info("testListProcedures : " + result);
JSONArray array = JSONObject.parseArray(result);
assert array.size()==2;
Thread.sleep(3000);
String result2 = client.listProcedures("CPP", "v1", "default", host+":29093");
String result3 = client.listProcedures("CPP", "v1", "default", host+":29094");
JSONArray array2 = JSONObject.parseArray(result2), array3 = JSONObject.parseArray(result3);
Expand Down

0 comments on commit 1d5cf2e

Please sign in to comment.