summary refs log tree commit diff
path: root/nixos/tests/redis.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-05-12nixos/tests/redis.nix: get rid of `with lib`Anderson Torres1-6/+4
2022-06-11nixos/tests: fix type mismatch in wait_for_open_portrnhmjoj1-1/+1
Fix some fallout from de3e423 (PR #171280).
2021-12-13nixos/redis: cleanup testsJulien Moutinho1-17/+19
2021-04-14nixos/users: require one of users.users.name.{isSystemUser,isNormalUser}Symphorien Gibol1-2/+1
As the only consequence of isSystemUser is that if the uid is null then it's allocated below 500, if a user has uid = something below 500 then we don't require isSystemUser to be set. Motivation: https://github.com/NixOS/nixpkgs/issues/112647
2021-04-03nixos/redis: add option unixSocketPermIzorkin1-1/+1
2021-01-10Merge pull request #108970 from xaverdh/pkgs-stdenv-libSandro1-1/+1
treewide: simplify pkgs.stdenv.lib -> pkgs.lib
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2021-01-09nixos/redis: add test for unix socket accessdadada1-3/+24
This adds a test to check if the unix socket is available to the `redis` group added in #90027.
2019-11-06nixos/redis: port test to pythonJan Hrnko1-8/+6
2019-09-01nixos/redis: add testFlorian Klink1-0/+26