Skip to content

Commit

Permalink
fix standalone
Browse files Browse the repository at this point in the history
  • Loading branch information
cangfengzhs committed Dec 8, 2022
1 parent b4a9d62 commit b661084
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/common/nebula_service.py
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,11 @@ def init_standalone(self):
self.graphd_param,
is_standalone=True
)
index = index + 1
listener = NebulaProcess(
"listener",
self.all_ports[index: index + self.ports_per_process],
suffix_index,
0,
self.listener_param
)
self.graphd_processes.append(standalone)
Expand Down

0 comments on commit b661084

Please sign in to comment.