Speed up test filtering by a lot by upgrading to rr 2.7.5.

This commit is contained in:
Dawid Weiss 2019-12-09 16:43:44 +01:00
parent 95bdda52aa
commit 564a2b7e07
4 changed files with 6 additions and 3 deletions

View File

@ -6,7 +6,6 @@ allprojects {
// Repositories to fetch dependencies from. // Repositories to fetch dependencies from.
repositories { repositories {
mavenCentral() mavenCentral()
maven { maven {
url "https://maven.restlet.com" url "https://maven.restlet.com"
} }

View File

@ -59,6 +59,10 @@ allprojects {
// Turn jenkins blood red for hashmap bugs, even on jdk7 // Turn jenkins blood red for hashmap bugs, even on jdk7
systemProperty 'jdk.map.althashing.threshold', '0' systemProperty 'jdk.map.althashing.threshold', '0'
// Pass these to RandomizedRunner so that it doesn't attempt to set them.
systemProperty 'junit4.childvm.count', '1'
systemProperty 'junit4.childvm.id', '0'
// Set up cwd and temp locations. // Set up cwd and temp locations.
systemProperty("java.io.tmpdir", testsTmpDir) systemProperty("java.io.tmpdir", testsTmpDir)
systemProperty("tempDir", testsTmpDir) systemProperty("tempDir", testsTmpDir)

View File

@ -2,7 +2,7 @@
com.adobe.xmp:xmpcore:5.1.3 (1 constraints: 0b050a36) com.adobe.xmp:xmpcore:5.1.3 (1 constraints: 0b050a36)
com.beust:jcommander:1.35 (1 constraints: b50c1901) com.beust:jcommander:1.35 (1 constraints: b50c1901)
com.carrotsearch:hppc:0.8.1 (2 constraints: af0fd8a6) com.carrotsearch:hppc:0.8.1 (2 constraints: af0fd8a6)
com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.2 (1 constraints: 0d050c36) com.carrotsearch.randomizedtesting:randomizedtesting-runner:2.7.5 (1 constraints: 10050f36)
com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 (1 constraints: a60a82ca) com.carrotsearch.thirdparty:simple-xml-safe:2.7.1 (1 constraints: a60a82ca)
com.cybozu.labs:langdetect:1.1-20120112 (1 constraints: 5c066d5e) com.cybozu.labs:langdetect:1.1-20120112 (1 constraints: 5c066d5e)
com.drewnoakes:metadata-extractor:2.11.0 (1 constraints: 3605323b) com.drewnoakes:metadata-extractor:2.11.0 (1 constraints: 3605323b)

View File

@ -1,5 +1,5 @@
com.adobe.xmp:xmpcore=5.1.3 com.adobe.xmp:xmpcore=5.1.3
com.carrotsearch.randomizedtesting:*=2.7.2 com.carrotsearch.randomizedtesting:*=2.7.5
com.carrotsearch:hppc=0.8.1 com.carrotsearch:hppc=0.8.1
com.cybozu.labs:langdetect=1.1-20120112 com.cybozu.labs:langdetect=1.1-20120112
com.drewnoakes:metadata-extractor=2.11.0 com.drewnoakes:metadata-extractor=2.11.0