public class ClassLoaderTestProgram extends Object
classloader.resolve-order setting
is being honored by Flink. We test this by creating a fake TaskManager with a single
method that we call in the same package as the original Flink TaskManager and verify that
we get a NoSuchMethodError if we're running with parent-first class loading
and that we get the correct result from the method when we're running with child-first
class loading.| Constructor and Description |
|---|
ClassLoaderTestProgram() |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.