Skip to content

Commit

Permalink
Use 'stress' prefix instead
Browse files Browse the repository at this point in the history
  • Loading branch information
zsxwing committed Oct 6, 2016
1 parent 5158d5d commit c7950f0
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ class KafkaSourceStressSuite extends KafkaSourceTest with BeforeAndAfter {
}

after {
for (topic <- testUtils.getAllTopicsAndPartitionSize().toMap.keys.filter(!_.startsWith("__"))) {
for (topic <-
testUtils.getAllTopicsAndPartitionSize().toMap.keys.filter(_.startsWith("stress"))) {
testUtils.deleteTopic(topic)
}
}
Expand Down

0 comments on commit c7950f0

Please sign in to comment.