Skip to content

Commit

Permalink
remove the unreliable zkCli test
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Sep 6, 2023
1 parent e8fe211 commit f4d1eb2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nix/zookeeper_test.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
settings.processes.test =
{
command = pkgs.writeShellApplication {
runtimeInputs = [ pkgs.bash config.services.zookeeper.z1.package ];
runtimeInputs = [ config.services.zookeeper.z1.package pkgs.netcat.nc ];
text = ''
bash zkCli.sh -server localhost:2181 get /
echo stat | nc localhost 2181
'';
name = "zookeeper-test";
};
Expand Down

0 comments on commit f4d1eb2

Please sign in to comment.