gaborgsomogyi commented on PR #24891: URL: https://github.com/apache/flink/pull/24891#issuecomment-2157579431
Just seen the error in the pipeline, plz fix it: ``` Jun 06 10:28:18 10:28:18.128 [INFO] Running org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase Jun 06 10:28:19 10:28:19.009 [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 0.877 s <<< FAILURE! -- in org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase Jun 06 10:28:19 10:28:19.009 [ERROR] org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testCompleteness -- Time elapsed: 0.840 s <<< FAILURE! Jun 06 10:28:19 java.lang.AssertionError: Jun 06 10:28:19 Documentation is outdated, please regenerate it according to the instructions in flink-docs/README.md. Jun 06 10:28:19 Problems: Jun 06 10:28:19 Option yarn.security.appmaster.delegation.token.services in class org.apache.flink.yarn.configuration.YarnConfigOptions is not documented. Jun 06 10:28:19 at org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.compareDocumentedAndExistingOptions(ConfigOptionsDocsCompletenessITCase.java:209) Jun 06 10:28:19 at org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testCompleteness(ConfigOptionsDocsCompletenessITCase.java:70) Jun 06 10:28:19 at java.lang.reflect.Method.invoke(Method.java:498) Jun 06 10:28:19 at java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189) Jun 06 10:28:19 at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) Jun 06 10:28:19 at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) Jun 06 10:28:19 at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) Jun 06 10:28:19 at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175) ``` -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org