Class GraalVMThreadsFilter

java.lang.Object
org.elasticsearch.test.GraalVMThreadsFilter
All Implemented Interfaces:
com.carrotsearch.randomizedtesting.ThreadFilter

public class GraalVMThreadsFilter extends Object implements com.carrotsearch.randomizedtesting.ThreadFilter
The GraalVM spawns extra threads, which causes our thread leak detection to fail. Filter these threads out since we can't clean them up.
  • Constructor Details

    • GraalVMThreadsFilter

      public GraalVMThreadsFilter()
  • Method Details

    • reject

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