Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SPARKC-683 Bump up DSE & OSS C* versions the latest #1346

Open
wants to merge 1 commit into
base: b2.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions doc/developers.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down