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.
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---