File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,5 @@ ccm remove
36
36
37
37
# run test
38
38
39
- export MAPPED_SCYLLA_VERSION=3.11.4
40
39
PROTOCOL_VERSION=4 pytest -rf --import-mode append $*
41
40
Original file line number Diff line number Diff line change @@ -185,10 +185,10 @@ def _get_dse_version_from_cass(cass_version):
185
185
DSE_CRED = os .getenv ('DSE_CREDS' , None )
186
186
CASSANDRA_VERSION = _get_cass_version_from_dse (DSE_VERSION .base_version )
187
187
CCM_VERSION = DSE_VERSION .base_version
188
- else : # we are testing against Cassandra or DDAC
188
+ else : # we are testing against Cassandra,DDAC or Scylla
189
189
if SCYLLA_VERSION :
190
190
cv_string = SCYLLA_VERSION
191
- mcv_string = os .getenv ('MAPPED_SCYLLA_VERSION' , None )
191
+ mcv_string = os .getenv ('MAPPED_SCYLLA_VERSION' , '3.11.4' ) # Assume that scylla matches cassandra `3.11.4` behavior
192
192
else :
193
193
cv_string = os .getenv ('CASSANDRA_VERSION' , None )
194
194
mcv_string = os .getenv ('MAPPED_CASSANDRA_VERSION' , None )
You can’t perform that action at this time.
0 commit comments