Hi Uwe, Many of these failures complain about invalid v2 API specs (see the quoted snippet below). These failures don’t reproduce for me.
> On Mar 3, 2017, at 7:20 PM, Policeman Jenkins Server <[email protected]> > wrote: > > Build: https://jenkins.thetaphi.de/job/Lucene-Solr-master-MacOSX/3869/ > Java: 64bit/jdk1.8.0 -XX:+UseCompressedOops -XX:+UseParallelGC > > 105 tests failed. [...] > Caused by: java.lang.RuntimeException: invalid API spec: > apispec/core.SchemaRead.fields.json > at > org.apache.solr.common.util.ValidatingJsonMap.parse(ValidatingJsonMap.java:318) > at org.apache.solr.api.ApiBag.lambda$getSpec$0(ApiBag.java:229) > at org.apache.solr.api.Api.getSpec(Api.java:64) > at org.apache.solr.api.ApiBag.register(ApiBag.java:72) > at org.apache.solr.core.PluginBag.put(PluginBag.java:215) > at org.apache.solr.core.PluginBag.init(PluginBag.java:272) > at > org.apache.solr.core.RequestHandlers.initHandlersFromConfig(RequestHandlers.java:130) > at org.apache.solr.core.SolrCore.<init>(SolrCore.java:924) > ... 44 more I suspect there are disk problems (like maybe a full /tmp partition?) on your macOS slave. Here’s another clue, from the log: [junit4] Suite: org.apache.solr.cloud.rule.RulesTest [junit4] IGNOR/A 0.11s J1 | RulesTest.testModifyColl [junit4] > Assumption #1: testModifyColl needs minGB2=5 usable disk space This means, AFAICT, that the root partition has less than 5GB free. -- Steve www.lucidworks.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
