File tree Expand file tree Collapse file tree 2 files changed +2
-7
lines changed
tests/src/integration/ccm Expand file tree Collapse file tree 2 files changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -614,8 +614,7 @@ pipeline {
614
614
' centos/8-64/cpp' ,
615
615
' ubuntu/trusty64/cpp' ,
616
616
' ubuntu/xenial64/cpp' ,
617
- ' ubuntu/bionic64/cpp' ,
618
- ' osx/high-sierra'
617
+ ' ubuntu/bionic64/cpp'
619
618
}
620
619
}
621
620
Original file line number Diff line number Diff line change @@ -496,11 +496,7 @@ class DseVersion : public CassVersion {
496
496
} else if (*this == " 5.1.16" ) {
497
497
return CassVersion (" 3.11.4-5116" );
498
498
} else if (*this >= " 5.1.17" && *this < " 6.0.0" ) {
499
- if (*this > " 5.1.17" ) {
500
- std::cerr << " Cassandra Version is not Defined: "
501
- << " Add Cassandra version for DSE v" << this ->to_string () << std::endl;
502
- }
503
- return CassVersion (" 3.11.4-5117" );
499
+ return CassVersion (" 3.11.4" );
504
500
} else if (*this >= " 6.0.0" && *this < " 6.7.0" ) {
505
501
return CassVersion (
506
502
" 3.11.2-5111" ); // Versions before DSE 6.7 erroneously return they support Cassandra 4.0.0
You can’t perform that action at this time.
0 commit comments