Skip to content

Commit

Permalink
Parallel tests (#44)
Browse files Browse the repository at this point in the history
* Organze tests and parallelize them by route

* Shortening route alteration

* Revert "Shortening route alteration"

This reverts commit 923e85c.

* Extra start-ation for test contexts

* Alternative formulation of per-route parallelism
  • Loading branch information
ajs6f authored and dannylamb committed Sep 25, 2017
1 parent ea1d9aa commit 4f3c097
Show file tree
Hide file tree
Showing 22 changed files with 1,808 additions and 1,693 deletions.
1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
version = 0.3.1-SNAPSHOT
org.gradle.parallel
5 changes: 5 additions & 0 deletions islandora-indexing-fcrepo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ dependencies {
testCompile group: 'org.apache.activemq', name: 'activemq-camel', version: activemqVersion
testCompile group: 'org.apache.servicemix.bundles', name: 'org.apache.servicemix.bundles.xerces', version: '2.11.0_1'
testCompile group: 'org.ow2.asm', name: 'asm-commons', version: '5.0.3'
testCompile group: 'com.googlecode.junit-toolbox', name: 'junit-toolbox', version: '2.3'
}

test {
maxParallelForks = Runtime.getRuntime().availableProcessors()
}

jar {
Expand Down
Loading

0 comments on commit 4f3c097

Please sign in to comment.