You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/07/01 04:28:10 UTC

[jira] [Commented] (BEAM-395) KafkaIO tests should be marked 'NeedsRunner'

    [ https://issues.apache.org/jira/browse/BEAM-395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15358365#comment-15358365 ] 

ASF GitHub Bot commented on BEAM-395:
-------------------------------------

Github user asfgit closed the pull request at:

    https://github.com/apache/incubator-beam/pull/568


> KafkaIO tests should be marked 'NeedsRunner'
> --------------------------------------------
>
>                 Key: BEAM-395
>                 URL: https://issues.apache.org/jira/browse/BEAM-395
>             Project: Beam
>          Issue Type: Bug
>          Components: sdk-java-extensions, testing
>    Affects Versions: 0.1.0-incubating
>            Reporter: Raghu Angadi
>            Assignee: Raghu Angadi
>
> KafkaIO Tests are currently marked as 'RunnableOnService', which implies the tests can run on any beam runner. This is not correct. 
> Though the tests are not runner dependent per se, they depend on mocks for Kafka consumer and kafka producer. That requires the tests to be local to a JVM. These tests can only run on single JVM runners like DirectRunner.
> These tests should be marked 'NeedsRunner' for now.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)