gaborgsomogyi commented on PR #24919:
URL: https://github.com/apache/flink/pull/24919#issuecomment-2158109164
Please have a look at the failing test:
```
Jun 10 07:17:02 07:17:02.965 [INFO] Running
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase
Jun 10 07:17:03 07:17:03.593 [ERROR] Tests run: 1, Failures: 1, Errors: 0,
Skipped: 0, Time elapsed: 0.623 s <<< FAILURE! -- in
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase
Jun 10 07:17:03 07:17:03.593 [ERROR]
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testCompleteness
-- Time elapsed: 0.593 s <<< FAILURE!
Jun 10 07:17:03 java.lang.AssertionError:
Jun 10 07:17:03 Documentation is outdated, please regenerate it according to
the instructions in flink-docs/README.md.
Jun 10 07:17:03 Problems:
Jun 10 07:17:03 Documentation of
security.ssl.rest.truststore-type in SecurityOptions is outdated. Expected:
default=("jks") description=(The type of the truststore for Flink's external
REST endpoints.).
Jun 10 07:17:03 Documentation of
security.ssl.rest.keystore-type in SecurityOptions is outdated. Expected:
default=("jks") description=(The type of the keystore for Flink's external REST
endpoints.).
Jun 10 07:17:03 Documentation of
security.ssl.internal.keystore-type in SecurityOptions is outdated. Expected:
default=("jks") description=(The type of keystore for Flink's internal
endpoints (rpc, data transport, blob server).).
Jun 10 07:17:03 Documentation of
security.ssl.internal.truststore-type in SecurityOptions is outdated. Expected:
default=("jks") description=(The type of truststore for Flink's internal
endpoints (rpc, data transport, blob server).).
Jun 10 07:17:03 Documented option
security.ssl.rest.truststore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.rest.truststore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.rest.keystore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.rest.keystore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.internal.keystore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.internal.keystore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.internal.truststore-type does not exist.
Jun 10 07:17:03 Documented option
security.ssl.internal.truststore-type does not exist.
Jun 10 07:17:03 at
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.compareDocumentedAndExistingOptions(ConfigOptionsDocsCompletenessITCase.java:209)
Jun 10 07:17:03 at
org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testCompleteness(ConfigOptionsDocsCompletenessITCase.java:70)
Jun 10 07:17:03 at java.lang.reflect.Method.invoke(Method.java:498)
Jun 10 07:17:03 at
java.util.concurrent.RecursiveAction.exec(RecursiveAction.java:189)
Jun 10 07:17:03 at
java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
Jun 10 07:17:03 at
java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
Jun 10 07:17:03 at
java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
Jun 10 07:17:03 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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]