GitHub user azagrebin opened a pull request:
https://github.com/apache/flink/pull/6361
[FLINK-9858] [tests] State TTL End-to-End Test
## What is the purpose of the change
This PR introduces end to end test for state TTL feature, heap and rocksdb
backends.
## Brief change log
- add state ttl e2e test module to e2e tests
- add script to run it: **test_stream_state_ttl.sh**
- add heap and rocksdb variants of it to **run-nightly-tests.sh**
## Verifying this change
run **run-nightly-tests.sh** (can be only **test_stream_state_ttl.sh**
lines)
## Does this pull request potentially affect one of the following parts:
- Dependencies (does it add or upgrade a dependency): (no)
- The public API, i.e., is any changed class annotated with
`@Public(Evolving)`: (no)
- The serializers: (no)
- The runtime per-record code paths (performance sensitive): (no)
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (no)
- The S3 file system connector: (no)
## Documentation
- Does this pull request introduce a new feature? (no)
- If yes, how is the feature documented? (not applicable)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/azagrebin/flink FLINK-9858
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6361.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 #6361
----
commit d59c266ee15d1aaf086461f91b6f4f23a5d784fb
Author: Andrey Zagrebin <azagrebin@...>
Date: 2018-07-13T17:27:35Z
[FLINK-9858] [tests] State TTL End-to-End Test
----
---