Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Duplicate
-
None
-
None
-
None
-
None
Description
This test has been failing on Jenkins builds several times in the last few days. For example: https://builds.apache.org/job/Kafka-trunk/591/console
kafka.api.QuotasTest > testThrottledProducerConsumer FAILED
junit.framework.AssertionFailedError: Should have been throttled
at junit.framework.Assert.fail(Assert.java:47)
at junit.framework.Assert.assertTrue(Assert.java:20)
at kafka.api.QuotasTest.testThrottledProducerConsumer(QuotasTest.scala:136)
Attachments
Issue Links
- duplicates
-
KAFKA-2442 QuotasTest should not fail when cpu is busy
- Resolved