test: comment out hstreamdb:stop_client
This commit is contained in:
parent
3536b32ad2
commit
d63f10928d
|
@ -536,7 +536,7 @@ connect_direct_hstream(Name, Config) ->
|
|||
client(_Name, _Config, N) when N =< 0 -> error(cannot_connect);
|
||||
client(Name, Config, N) ->
|
||||
try
|
||||
_ = hstreamdb:stop_client(Name),
|
||||
%%_ = hstreamdb:stop_client(Name),
|
||||
{ok, Client} = hstreamdb:start_client(Name, default_options(Config)),
|
||||
ok = hstreamdb_client:echo(Client),
|
||||
Client
|
||||
|
|
Loading…
Reference in New Issue