GitHub user dguy opened a pull request:
https://github.com/apache/kafka/pull/1525
MINOR: speed up streams integration tests
... by
a) merging some for startup/shutdown efficiency.
b) use independent state dirs.
c) remove some tests that are covered elsewhere
@guozhangwang @ewencp - tests are running much quicker now, i.e, down to
about 1 minute on my laptop (from about 2 - 3 minutes). There were some issues
with state-dirs in some of the integration tests that was causing the shutdown
of the streams apps to take a long time.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/dguy/kafka integration-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/1525.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 #1525
----
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---