You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2019/11/21 14:01:01 UTC

[GitHub] [flink] zentol edited a comment on issue #10238: [FLINK-8949] Add dedicated watermarks metric retrieval endpoint

zentol edited a comment on issue #10238: [FLINK-8949] Add dedicated watermarks metric retrieval endpoint
URL: https://github.com/apache/flink/pull/10238#issuecomment-557096605
 
 
   you have to regenerate the REST API snapshot for the compatibility test (see below) and the REST API documentation (https://github.com/apache/flink/tree/master/flink-docs#rest-api-documentation).
   ```
   19:27:00.675 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.257 s <<< FAILURE! - in org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest
   19:27:00.675 [ERROR] testDispatcherRestAPIStability[version = V1](org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest)  Time elapsed: 1.035 s  <<< FAILURE!
   java.lang.AssertionError: The API was modified in a compatible way, but the snapshot was not updated. To update the snapshot, re-run this test with -Dgenerate-rest-snapshot being set.
   	at org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.assertCompatible(RestAPIStabilityTest.java:142)
   	at org.apache.flink.runtime.rest.compatibility.RestAPIStabilityTest.testDispatcherRestAPIStability(RestAPIStabilityTest.java:89)
   ```

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services