Skip to content

Commit

Permalink
use DSE 6.8.33 in int tests (#307)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Senic authored Mar 29, 2023
1 parent e709c0d commit 4406010
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<!-- Integration test props -->
<!-- When updating please change defaults in the DseTestResource class -->
<stargate.int-test.cassandra.image>datastax/dse-server</stargate.int-test.cassandra.image>
<stargate.int-test.cassandra.image-tag>6.8.32</stargate.int-test.cassandra.image-tag>
<stargate.int-test.cassandra.image-tag>6.8.33</stargate.int-test.cassandra.image-tag>
<stargate.int-test.coordinator.image>stargateio/coordinator-dse-68</stargate.int-test.coordinator.image>
<stargate.int-test.coordinator.image-tag>v${stargate.version}</stargate.int-test.coordinator.image-tag>
<stargate.int-test.cluster.name>dse-${stargate.int-test.cassandra.image-tag}-cluster</stargate.int-test.cluster.name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public DseTestResource() {
super();

if (null == System.getProperty("testing.containers.cassandra-image")) {
System.setProperty("testing.containers.cassandra-image", "datastax/dse-server:6.8.32");
System.setProperty("testing.containers.cassandra-image", "datastax/dse-server:6.8.33");
}

if (null == System.getProperty("testing.containers.stargate-image")) {
Expand Down

0 comments on commit 4406010

Please sign in to comment.