[
https://issues.apache.org/jira/browse/FLINK-9098?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16553947#comment-16553947
]
Chesnay Schepler commented on FLINK-9098:
-----------------------------------------
That failure is caused by your changes. You removed all other test classes
except the {{ClassLoaderITCase}}, however this test relies on several jars
being built beforehand using other test classes. Since you removed the classes
the jars are empty, causing exceptions such as
{code}
The program's entry point class
'org.apache.flink.test.classloading.jar.StreamingProgram' was not found in the
jar file.
{code}
> ClassLoaderITCase unstable
> --------------------------
>
> Key: FLINK-9098
> URL: https://issues.apache.org/jira/browse/FLINK-9098
> Project: Flink
> Issue Type: Bug
> Components: Tests
> Reporter: Stephan Ewen
> Priority: Critical
> Fix For: 1.5.2, 1.6.0
>
>
> The some savepoint disposal seems to fail, after that all successive tests
> fail because there are not anymore enough slots.
> Full log: https://api.travis-ci.org/v3/job/356900367/log.txt
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)