Class 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 Detail

      • SolrKafkaTestsIgnoredThreadsFilter

        public SolrKafkaTestsIgnoredThreadsFilter()
    • Method Detail

      • reject

        public boolean reject​(Thread t)
        Specified by:
        reject in interface com.carrotsearch.randomizedtesting.ThreadFilter