about summary refs log tree commit diff
path: root/nixos/tests/cassandra.nix
Commit message (Collapse)AuthorAge
* nixos/cassandra: Port test to pythonDaniel Schaefer2019-11-07
|
* nixos/tests/cassandra: Test jmxPortDaniel Schaefer2019-07-31
| | | | | The test sets it to a non-standard port so it won't work accidentally now and we'll be sure that our NixOS option works.
* nixos/cassandra: Test remote auth only on v3.11+Daniel Schaefer2019-06-13
| | | | | | Below that it works but only when supplying a custom password file with restricted permissions (i.e. outside the nix-store). We can't do that using an absolute path in the tests.
* nixos/cassandra: Test jmxRolesDaniel Schaefer2019-06-13
|
* nixos/cassandra: Test maxHeapSizeDaniel Schaefer2019-06-13
|
* nixos/cassandra: Set test VM IPs staticallyDaniel Schaefer2019-06-13
|
* nixos/cassandra: Test seedAddressesDaniel Schaefer2019-06-13
|
* nixos/cassandra: Test clusterNameDaniel Schaefer2019-06-13
|
* nixos/cassandra: Use ipAddress and capital lettersDaniel Schaefer2019-06-13
|
* nixos/cassandra: Fix test by listening on IPDaniel Schaefer2019-06-13
| | | | | | | Seems like you can't have a node as its own seed when it's listening on an interface instead of an IP. At least the way it was done in the test doesn't work and I can't figure out any other way than to just listen on the IP address instead.
* cassandra: rewrote service from scratchThomas Bach2018-08-07
| | | | | Adds a replacement for the previously broken `services.database.cassandra` with tests for a multi-node setup.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* cassandra service: initCasey Ransom2016-08-02
The module will configure a Cassandra server with common options being tweakable. Included is also a test which will spin up 3 nodes and verify that the cluster can be formed, broken, and repaired.