GitHub user zentol opened a pull request:
https://github.com/apache/flink/pull/5816
[FLINK-9137][tests] Merge TopSpeedWindowingExampleITCase into
StreamingExamplesITCase
## What is the purpose of the change
This PR merges the `TopSpeedWindowingExampleITCase` into the
`StreamingExamplesITCase`. The latter tests all streaming examples, and I don't
see a reason to not include the `TopSpeedWindowingExample` as well.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/zentol/flink 9137
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/5816.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 #5816
----
commit b3a31933432f4ad4eaeffd28ced16a570910986d
Author: zentol <chesnay@...>
Date: 2018-04-04T17:49:35Z
[FLINK-9137][tests] Merge TopSpeedWindowingExampleITCase into
StreamingExamplesITCase
----
---