From e5c3fe9918de5d79ada8d24a2e36601d7a934929 Mon Sep 17 00:00:00 2001 From: Madhavan Sridharan Date: Thu, 26 May 2022 10:04:52 -0400 Subject: [PATCH] Bump up DSE & OSS C* versions the latest --- .github/workflows/main.yml | 2 +- doc/developers.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5499ec79..1ed4ae111 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: scala: [2.11.12] - db-version: [6.8.13, 5.1.24, 3.11.10, 4.0-rc2] + db-version: [6.8.24, 5.1.31, 3.11.13, 4.0.4] steps: - uses: actions/checkout@v2 diff --git a/doc/developers.md b/doc/developers.md index 62551c0e9..d6a45315d 100644 --- a/doc/developers.md +++ b/doc/developers.md @@ -87,7 +87,7 @@ anything which could be used for any application even if Spark is not involved. #### test-support -CCM Wrapper code. Much of this code is based on the Datastax Java Driver's test code. +CCM Wrapper code. Much of this code is based on the DataStax Java Driver's test code. Includes code for spawning CCM as well as several modes for launching clusters while testing. Together this also defines which tests require seperate clusters to run and the parallelization used while running tests. @@ -98,7 +98,7 @@ In order to limit the number of test groups running simultaneously use the `TEST_PARALLEL_TASKS` environment variable. Only applies to `sbt test` tasks. ### Set Cassandra Test Target -Our CI Build runs through the Datastax Infrastructure and tests on all the builds +Our CI Build runs through the DataStax Infrastructure and tests on all the builds listed in build.yaml. In addition the _test-support_ module supports Cassandra or other CCM Compatible installations.