Improving local HealthServiceIntegrationTest reliablility

There appears to be a race condidtion with the simulacron library that causes
test failure if we don't wait long enough.  This patch simply extends
the window that we can wait for a test node to come back online.

Patch by Jon Haddad; Reviewed by Dinesh Joshi for CASSANDRA-15615
2 files changed
tree: 8ac223d35bfd7c86cd19d6d8299b4a7db709a35f
  1. .circleci/
  2. gradle/
  3. ide/
  4. src/
  5. .gitignore
  6. api.yaml
  7. build.gradle
  8. CHANGES.txt
  9. checkstyle.xml
  10. gradlew
  11. gradlew.bat
  12. LICENSE.txt
  13. README.md
README.md

Apache Cassandra Sidecar [WIP]

This is a Sidecar for the highly scalable Apache Cassandra database. For more information, see the Apache Cassandra web site and CIP-1.

This is project is still WIP.

Requirements

  1. Java >= 1.8 (OpenJDK or Oracle)
  2. Apache Cassandra 4.0

Getting started

After you clone the git repo, you can use the gradle wrapper to build and run the project. Make sure you have Apache Cassandra running on the host & port specified in conf/sidecar.yaml.

$ ./gradlew run

You can use build, test to build & test the project.

Wondering where to go from here?