File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515 strategy :
1616 matrix :
1717 scala : [2.11.12]
18- db-version : [6.8.13 , 5.1.24 , 3.11.10 , 4.0-rc2 ]
18+ db-version : [6.8.24 , 5.1.31 , 3.11.13 , 4.0.4 ]
1919
2020 steps :
2121 - uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ anything which could be used for any application even if Spark is not involved.
8787
8888
8989#### test-support
90- CCM Wrapper code. Much of this code is based on the Datastax Java Driver's test code.
90+ CCM Wrapper code. Much of this code is based on the DataStax Java Driver's test code.
9191Includes code for spawning CCM as well as several modes for launching clusters
9292while testing. Together this also defines which tests require seperate clusters to
9393run and the parallelization used while running tests.
@@ -98,7 +98,7 @@ In order to limit the number of test groups running simultaneously use the
9898` TEST_PARALLEL_TASKS ` environment variable. Only applies to ` sbt test ` tasks.
9999
100100### Set Cassandra Test Target
101- Our CI Build runs through the Datastax Infrastructure and tests on all the builds
101+ Our CI Build runs through the DataStax Infrastructure and tests on all the builds
102102listed in build.yaml. In addition the _ test-support_ module supports Cassandra
103103or other CCM Compatible installations.
104104
You can’t perform that action at this time.
0 commit comments