mirror of https://github.com/apache/kafka.git
HOTFIX: RegexSourceIntegrationTest needs to cleanup shared output topic (#5008)
Reviewers: Guozhang Wang <wangguoz@gmail.com>
This commit is contained in:
parent
caca1fdc90
commit
adeced2997
|
@ -111,7 +111,9 @@ public class RegexSourceIntegrationTest {
|
|||
}
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
public void setUp() throws Exception {
|
||||
CLUSTER.deleteAndRecreateTopics(DEFAULT_OUTPUT_TOPIC);
|
||||
|
||||
final Properties properties = new Properties();
|
||||
properties.put(IntegrationTestUtils.INTERNAL_LEAVE_GROUP_ON_CLOSE, true);
|
||||
streamsConfiguration = StreamsTestUtils.getStreamsConfig("regex-source-integration-test",
|
||||
|
|
Loading…
Reference in New Issue