diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2007-01-23 09:39:56 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2007-01-23 09:39:56 +0000 |
| commit | 2d02ef0b32ef823e33317271adb430db7aa5edb4 (patch) | |
| tree | 81714605e5d93959990de593b15513be23b8cd95 /java/perftests/distribution | |
| parent | 19d23d9e5882d8a487fa03d561b80513c5c0b71d (diff) | |
| download | qpid-python-2d02ef0b32ef823e33317271adb430db7aa5edb4.tar.gz | |
Added ability to cause failover before/after commit/sends
Added batch size ability.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@498965 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/distribution')
| -rw-r--r-- | java/perftests/distribution/pom.xml | 16 | ||||
| -rw-r--r-- | java/perftests/distribution/src/main/assembly/performance.xml | 7 |
2 files changed, 22 insertions, 1 deletions
diff --git a/java/perftests/distribution/pom.xml b/java/perftests/distribution/pom.xml index 4f637715d1..010f19c9f0 100644 --- a/java/perftests/distribution/pom.xml +++ b/java/perftests/distribution/pom.xml @@ -44,8 +44,22 @@ <dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-perftests</artifactId> + <type>jar</type> + <version>${pom.version}</version> </dependency> - </dependencies> + <dependency> + <groupId>org.apache.qpid</groupId> + <artifactId>qpid-perftests</artifactId> + <type>test-jar</type> + <version>${pom.version}</version> + </dependency> + <dependency> + <groupId>uk.co.thebadgerset</groupId> + <artifactId>junit-toolkit</artifactId> + <version>0.4</version> + <scope>runtime</scope> + </dependency> + </dependencies> <build> <pluginManagement> diff --git a/java/perftests/distribution/src/main/assembly/performance.xml b/java/perftests/distribution/src/main/assembly/performance.xml index 0bf7efa21e..a564261a24 100644 --- a/java/perftests/distribution/src/main/assembly/performance.xml +++ b/java/perftests/distribution/src/main/assembly/performance.xml @@ -74,6 +74,13 @@ <include>**/*.log4j</include> </includes> </fileSet> + <fileSet> + <directory>../src/test</directory> + <outputDirectory>qpid-${qpid.version}/src</outputDirectory> + <includes> + <include>**/*.java</include> + </includes> + </fileSet> <!-- Metadata Jar --> <fileSet> |
