java-driver icon indicating copy to clipboard operation
java-driver copied to clipboard

Fix regressions in integration tests on branch 3.x when running against Cassandra 3.11

Open avelanarius opened this issue 4 years ago • 0 comments

Some integration tests were disabled in #94, as they did not pass against Cassandra 3.11. Most of them work correctly in the upstream repository.

Fix those tests and re-enable them. Some tags in comments to look for:

  • @IntegrationTestDisabledCassandra3Failure - general regression compared to upstream repo, when running with Cassandra 3.11
  • @IntegrationTestDisabledDSECloud - disabling DSE Cloud tests
  • @IntegrationTestDisabledFlaky - disabling flaky (incorrect) test
  • @IntegrationTestDisabledNettyFailure - disabling test requiring more sophisticated netty installation (to be researched in the future)
  • @IntegrationTestDisabledPaxExamHttpsFailure - disabling test using outdated PaxExam library version
  • @IntegrationTestDisabledSSL - a disabled test that also happens to test SSL functionality

avelanarius avatar Sep 09 '21 09:09 avelanarius