You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Aljoscha Krettek (Jira)" <ji...@apache.org> on 2020/12/03 09:26:00 UTC

[jira] [Updated] (FLINK-19984) Add TypeSerializerTestCoverageTest to check whether tests based on SerializerTestBase and TypeSerializerUpgradeTestBase

     [ https://issues.apache.org/jira/browse/FLINK-19984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aljoscha Krettek updated FLINK-19984:
-------------------------------------
    Fix Version/s: 1.12.0

> Add TypeSerializerTestCoverageTest to check whether tests based on SerializerTestBase and TypeSerializerUpgradeTestBase
> -----------------------------------------------------------------------------------------------------------------------
>
>                 Key: FLINK-19984
>                 URL: https://issues.apache.org/jira/browse/FLINK-19984
>             Project: Flink
>          Issue Type: Improvement
>          Components: API / Core
>    Affects Versions: 1.12.0
>            Reporter: Nicholas Jiang
>            Assignee: Nicholas Jiang
>            Priority: Minor
>              Labels: pull-request-available
>             Fix For: 1.12.0
>
>
> Currently, we have {{TypeInfoTestCoverageTest}} which checks that we have a test that extends {{TypeInformationTestBase}} for all type infos. But {{TypeSerializer}} doesn’t have the same thing that would verify that {{TypeSerializer}} has tests that extend {{SerializerTestBase}} and {{TypeSerializerUpgradeTestBase}}. Therefore we don’t know if test coverage of {{TypeSerializer}} is good.
> This would add {{TypeSerializerTestCoverageTest}} to check whether to have tests based on {{SerializerTestBase}} and {{TypeSerializerUpgradeTestBase}} because all serializers should have tests based on both of them.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)