NicoK commented on a change in pull request #10113: [FLINK-13749][client] Make
PackagedProgram respect classloading policy
URL: https://github.com/apache/flink/pull/10113#discussion_r344181010
##########
File path:
flink-tests/src/test/java/org/apache/flink/test/classloading/ClassLoaderITCase.java
##########
@@ -196,7 +206,8 @@ public void
testStreamingClassloaderJobWithCustomClassLoader() throws ProgramInv
public void
testCheckpointedStreamingClassloaderJobWithCustomClassLoader() throws
ProgramInvocationException {
// checkpointed streaming job with custom classes for the
checkpoint (FLINK-2543)
// the test also ensures that user specific exceptions are
serializable between JobManager <--> JobClient.
- PackagedProgram streamingCheckpointedProg = new
PackagedProgram(new File(STREAMING_CHECKPOINTED_PROG_JAR_FILE));
+ PackagedProgram streamingCheckpointedProg = new
PackagedProgram(new File(STREAMING_CHECKPOINTED_PROG_JAR_FILE),
+ new Configuration(), new String[0]);
Review comment:
```suggestion
new Configuration());
```
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services