2014-10-31 06:20:28 -04:00
|
|
|
<!--
|
2014-11-30 21:20:24 -05:00
|
|
|
~ Licensed to the Apache Software Foundation (ASF) under one or more
|
|
|
|
~ contributor license agreements. See the NOTICE file distributed with
|
|
|
|
~ this work for additional information regarding copyright ownership.
|
|
|
|
~ The ASF licenses this file to You under the Apache License, Version 2.0
|
|
|
|
~ (the "License"); you may not use this file except in compliance with
|
|
|
|
~ the License. You may obtain a copy of the License at
|
|
|
|
~
|
2014-10-31 06:20:28 -04:00
|
|
|
~ http://www.apache.org/licenses/LICENSE-2.0
|
2014-11-30 21:20:24 -05:00
|
|
|
~
|
|
|
|
~ Unless required by applicable law or agreed to in writing, software
|
|
|
|
~ distributed under the License is distributed on an "AS IS" BASIS,
|
|
|
|
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
|
|
~ See the License for the specific language governing permissions and
|
|
|
|
~ limitations under the License.
|
2014-10-31 06:20:28 -04:00
|
|
|
-->
|
|
|
|
|
2015-03-09 13:55:56 -04:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
|
2014-10-31 06:20:28 -04:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2017-10-31 09:19:00 -04:00
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<parent>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq.tests</groupId>
|
2015-04-27 17:32:30 -04:00
|
|
|
<artifactId>artemis-tests-pom</artifactId>
|
2022-09-21 13:00:47 -04:00
|
|
|
<version>2.27.0-SNAPSHOT</version>
|
2014-10-31 06:20:28 -04:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
<artifactId>soak-tests</artifactId>
|
|
|
|
<packaging>jar</packaging>
|
2015-04-21 09:49:05 -04:00
|
|
|
<name>ActiveMQ Artemis soak Tests</name>
|
2014-10-31 06:20:28 -04:00
|
|
|
|
|
|
|
<properties>
|
2014-11-19 14:58:44 -05:00
|
|
|
<activemq.basedir>${project.basedir}/../..</activemq.basedir>
|
2014-10-31 06:20:28 -04:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2015-04-27 17:32:30 -04:00
|
|
|
<artifactId>artemis-core-client</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
2017-10-31 09:19:00 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>artemis-server</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq.tests</groupId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<artifactId>integration-tests</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
<type>test-jar</type>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2017-10-31 09:19:00 -04:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2014-11-17 09:23:06 -05:00
|
|
|
<groupId>org.apache.activemq</groupId>
|
2017-10-31 09:19:00 -04:00
|
|
|
<artifactId>artemis-commons</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<version>${project.version}</version>
|
2017-10-31 09:19:00 -04:00
|
|
|
<scope>test</scope>
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2022-06-24 13:09:13 -04:00
|
|
|
<groupId>org.apache.activemq.tests</groupId>
|
|
|
|
<artifactId>artemis-test-support</artifactId>
|
2014-10-31 06:20:28 -04:00
|
|
|
<version>${project.version}</version>
|
2017-10-31 09:19:00 -04:00
|
|
|
<scope>test</scope>
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependency>
|
2022-09-28 07:18:59 -04:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>artemis-unit-test-support</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
<dependency>
|
2021-04-09 04:25:17 -04:00
|
|
|
<groupId>jakarta.transaction</groupId>
|
|
|
|
<artifactId>jakarta.transaction-api</artifactId>
|
2015-03-06 23:15:07 -05:00
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2014-10-31 06:20:28 -04:00
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
2022-08-09 04:36:55 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.activemq</groupId>
|
|
|
|
<artifactId>artemis-maven-plugin</artifactId>
|
|
|
|
<version>${project.version}</version>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<phase>test-compile</phase>
|
|
|
|
<id>create-horizontal-paging</id>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<role>amq</role>
|
|
|
|
<user>admin</user>
|
|
|
|
<password>admin</password>
|
|
|
|
<allowAnonymous>true</allowAnonymous>
|
|
|
|
<noWeb>false</noWeb>
|
|
|
|
<instance>${basedir}/target/horizontalPaging</instance>
|
|
|
|
<configuration>${basedir}/target/classes/servers/horizontalPaging</configuration>
|
|
|
|
<args>
|
|
|
|
<arg>--java-memory</arg>
|
|
|
|
<arg>10G</arg>
|
|
|
|
</args>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2022-08-22 14:24:42 -04:00
|
|
|
<execution>
|
|
|
|
<phase>test-compile</phase>
|
|
|
|
<id>create-flow-paging</id>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<role>amq</role>
|
|
|
|
<user>admin</user>
|
|
|
|
<password>admin</password>
|
|
|
|
<allowAnonymous>true</allowAnonymous>
|
|
|
|
<noWeb>false</noWeb>
|
|
|
|
<instance>${basedir}/target/flowControlPaging</instance>
|
|
|
|
<configuration>${basedir}/target/classes/servers/flowControlPaging</configuration>
|
|
|
|
<args>
|
|
|
|
<arg>--java-memory</arg>
|
|
|
|
<!-- some limited memory to make it more likely to fail -->
|
|
|
|
<arg>512M</arg>
|
|
|
|
</args>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
|
|
|
<execution>
|
|
|
|
<phase>test-compile</phase>
|
|
|
|
<id>create-subscription-paging</id>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<role>amq</role>
|
|
|
|
<user>admin</user>
|
|
|
|
<password>admin</password>
|
|
|
|
<allowAnonymous>true</allowAnonymous>
|
|
|
|
<noWeb>false</noWeb>
|
|
|
|
<instance>${basedir}/target/subscriptionPaging</instance>
|
|
|
|
<configuration>${basedir}/target/classes/servers/subscriptionPaging</configuration>
|
|
|
|
<args>
|
|
|
|
<arg>--java-memory</arg>
|
|
|
|
<!-- some limited memory to make it more likely to fail -->
|
|
|
|
<arg>512M</arg>
|
|
|
|
</args>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2022-09-13 12:05:36 -04:00
|
|
|
<execution>
|
|
|
|
<phase>test-compile</phase>
|
|
|
|
<id>create-mmfactory</id>
|
|
|
|
<goals>
|
|
|
|
<goal>create</goal>
|
|
|
|
</goals>
|
|
|
|
<configuration>
|
|
|
|
<!-- this makes it easier in certain envs -->
|
|
|
|
<configuration>${basedir}/target/classes/servers/mmfactory</configuration>
|
|
|
|
<allowAnonymous>true</allowAnonymous>
|
|
|
|
<user>admin</user>
|
|
|
|
<password>admin</password>
|
|
|
|
<instance>${basedir}/target/mmfactory</instance>
|
|
|
|
<noWeb>false</noWeb>
|
|
|
|
<args>
|
|
|
|
<arg>--java-options</arg>
|
|
|
|
<arg>-Djava.rmi.server.hostname=localhost -Dcom.sun.management.jmxremote=true
|
|
|
|
-Dcom.sun.management.jmxremote.port=11099 -Dcom.sun.management.jmxremote.rmi.port=11098
|
|
|
|
-Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false
|
|
|
|
</arg>
|
|
|
|
</args>
|
|
|
|
</configuration>
|
|
|
|
</execution>
|
2022-08-09 04:36:55 -04:00
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
|
2014-10-31 06:20:28 -04:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-surefire-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<skipTests>${skipSoakTests}</skipTests>
|
|
|
|
<includes>
|
|
|
|
<include>**/*Test.java</include>
|
|
|
|
</includes>
|
2014-11-17 14:53:12 -05:00
|
|
|
<argLine>${activemq-surefire-argline}</argLine>
|
2014-10-31 06:20:28 -04:00
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|