See <https://builds.apache.org/job/Kafka-trunk/652/changes>
Changes: [jjkoshy] MINOR: Set `sendTime` in `doSend` instead of `InFlightRequests.add` and ------------------------------------------ [...truncated 1714 lines...] kafka.common.ZkNodeChangeNotificationListenerTest > testProcessNotification PASSED kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas PASSED kafka.admin.DeleteConsumerGroupTest > testGroupTopicWideDeleteInZKForGroupConsumingMultipleTopics PASSED kafka.admin.DeleteTopicTest > testResumeDeleteTopicOnControllerFailover PASSED kafka.api.ProducerSendTest > testCloseWithZeroTimeoutFromCallerThread PASSED kafka.server.OffsetCommitTest > testNonExistingTopicOffsetCommit PASSED kafka.api.ConsumerTest > testUnsubscribeTopic PASSED kafka.api.ConsumerBounceTest > testSeekAndCommitWithBrokerFailures PASSED kafka.integration.SslTopicMetadataTest > testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED kafka.admin.AddPartitionsTest > testManualAssignmentOfReplicas PASSED kafka.admin.AdminTest > testShutdownBroker PASSED kafka.admin.DeleteConsumerGroupTest > testGroupWideDeleteInZK PASSED kafka.admin.AdminTest > testTopicCreationWithCollision PASSED kafka.admin.AdminTest > testTopicCreationInZK PASSED kafka.admin.DeleteTopicTest > testResumeDeleteTopicWithRecoveredFollower PASSED kafka.api.QuotasTest > testProducerConsumerOverrideUnthrottled PASSED kafka.controller.ControllerFailoverTest > testMetadataUpdate PASSED kafka.api.ConsumerTest > testAutoCommitOnClose PASSED kafka.network.SocketServerTest > testMaxConnectionsPerIp PASSED kafka.network.SocketServerTest > simpleRequest PASSED kafka.network.SocketServerTest > testSessionPrincipal PASSED kafka.network.SocketServerTest > testSocketsCloseOnShutdown PASSED kafka.network.SocketServerTest > testMaxConnectionsPerIPOverrides PASSED kafka.admin.DeleteTopicTest > testDeleteTopicAlreadyMarkedAsDeleted PASSED kafka.api.ProducerSendTest > testCloseWithZeroTimeoutFromSenderThread PASSED kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED kafka.network.SocketServerTest > testSSLSocketServer PASSED kafka.network.SocketServerTest > tooBigRequestIsRejected PASSED kafka.admin.AddPartitionsTest > testReplicaPlacement PASSED kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled PASSED kafka.integration.FetcherTest > testFetcher PASSED kafka.zk.ZKEphemeralTest > testZkWatchedEphemeralRecursive PASSED kafka.zk.ZKEphemeralTest > testOverlappingSessions PASSED kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup PASSED kafka.zk.ZKEphemeralTest > testZkWatchedEphemeral PASSED kafka.zk.ZKEphemeralTest > testSameSession PASSED kafka.admin.DeleteTopicTest > testPartitionReassignmentDuringDeleteTopic PASSED kafka.api.ConsumerTest > testListTopics PASSED kafka.api.QuotasTest > testThrottledProducerConsumer PASSED kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED kafka.admin.DeleteTopicTest > testDeleteNonExistingTopic PASSED kafka.utils.ReplicationUtilsTest > testGetLeaderIsrAndEpochForPartition PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[0] PASSED kafka.api.ConsumerTest > testExpandingTopicSubscriptions PASSED kafka.admin.DeleteTopicTest > testRecreateTopicAfterDeletion PASSED kafka.api.ConsumerBounceTest > testConsumptionWithBrokerFailures PASSED kafka.utils.ByteBoundedBlockingQueueTest > testByteBoundedBlockingQueue PASSED kafka.integration.UncleanLeaderElectionTest > testCleanLeaderElectionDisabledByTopicOverride PASSED kafka.admin.DeleteTopicTest > testAddPartitionDuringDeleteTopic PASSED kafka.api.ConsumerTest > testPatternUnsubscription PASSED kafka.admin.DeleteTopicTest > testDeleteTopicWithAllAliveReplicas PASSED kafka.api.ConsumerTest > testGroupConsumption PASSED kafka.admin.DeleteTopicTest > testDeleteTopicDuringAddPartition PASSED kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled PASSED kafka.api.ConsumerTest > testPartitionsFor PASSED kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionInvalidTopicOverride PASSED kafka.api.ConsumerTest > testAutoCommitOnRebalance PASSED kafka.integration.RollingBounceTest > testRollingBounce PASSED kafka.common.TopicTest > testInvalidTopicNames PASSED kafka.common.TopicTest > testTopicHasCollision PASSED kafka.common.TopicTest > testTopicHasCollisionChars PASSED kafka.api.ConsumerTest > testSimpleConsumption PASSED kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabledByTopicOverride PASSED kafka.zk.ZKPathTest > testCreatePersistentSequentialThrowsException PASSED kafka.zk.ZKPathTest > testCreatePersistentSequentialExists PASSED kafka.zk.ZKPathTest > testCreateEphemeralPathExists PASSED kafka.zk.ZKPathTest > testCreatePersistentPath PASSED kafka.zk.ZKPathTest > testMakeSurePersistsPathExistsThrowsException PASSED kafka.zk.ZKPathTest > testCreateEphemeralPathThrowsException PASSED kafka.zk.ZKPathTest > testCreatePersistentPathThrowsException PASSED kafka.zk.ZKPathTest > testMakeSurePersistsPathExists PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[1] PASSED kafka.api.ConsumerTest > testPartitionPauseAndResume PASSED kafka.api.ConsumerTest > testPartitionReassignmentCallback PASSED kafka.api.ConsumerTest > testAutoOffsetReset PASSED kafka.api.ConsumerTest > testCommitSpecifiedOffsets PASSED kafka.api.ConsumerTest > testCommitMetadata PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[2] PASSED kafka.api.ConsumerTest > testPatternSubscription FAILED java.lang.AssertionError: Partition [tblablak,0] metadata not propagated after 5000 ms at org.junit.Assert.fail(Assert.java:88) at kafka.utils.TestUtils$.waitUntilTrue(TestUtils.scala:654) at kafka.utils.TestUtils$.waitUntilMetadataIsPropagated(TestUtils.scala:694) at kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:199) at kafka.utils.TestUtils$$anonfun$createTopic$1.apply(TestUtils.scala:198) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.TraversableLike$$anonfun$map$1.apply(TraversableLike.scala:244) at scala.collection.immutable.Range.foreach(Range.scala:141) at scala.collection.TraversableLike$class.map(TraversableLike.scala:244) at scala.collection.AbstractTraversable.map(Traversable.scala:105) at kafka.utils.TestUtils$.createTopic(TestUtils.scala:198) at kafka.api.ConsumerTest.testPatternSubscription(ConsumerTest.scala:165) kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED kafka.utils.SchedulerTest > testNonPeriodicTask PASSED kafka.utils.SchedulerTest > testRestart PASSED kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED kafka.utils.SchedulerTest > testPeriodicTask PASSED kafka.log.LogCleanerIntegrationTest > cleanerTest[3] PASSED kafka.log.LogManagerTest > testCleanupExpiredSegments PASSED kafka.api.SSLConsumerTest > testSeek PASSED kafka.log.LogManagerTest > testCheckpointRecoveryPoints PASSED kafka.log.LogManagerTest > testTimeBasedFlush PASSED kafka.log.LogManagerTest > testCreateLog PASSED kafka.log.LogManagerTest > testRecoveryDirectoryMappingWithTrailingSlash PASSED kafka.api.SSLProducerSendTest > testClose PASSED kafka.api.SSLConsumerTest > testPositionAndCommit PASSED kafka.api.SSLProducerSendTest > testSendToPartition PASSED kafka.api.SSLProducerSendTest > testSendOffset PASSED kafka.utils.CommandLineUtilsTest > testParseEmptyArg PASSED kafka.utils.CommandLineUtilsTest > testParseSingleArg PASSED kafka.utils.CommandLineUtilsTest > testParseArgs PASSED kafka.api.SSLConsumerTest > testGroupConsumption PASSED kafka.api.SSLConsumerTest > testPartitionsFor PASSED kafka.api.SSLConsumerTest > testSimpleConsumption PASSED kafka.api.SSLConsumerTest > testAutoOffsetReset PASSED kafka.utils.timer.TimerTest > testAlreadyExpiredTask PASSED kafka.utils.timer.TimerTest > testTaskExpiration PASSED kafka.api.ProducerBounceTest > testBrokerFailure FAILED java.lang.AssertionError at org.junit.Assert.fail(Assert.java:86) at org.junit.Assert.assertTrue(Assert.java:41) at org.junit.Assert.assertTrue(Assert.java:52) at kafka.api.ProducerBounceTest.testBrokerFailure(ProducerBounceTest.scala:117) kafka.utils.JsonTest > testJsonEncoding PASSED 489 tests completed, 5 failed :core:test FAILED FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':core:test'. > Process 'Gradle Test Executor 32' finished with non-zero exit value 1 * Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. BUILD FAILED Total time: 27 mins 33.108 secs Build step 'Execute shell' marked build as failure Setting GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1