zhuzhurk commented on a change in pull request #9715: [FLINK-13993][runtime] 
Using FlinkUserCodeClassLoaders to load the user class in the perjob mode
URL: https://github.com/apache/flink/pull/9715#discussion_r329321484
 
 

 ##########
 File path: 
flink-container/src/test/java/org/apache/flink/container/entrypoint/ClassPathJobGraphRetrieverTest.java
 ##########
 @@ -55,6 +66,62 @@
 
        private static final String[] PROGRAM_ARGUMENTS = {"--arg", "suffix"};
 
+       private static URL testJobForUserClassLoaderJarURL = null;
+       private static URL testJobDependedJarURL = null;
+
+       private Path userDirHasEntryClass;
+       private Path userJarHasEntryClass;
+       private Path userEntryClassDependJarAtUserDirHasEntryClass;
+       private Path textAtUserDirHasEntryClass;
+
+       private Path userDirHasNotEntryClass;
+       private Path userJarHasNotEntryClass;
+       private Path userEntryClassDependJarAtUserDirHasNotEntryClass;
+       private Path textAtUserDirHasNotEntryClass;
+
+
 
 Review comment:
   These duplicated empty lines can be removed.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to