[ https://issues.apache.org/jira/browse/FLINK-9159?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16554469#comment-16554469 ]
ASF GitHub Bot commented on FLINK-9159: --------------------------------------- Github user zentol commented on a diff in the pull request: https://github.com/apache/flink/pull/6406#discussion_r204820593 --- Diff: flink-docs/README.md --- @@ -28,7 +28,7 @@ The `RestAPIDocGenerator` can be used to generate a full reference of the REST A To integrate a new endpoint into the generator 1. Add a new `DocumentingRestEndpoint` class to `RestAPIDocGenerator` that extends the new endpoint class 2. Add another call to `createHtmlFile` in `RestAPIDocGenerator#main` -3. Regenerate the documentation by running `mvn package -Dgenerate-rest-docs -pl flink-docs -am -nsu` +3. Regenerate the documentation by running `mvn package -Dgenerate-rest-docs -pl flink-docs -am -nsu -DskipTests` --- End diff -- ah wait a second, this would run the test for all modules. urgh... > Sanity check default timeout values > ----------------------------------- > > Key: FLINK-9159 > URL: https://issues.apache.org/jira/browse/FLINK-9159 > Project: Flink > Issue Type: Bug > Components: Distributed Coordination > Affects Versions: 1.5.0 > Reporter: Till Rohrmann > Assignee: Gary Yao > Priority: Blocker > Labels: flip-6, pull-request-available > Fix For: 1.6.0, 1.5.3 > > > Check that the default timeout values for resource release are sanely chosen. -- This message was sent by Atlassian JIRA (v7.6.3#76005)