GitHub user azagrebin opened a pull request:
https://github.com/apache/flink/pull/6024
[FLINK-9301] [e2e test] Add back "not co mini cluster" test with reduced
parallelism
â¦ced to 25 parallelism and memory usage logging
## What is the purpose of the change
Add back "not co mini cluster" E2E nightly test with reduced to 25
parallelism and memory usage logging to address limitations of free Travis CI
## Brief change log
- add `test_high_parallelism_iterations.sh` back to `run-nightly-tests.sh`
- introduce memory logging in `common.sh` and use it in
`test_high_parallelism_iterations.sh`
## Verifying this change
```bash
mvn clean -DskipTests package
FLINK_DIR=build-target
./flink-end-to-end-tests/test-scripts/test_high_parallelism_iterations.sh
```
## 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: (n)o
- The runtime per-record code paths (performance sensitive): (n)o
- Anything that affects deployment or recovery: JobManager (and its
components), Checkpointing, Yarn/Mesos, ZooKeeper: (n)o
- 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-9301
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/flink/pull/6024.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 #6024
----
commit 68fefff2a4d07acd7aaab197ad0f02bf5e44a0f8
Author: Andrey Zagrebin <azagrebin@...>
Date: 2018-05-08T13:12:52Z
[FLINK-9301] [e2e test] Add back "not co mini cluster" test with reduced to
25 parallelism and memory usage logging
----
---