Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The cassandra tests were run on the latest version of Cassandra 4.1.0 and most probably the version contains some bugs as some tests were flaky. This PR pins version 4.0.7 for creating a 3-node Cassandra cluster, which solves the flakiness problem, however, the root cause of the problem is still unknown. Additionally, memory flags `HEAP_NEWSIZE=512M` and `MAX_HEAP_SIZE=2048M` are added for each node creation as the GitHub Actions Linux virtual machine has a RAM limit of 7GB.
- Loading branch information