Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Won't Fix
-
1.0.0
-
None
-
None
Description
The following test from flink-scala-shell requires that the flink-ml jar be compiled.
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 213.66 sec <<< FAILURE! - in org.apache.flink.api.scala.ScalaShellITCase testSubmissionOfExternalLibrary(org.apache.flink.api.scala.ScalaShellITCase) Time elapsed: 0.028 sec <<< FAILURE! java.lang.AssertionError: assertion failed at scala.Predef$.assert(Predef.scala:151) at org.apache.flink.api.scala.ScalaShellITCase.testSubmissionOfExternalLibrary(ScalaShellITCase.scala:169)
flink-yarn-tests depends on flink-dist:
Tests run: 7, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.971 sec <<< FAILURE! - in org.apache.flink.yarn.UtilsTest testUberjarLocator(org.apache.flink.yarn.UtilsTest) Time elapsed: 0.803 sec <<< FAILURE! java.lang.AssertionError: null at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertNotNull(Assert.java:621) at org.junit.Assert.assertNotNull(Assert.java:631) at org.apache.flink.yarn.UtilsTest.testUberjarLocator(UtilsTest.java:42)
Attachments
Issue Links
- relates to
-
FLINK-4009 Scala Shell fails to find library for inclusion in test
- Closed
- links to