Repository: kafka Updated Branches: refs/heads/trunk efb060c57 -> f05c70b06
MINOR: Enable the TransactionsBounceTest I'll let this have multiple runs on the branch builder to see if it fails, and investigate if so. Author: Apurva Mehta <[email protected]> Reviewers: Ismael Juma <[email protected]>, Jason Gustafson <[email protected]> Closes #3441 from apurvam/MINOR-enable-transactions-bounce-test Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/f05c70b0 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/f05c70b0 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/f05c70b0 Branch: refs/heads/trunk Commit: f05c70b06972db92b9d8fe3247babf0882a35e8c Parents: efb060c Author: Apurva Mehta <[email protected]> Authored: Wed Jun 28 10:22:11 2017 -0700 Committer: Jason Gustafson <[email protected]> Committed: Wed Jun 28 10:22:11 2017 -0700 ---------------------------------------------------------------------- .../test/scala/integration/kafka/api/TransactionsBounceTest.scala | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/f05c70b0/core/src/test/scala/integration/kafka/api/TransactionsBounceTest.scala ---------------------------------------------------------------------- diff --git a/core/src/test/scala/integration/kafka/api/TransactionsBounceTest.scala b/core/src/test/scala/integration/kafka/api/TransactionsBounceTest.scala index 1b88f40..0e216a2 100644 --- a/core/src/test/scala/integration/kafka/api/TransactionsBounceTest.scala +++ b/core/src/test/scala/integration/kafka/api/TransactionsBounceTest.scala @@ -72,7 +72,6 @@ class TransactionsBounceTest extends KafkaServerTestHarness { .map(KafkaConfig.fromProps(_, overridingProps)) } - @Ignore // Disabling this as it is flaky on Jenkins. @Test def testBrokerFailure() { // basic idea is to seed a topic with 10000 records, and copy it transactionally while bouncing brokers
