Package org.apache.flink.test.util
package org.apache.flink.test.util
-
ClassDescriptionBase class for unit tests that run multiple tests and want to reuse the same Flink cluster.Deprecated.Collection of file-related utilities.Base class for unit tests that run a single test with object reuse enabled/disabled and against collection environments.Deprecated.Use
JavaProgramTestBaseinstead.Programmatic definition of a job-submission.Builder for theJobSubmission.APipelineExecutorServiceLoaderthat is hardwired to returnPipelineExecutorsthat use a givenMiniCluster.Starts a Flink mini cluster as a resource and registers the StreamExecutionEnvironment.Base class for unit tests that run multiple tests and want to reuse the same Flink cluster.Enum that defines which execution environment to run the next test on: An embedded local flink cluster, or the collection execution backend.Deprecated.UseMultipleProgramsTestBaseinstead.Enum that defines which execution environment to run the next test on: An embedded local flink cluster, or the collection execution backend.HelperSecureTestEnvironmentto handle MiniKDC lifecycle.ShellScript for creating shell script on linux and windows.Builder to create shell script.Use which client to submit job.Use the Sql Client embedded mode to submit jobs.The base gateway mode to submit jobs.Uses the Sql Client gateway mode to submit jobs.Uses the Hive JDBC to submit jobs.Uses a REST Client to submit jobs.Programmatic definition of a SQL job-submission.Builder for theSQLJobSubmission.Exception that is thrown to terminate a program and indicate success.Utility class containing various methods for testing purposes.TestBaseUtils.TupleComparator<T extends org.apache.flink.api.java.tuple.Tuple>Comparator for comparable Tuples.Test security context to support handling both client and server principals in MiniKDC.Utility class wrappingProcessBuilderand pre-configuring it with common options.Processwith it'sprocessOutput.Test utilities.
AbstractTestBaseinstead.