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 15
15
strategy :
16
16
matrix :
17
17
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 ]
19
19
20
20
steps :
21
21
- 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.
87
87
88
88
89
89
#### 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.
91
91
Includes code for spawning CCM as well as several modes for launching clusters
92
92
while testing. Together this also defines which tests require seperate clusters to
93
93
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
98
98
` TEST_PARALLEL_TASKS ` environment variable. Only applies to ` sbt test ` tasks.
99
99
100
100
### 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
102
102
listed in build.yaml. In addition the _ test-support_ module supports Cassandra
103
103
or other CCM Compatible installations.
104
104
You can’t perform that action at this time.
0 commit comments