[
https://issues.apache.org/jira/browse/FLINK-10784?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16709762#comment-16709762
]
ASF GitHub Bot commented on FLINK-10784:
----------------------------------------
yanghua commented on issue #7230: [FLINK-10784] Update
FlinkKafkaConsumerBaseMigrationTest for 1.7
URL: https://github.com/apache/flink/pull/7230#issuecomment-444407845
Hi @zentol I followed this `TODO` message :
```
/**
* TODO change this to the corresponding savepoint version to be
written (e.g. {@link MigrationVersion#v1_3} for 1.3)
* TODO and remove all @Ignore annotations on write*Snapshot() methods
to generate savepoints
*/
private final MigrationVersion flinkGenerateSavepointVersion = null;
```
step 1:
changed the `null` to `MigrationVersion.v1_7` and
step 2:
removed the `@ignore` annotation in method `writeSnapshot`,
step 3:
then run this test method.
step 4:
recover the `@ignore` annotation and reset `flinkGenerateSavepointVersion`
to `null`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> Update FlinkKafkaConsumerBaseMigrationTest for 1.7
> --------------------------------------------------
>
> Key: FLINK-10784
> URL: https://issues.apache.org/jira/browse/FLINK-10784
> Project: Flink
> Issue Type: Sub-task
> Components: Tests
> Reporter: Tzu-Li (Gordon) Tai
> Assignee: vinoyang
> Priority: Major
> Labels: pull-request-available
>
> Update {{FlinkKafkaConsumerBaseMigrationTest}} so that it covers restoring
> from 1.7.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)