Package org.apache.solr.util
Class SolrKafkaTestsIgnoredThreadsFilter
- java.lang.Object
-
- org.apache.solr.util.SolrKafkaTestsIgnoredThreadsFilter
-
- All Implemented Interfaces:
com.carrotsearch.randomizedtesting.ThreadFilter
public class SolrKafkaTestsIgnoredThreadsFilter extends Object implements com.carrotsearch.randomizedtesting.ThreadFilter
This ignores those Kafka threads in Solr for which there is no way to clean up after a suite. This is included in the test framework, so it can be used in tests for both the cross-dc module and the cross-dc-manager.
-
-
Constructor Summary
Constructors Constructor Description SolrKafkaTestsIgnoredThreadsFilter()
-
-
-
Method Detail
-
reject
public boolean reject(Thread t)
- Specified by:
reject
in interfacecom.carrotsearch.randomizedtesting.ThreadFilter
-
-