Ewen Cheslack-Postava created KAFKA-3883:
--------------------------------------------
Summary: Remove ThreadedTest from Connect
Key: KAFKA-3883
URL: https://issues.apache.org/jira/browse/KAFKA-3883
Project: Kafka
Issue Type: Improvement
Components: KafkaConnect
Affects Versions: 0.10.0.0
Reporter: Ewen Cheslack-Postava
Assignee: Ewen Cheslack-Postava
Priority: Minor
Previously we used ThreadedTest to catch exceptions from classes that used
ShutdownableThread. This only works for classes that actually use
ShutdownableThread and at least some classes have moved away from the explicit
thread to a Runnable approach. Even for those that haven't, this approach is
brittle and we should just get the tests cleaned up so they fail more reliably
even if the errors occur in a background thread.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)