Bowen Li created FLINK-12661:
--------------------------------
Summary: test failure:
RestAPIStabilityTest.testDispatcherRestAPIStability
Key: FLINK-12661
URL: https://issues.apache.org/jira/browse/FLINK-12661
Project: Flink
Issue Type: Bug
Components: Runtime / REST
Affects Versions: 1.9.0
Reporter: Bowen Li
Fix For: 1.9.0
https://travis-ci.org/apache/flink/jobs/538313859
{code:java}
20:02:16.575 [ERROR] testDispatcherRestAPIStability[version =
V1](org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest) Time
elapsed: 0.421 s <<< ERROR!
java.lang.NoClassDefFoundError:
org/apache/flink/shaded/jackson2/com/fasterxml/jackson/module/jsonSchema/JsonSchemaGenerator
at
org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.lambda$createSnapshot$1(RestAPIStabilityTest.java:107)
at
org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.createSnapshot(RestAPIStabilityTest.java:114)
at
org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.testDispatcherRestAPIStability(RestAPIStabilityTest.java:76)
Caused by: java.lang.ClassNotFoundException:
org.apache.flink.shaded.jackson2.com.fasterxml.jackson.module.jsonSchema.JsonSchemaGenerator
at
org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.lambda$createSnapshot$1(RestAPIStabilityTest.java:107)
at
org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.createSnapshot(RestAPIStabilityTest.java:114)
at
org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.testDispatcherRestAPIStability(RestAPIStabilityTest.java:76)
...
20:09:32.746 [ERROR] Errors:
20:09:32.747 [ERROR]
RestAPIStabilityTest.testDispatcherRestAPIStability:76->createSnapshot:114->lambda$createSnapshot$1:107
ยป NoClassDefFound
{code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)