Skip to content

Commit

Permalink
NO-JIRA Upgrade RollingUpgradeTest version to 2.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clebertsuconic committed Dec 12, 2024
1 parent 539bd08 commit dea7f58
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
6 changes: 2 additions & 4 deletions tests/compatibility-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,8 @@
</artifactItems>
</configuration>
</execution>
<!-- TODO: Switch this to 2.37.0 as soon as we release it.
It will be important to test the switch at the current and previous version. -->
<execution>
<id>unpack-2.36.0</id>
<id>unpack-2.37.0</id>
<phase>compile</phase>
<goals>
<goal>unpack</goal>
Expand All @@ -311,7 +309,7 @@
<artifactItem>
<groupId>org.apache.activemq</groupId>
<artifactId>apache-artemis</artifactId>
<version>2.36.0</version>
<version>2.37.0</version>
<classifier>bin</classifier>
<type>zip</type>
<outputDirectory>${basedir}/target/old-releases</outputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,7 @@ public class RollingUpgradeTest extends RealServerTestBase {

private static final String TWO_THIRTY = "./target/old-releases/apache-artemis-2.30.0";

// TODO: Upgrade this towards 2.37 as soon as we release it
private static final String TWO_THIRTY_SIX = "./target/old-releases/apache-artemis-2.36.0";
private static final String TWO_THIRTY_SEVEN = "./target/old-releases/apache-artemis-2.37.0";

private static final String QUEUE_NAME = "RollQueue";

Expand Down Expand Up @@ -188,8 +187,8 @@ public void testRollUpgrade_2_30() throws Exception {
}

@Test
public void testRollUpgrade_2_36() throws Exception {
testRollUpgrade(new File(TWO_THIRTY_SIX), HelperBase.getHome(ARTEMIS_HOME_PROPERTY));
public void testRollUpgrade_2_37() throws Exception {
testRollUpgrade(new File(TWO_THIRTY_SEVEN), HelperBase.getHome(ARTEMIS_HOME_PROPERTY));
}

// Define a System Property TEST_ROLLED_DISTRIBUTION towards the Artemis Home of your choice and this will
Expand Down

0 comments on commit dea7f58

Please sign in to comment.