GitHub user tzulitai opened a pull request:
https://github.com/apache/flink/pull/5926
[FLINK-9073] [tests] Extend savepoint e2e tests for different state backends
## What is the purpose of the change
This PR is based on the new general purpose DataStream job added in #5925.
Only the last commit is relevant.
This extends the savepoint end-to-end tests to use different state
backends, as provided by the general purpose DataStream job.
## Brief change log
- In `test_resume_savepoint.sh`, use state backend configuration parameters
when submitting the general purpose DataStream job.
## Verifying this change
This PR is a modification to an existing end-to-end test.
It can be verified by that test.
## Documentation
- Does this pull request introduce a new feature? (yes / **no**)
- If yes, how is the feature documented? (**not applicable** / docs /
JavaDocs / not documented)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/tzulitai/flink FLINK-9073
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5926.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 #5926
----
commit a936aaa65b6583cabc8c4ae7269a4a55ac48dd84
Author: Stefan Richter <s.richter@...>
Date: 2018-03-15T19:20:45Z
[FLINK-8992] [e2e-tests] Initial general purpose DataStream job
commit c7127a9b746c1c51b384fea5050f5a041df30954
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date: 2018-04-25T09:05:24Z
[FLINK-8992] [e2e-tests] Integrate general DataStream test job with project
structure
This also includes minor cleanup of WIP code in the test job.
commit 253039b49d16f4971f237e6f808080bd7a3599a2
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date: 2018-04-26T09:22:59Z
[FLINK-8992] [e2e-tests] Add Javadocs for DataStreamAllroundTestProgram
commit fa82e2c56025a28cc7238b67b9595aa58690bd09
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date: 2018-04-27T06:44:44Z
[FLINK-8992] [e2e-tests] Ensure exactly-once in general purpose DataStream
job
commit e71c5374f56a514332dc9a0a5716eddbfb8c6b62
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date: 2018-04-27T07:01:13Z
[FLINK-8992] [e2e-tests] Configurable source throttling for general purpose
DataStream job
commit 1d4c7bdfbaff45032e3d9c9a1f7da5448ad41951
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date: 2018-04-27T06:46:09Z
[FLINK-8992] [e2e-tests] Let savepoint e2e test use general pupose
DataStream job
commit d7163520fb62440673c078f23a1cc1eae7ae0ec2
Author: Tzu-Li (Gordon) Tai <tzulitai@...>
Date: 2018-04-27T07:52:55Z
[FLINK-9093] [e2e-tests] Extend savepoint e2e tests for different state
backends
----
---