about summary refs log tree commit diff
path: root/nixos/tests/tinydns.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-08nixos/tests/tinydns.nix: test a few more queriesBas van Dijk1-1/+1
2021-11-08djbdns: fix crash due to data ulimitBas van Dijk1-1/+15
This fixes: https://github.com/NixOS/nixpkgs/issues/119066. When `djbdns` is repeatedly queried it will crash with: ``` mmap: tinydns (842): VmData 331776 exceed data ulimit 300000. Update limits or use boot option ignore_rlimit_data. ``` So we increase the softlimit from 300000 to 4500000 as suggested in the issue. The `tinydns` NixOS test has been extended with testing for the faulty behaviour.
2020-02-19nixos/tinydns: use local dns server to fix testSergey Lukjanov1-1/+1
2019-11-08nixos/tinydns: port test to pythonFlorian Klink1-4/+4
2019-05-16nixos: add test for tinydnsBas van Dijk1-0/+26