[
https://issues.apache.org/jira/browse/FLINK-6803?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16033179#comment-16033179
]
ASF GitHub Bot commented on FLINK-6803:
---------------------------------------
GitHub user tillrohrmann opened a pull request:
https://github.com/apache/flink/pull/4044
[FLINK-6803] [tests] Add test for PojoSerializer state upgrade
The added PojoSerializerUpgradeTest tests the state migration behaviour
when the
underlying pojo type changes and one tries to recover from old state.
Currently
not all tests could be activated, because there still some pending issues
to be
fixed first. We should arm these tests once the issues have been fixed.
cc @tzulitai
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tillrohrmann/flink addTypeSerializerTests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/4044.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4044
----
commit e2b2fc2ba6ec4a20ff04d47491c5d135e056b8e9
Author: Till Rohrmann <[email protected]>
Date: 2017-05-31T13:14:11Z
[FLINK-6796] [tests] Use Environment's class loader in
AbstractStreamOperatorTestHarness
Generalize KeyedOneInputStreamOperatorTestHarness
Generalize AbstractStreamOperatorTestHarness
commit 8ccaba6f6dede0f801608d7fafea5904e81b1624
Author: Till Rohrmann <[email protected]>
Date: 2017-05-31T16:37:12Z
[FLINK-6803] [tests] Add test for PojoSerializer state upgrade
The added PojoSerializerUpgradeTest tests the state migration behaviour
when the
underlying pojo type changes and one tries to recover from old state.
Currently
not all tests could be activated, because there still some pending issues
to be
fixed first. We should arm these tests once the issues have been fixed.
----
> Add test for PojoSerializer when Pojo changes
> ---------------------------------------------
>
> Key: FLINK-6803
> URL: https://issues.apache.org/jira/browse/FLINK-6803
> Project: Flink
> Issue Type: Improvement
> Components: Type Serialization System
> Affects Versions: 1.4.0
> Reporter: Till Rohrmann
> Assignee: Till Rohrmann
>
> We should add test cases for the {{PojoSerializer}} when the underlying Pojo
> type changes in order to test the proper behaviour of the serializer.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)