Chesnay Schepler created FLINK-9318: ---------------------------------------
Summary: Mark ConfigOptionsDocsCompletenessTest as IT case Key: FLINK-9318 URL: https://issues.apache.org/jira/browse/FLINK-9318 Project: Flink Issue Type: Improvement Components: Documentation Affects Versions: 1.5.0 Reporter: Chesnay Schepler Assignee: Chesnay Schepler Fix For: 1.5.0 The documentation generators are currently run after the execution of tests. An attempt to regenerate the docs, without disabling the tests, will thus fail since the completeness test is run before the regeneration. We should mark (i.e. rename) the {{ConfigOptionsDocsCompletenessTest}} as an IT case, so that the build life-cycle looks like this: * run tests verifying generator functionality * generate docs * verify doc completeness -- This message was sent by Atlassian JIRA (v7.6.3#76005)