about summary refs log tree commit diff
path: root/nixos/tests/centrifugo.nix
AgeCommit message (Collapse)AuthorFilesLines
2024-03-29nixos/tests/centrifugo: fix shards address list order in testsIvan Trubach1-5/+3
Redis shards list must be consistent between Centrifugo nodes. Before this change, NixOS tests were using invalid configurtaion since shards[hash(ch)] may select different Redis shard instance on each Centrifugo node. We don’t currently have any tests that exposed this behavior though.
2023-11-20centrifugo: init at 5.1.1Ivan Trubach1-0/+80