Re: Build Solr from Source - Failing Unit Tests in Intellij

2021-04-15 Thread Jason Gerlowski
Hi Phil, Solr has a number of tests that are flaky and fail seemingly at random. Some of this is true flakiness: bugs that only occur with certain timing behavior. Some of it is driven by the Solr Test Framework's heavy use of randomization in running test cases. ("ant test" assigns seeds for te

Build Solr from Source - Failing Unit Tests in Intellij

2021-04-14 Thread Phill Campbell
I have downloaded Solr 8.2.2 source code. I am using a Mac running Catalina. Using ANT with “clean compile test” everything is good. From Intellij I tried running tests and several failed. Here is an example: package org.apache.solr.analysis; ... public class TestWordDelimiterFilterFactory ...