You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@samza.apache.org by "Shanthoosh Venkataraman (JIRA)" <ji...@apache.org> on 2018/05/10 02:18:00 UTC

[jira] [Created] (SAMZA-1711) Reenable existing standalone integration tests.

Shanthoosh Venkataraman created SAMZA-1711:
----------------------------------------------

             Summary: Reenable existing standalone integration tests.
                 Key: SAMZA-1711
                 URL: https://issues.apache.org/jira/browse/SAMZA-1711
             Project: Samza
          Issue Type: Bug
            Reporter: Shanthoosh Venkataraman
            Assignee: Shanthoosh Venkataraman


**Changes:**
* Enable all existing standalone integration tests except `TestZkStreamProcessorSession`(`TestZkStreamProcessorSession` is flaky. It spawns `x` StreamProcessors. It kills one StreamProcessor through zookeeper session expiration. Sleeps for 5 seconds and proceeds to do validation. If the rebalancing phase takes longer the sleep time, validation fails).
* Remove zookeeper unavailable unit test from LocalApplicationRunner(Race condition in zookeeper shutdown fails other tests). The deleted test will be added back in a separate test class. 
* Increase zookeeper server minimum session timeout from 6 seconds to 120 seconds.
* Add assertions to validate if kafka topics setup were successful before the unit tests.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)