[
https://issues.apache.org/jira/browse/KAFKA-2377?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14702585#comment-14702585
]
ASF GitHub Bot commented on KAFKA-2377:
---------------------------------------
GitHub user ewencp opened a pull request:
https://github.com/apache/kafka/pull/150
KAFKA-2377: Add basic system test for copycat using source and sink file
connectors.
Tests standalone mode by running separate source and sink connectors,
catting
data into the source file, and validating the output in the sink file.
Restarts
the service to verify that clean restarts will result in tasks resuming
where
they left off.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/ewencp/kafka kafka-2377-copycat-system-test
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/150.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 #150
----
commit 10f6c17963b585c8430c491f836f13c09c00a5ec
Author: Ewen Cheslack-Postava <[email protected]>
Date: 2015-08-14T21:08:13Z
KAFKA-2377: Add basic system test for copycat using source and sink file
connectors.
Tests standalone mode by running separate source and sink connectors,
catting
data into the source file, and validating the output in the sink file.
Restarts
the service to verify that clean restarts will result in tasks resuming
where
they left off.
----
> Add copycat system tests
> ------------------------
>
> Key: KAFKA-2377
> URL: https://issues.apache.org/jira/browse/KAFKA-2377
> Project: Kafka
> Issue Type: Sub-task
> Components: copycat
> Reporter: Ewen Cheslack-Postava
> Fix For: 0.8.3
>
>
> Add baseline system tests for Copycat, covering both standalone and
> distributed mode.
> This should cover basic failure modes and verify at-least-one delivery of
> data, both from source system -> Kafka and Kafka -> sink system. This, of
> course, requires testing the core, built-in connectors provided with Copycat.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)