You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by "Matthias J. Sax (JIRA)" <ji...@apache.org> on 2017/12/18 22:14:01 UTC

[jira] [Created] (KAFKA-6381) Improve KafkaStreamsTest for localThreadMetadata

Matthias J. Sax created KAFKA-6381:
--------------------------------------

             Summary: Improve KafkaStreamsTest for localThreadMetadata
                 Key: KAFKA-6381
                 URL: https://issues.apache.org/jira/browse/KAFKA-6381
             Project: Kafka
          Issue Type: Improvement
          Components: streams, unit tests
            Reporter: Matthias J. Sax
            Priority: Minor


Currently, we have a rather basic test for {{KafkaStreams#localThreadMetadata}} (ie, {{KafkaStreamsTests#shouldReturnThreadMetadata()}}.

In a PR discussion [~guozhang] mentioned:
{quote}
I'm wondering if it is better to fill into the topology with some processor and then check the following active and standby tasks as non-empty would cover more scenarios? In addition, we can use waitForCondition to wait for the state to become RUNNING and the tasks list become non-empty.
{quote}

We should extend the current test method and/or add new test methods to cover this and other scenario.




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)