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)