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
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
...