test: comment out hstreamdb:stop_client

This commit is contained in:
JianBo He 2024-03-28 13:25:01 +08:00
parent 3536b32ad2
commit d63f10928d
1 changed files with 1 additions and 1 deletions

View File

@ -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