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 2018/09/25 06:44:55 UTC

[GitHub] yanghua commented on issue #6752: [FLINK-10397] Remove CoreOptions#MODE

yanghua commented on issue #6752: [FLINK-10397] Remove CoreOptions#MODE
URL: https://github.com/apache/flink/pull/6752#issuecomment-424225840
 
 
   @tillrohrmann The travis reports two issues : 
   
   ```
     JobManagerHAProcessFailureBatchRecoveryITCase.testDispatcherProcessFailure:331 The program did not finish in time
   ```
   and 
   
   ```
   Running org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase
   Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.771 sec <<< FAILURE! - in org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase
   testFullReferenceCompleteness(org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase)  Time elapsed: 0.724 sec  <<< FAILURE!
   java.lang.AssertionError: Documentation is outdated, please regenerate it according to the instructions in flink-docs/README.md.
   	Problems:
   		Documented option mode does not exist.
   	at org.junit.Assert.fail(Assert.java:88)
   	at org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.compareDocumentedAndExistingOptions(ConfigOptionsDocsCompletenessITCase.java:118)
   	at org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testFullReferenceCompleteness(ConfigOptionsDocsCompletenessITCase.java:76)
   
   
   Results :
   
   Failed tests: 
     ConfigOptionsDocsCompletenessITCase.testFullReferenceCompleteness:76->compareDocumentedAndExistingOptions:118 Documentation is outdated, please regenerate it according to the instructions in flink-docs/README.md.
   	Problems:
   		Documented option mode does not exist.
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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