Skip to content

Commit

Permalink
updated versions of c* to 3.11.13 and 4.1-alpha1
Browse files Browse the repository at this point in the history
  • Loading branch information
smiklosovic committed Jun 28, 2022
1 parent 2001d8d commit cf0bc65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- m2-{{ checksum "pom.xml" }}
- m2-

- run: (echo "${google_application_credentials}" > /tmp/gcp.json) && mvn clean install -PsnapshotRepo,rpm,deb,cloudTests,localTests -DoutputDirectory=/tmp/artifacts -Dcassandra3.version=3.11.11 -Dcassandra4.version=4.0.0
- run: (echo "${google_application_credentials}" > /tmp/gcp.json) && mvn clean install -PsnapshotRepo,rpm,deb,cloudTests,localTests -DoutputDirectory=/tmp/artifacts -Dcassandra3.version=3.11.13 -Dcassandra4.version=4.1-alpha1

- save_cache:
paths:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ public abstract class AbstractBackupTest {

protected static final Logger logger = LoggerFactory.getLogger(AbstractBackupTest.class);

public static final String CASSANDRA_VERSION = System.getProperty("cassandra3.version", "3.11.10");
public static final String CASSANDRA_VERSION = System.getProperty("cassandra3.version", "3.11.13");

public static final String CASSANDRA_4_VERSION = System.getProperty("cassandra4.version", "4.0.3");
public static final String CASSANDRA_4_VERSION = System.getProperty("cassandra4.version", "4.1-alpha1");

// This is number of rows we inserted into Cassandra DB in total
// we backed up first 6 rows. For the last two rows, they are stored in commit logs.
Expand Down

0 comments on commit cf0bc65

Please sign in to comment.