mirror of https://github.com/apache/lucene.git
Speed up test filtering by a lot by upgrading to rr 2.7.5.
This commit is contained in:
parent
95bdda52aa
commit
564a2b7e07
|
@ -6,7 +6,6 @@ allprojects {
|
|||
// Repositories to fetch dependencies from.
|
||||
repositories {
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
url "https://maven.restlet.com"
|
||||
}
|
||||
|
|
|
@ -59,6 +59,10 @@ allprojects {
|
|||
// Turn jenkins blood red for hashmap bugs, even on jdk7
|
||||
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.
|
||||
systemProperty("java.io.tmpdir", testsTmpDir)
|
||||
systemProperty("tempDir", testsTmpDir)
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
com.adobe.xmp:xmpcore:5.1.3 (1 constraints: 0b050a36)
|
||||
com.beust:jcommander:1.35 (1 constraints: b50c1901)
|
||||
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.cybozu.labs:langdetect:1.1-20120112 (1 constraints: 5c066d5e)
|
||||
com.drewnoakes:metadata-extractor:2.11.0 (1 constraints: 3605323b)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
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.cybozu.labs:langdetect=1.1-20120112
|
||||
com.drewnoakes:metadata-extractor=2.11.0
|
||||
|
|
Loading…
Reference in New Issue