Leonard Xu created FLINK-22374:
---------------------------------- Summary: ConfigOptionsDocsCompletenessITCase fails on traivs Key: FLINK-22374 URL: https://issues.apache.org/jira/browse/FLINK-22374 Project: Flink Issue Type: Bug Components: Tests Affects Versions: 1.13.0 Reporter: Leonard Xu [ERROR] Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.128 s <<< FAILURE! - in org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase Apr 20 12:27:32 [ERROR] testCompleteness(org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase) Time elapsed: 1.043 s <<< FAILURE! Apr 20 12:27:32 java.lang.AssertionError: Apr 20 12:27:32 Documentation is outdated, please regenerate it according to the instructions in flink-docs/README.md. Apr 20 12:27:32 Problems: Apr 20 12:27:32 Documentation of table.local-time-zone in TableConfigOptions is outdated. Expected: default=("default") description=(The local time zone defines current session time zone id. It is used when converting to/from <code>TIMESTAMP WITH LOCAL TIME ZONE</code>. Internally, timestamps with local time zone are always represented in the UTC time zone. However, when converting to data types that don't include a time zone (e.g. TIMESTAMP, TIME, or simply STRING), the session time zone is used during conversion. The input of option is either a full name such as "America/Los_Angeles", or a custom timezone id such as "GMT-8:00".). Apr 20 12:27:32 Documented option table.local-time-zone does not exist. Apr 20 12:27:32 at org.junit.Assert.fail(Assert.java:88) Apr 20 12:27:32 at org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.compareDocumentedAndExistingOptions(ConfigOptionsDocsCompletenessITCase.java:220) Apr 20 12:27:32 at org.apache.flink.docs.configuration.ConfigOptionsDocsCompletenessITCase.testCompleteness(ConfigOptionsDocsCompletenessITCase.java:76) Apr 20 12:27:32 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) Apr 20 12:27:32 at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) Apr 20 12:27:32 at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) Apr 20 12:27:32 at java.lang.reflect.Method.invoke(Method.java:498) Apr 20 12:27:32 at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50) Apr 20 12:27:32 at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) Apr 20 12:27:32 at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47) https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=16870&view=logs&j=fc5181b0-e452-5c8f-68de-1097947f6483&t=62110053-334f-5295-a0ab-80dd7e2babbf&l=34561 -- This message was sent by Atlassian Jira (v8.3.4#803005) |
Free forum by Nabble | Edit this page |