Skip to content

Fixed kafka log cleanup in BasicKafkaIT#1235

Merged
rfecher merged 1 commit intomasterfrom
kafka-it-cleanup
Nov 15, 2017
Merged

Fixed kafka log cleanup in BasicKafkaIT#1235
rfecher merged 1 commit intomasterfrom
kafka-it-cleanup

Conversation

@blastarr
Copy link
Copy Markdown
Contributor

BasicKafkaIT was using a simple File.delete() call for log cleanup, which does not work for a directory that's not empty. Changed it to apache commons FileUtils.deleteDirectory() call.

@rfecher rfecher merged commit 91b260e into master Nov 15, 2017
@rfecher rfecher deleted the kafka-it-cleanup branch November 15, 2017 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants