See <https://builds.apache.org/job/Kafka-trunk/171/changes>
Changes:
[junrao] kafka-1410; MetadataCache cleanup; patched by Jun Rao; reviewed by
Timothy Chen, Joel Koshy
[junrao] kafka-1359; Followup on K1359: change nanoTime to currentTimeMillis in
metrics; patched by Guozhang Wang; reviewed by Neha Narkhede, Jun Rao
------------------------------------------
[...truncated 750 lines...]
kafka.producer.AsyncProducerTest > testQueueTimeExpired PASSED
kafka.producer.AsyncProducerTest > testPartitionAndCollateEvents PASSED
kafka.producer.AsyncProducerTest > testSerializeEvents PASSED
kafka.producer.AsyncProducerTest > testInvalidPartition PASSED
kafka.producer.AsyncProducerTest > testNoBroker PASSED
kafka.producer.AsyncProducerTest > testIncompatibleEncoder PASSED
kafka.producer.AsyncProducerTest > testRandomPartitioner PASSED
kafka.producer.AsyncProducerTest > testFailedSendRetryLogic PASSED
kafka.producer.AsyncProducerTest > testJavaProducer PASSED
kafka.producer.AsyncProducerTest > testInvalidConfiguration PASSED
kafka.producer.ProducerTest > testUpdateBrokerPartitionInfo PASSED
kafka.producer.ProducerTest > testSendToNewTopic PASSED
kafka.producer.ProducerTest > testSendWithDeadBroker FAILED
java.lang.AssertionError: Message set should have 1 message
at org.junit.Assert.fail(Assert.java:69)
at org.junit.Assert.assertTrue(Assert.java:32)
at
kafka.producer.ProducerTest.testSendWithDeadBroker(ProducerTest.scala:245)
kafka.producer.ProducerTest > testAsyncSendCanCorrectlyFailWithTimeout PASSED
kafka.producer.ProducerTest > testSendNullMessage PASSED
kafka.log4j.KafkaLog4jAppenderTest > testKafkaLog4jConfigs PASSED
kafka.log4j.KafkaLog4jAppenderTest > testLog4jAppends PASSED
kafka.admin.AdminTest > testReplicaAssignment PASSED
kafka.admin.AdminTest > testManualReplicaAssignment PASSED
kafka.admin.AdminTest > testTopicCreationInZK PASSED
kafka.admin.AdminTest > testPartitionReassignmentWithLeaderInNewReplicas PASSED
kafka.admin.AdminTest > testPartitionReassignmentWithLeaderNotInNewReplicas
PASSED
kafka.admin.AdminTest > testPartitionReassignmentNonOverlappingReplicas PASSED
kafka.admin.AdminTest > testReassigningNonExistingPartition PASSED
kafka.admin.AdminTest > testResumePartitionReassignmentThatWasCompleted PASSED
kafka.admin.AdminTest > testPreferredReplicaJsonData PASSED
kafka.admin.AdminTest > testBasicPreferredReplicaElection PASSED
kafka.admin.AdminTest > testShutdownBroker PASSED
kafka.admin.AdminTest > testTopicConfigChange PASSED
kafka.admin.AddPartitionsTest > testTopicDoesNotExist PASSED
kafka.admin.AddPartitionsTest > testWrongReplicaCount PASSED
kafka.admin.AddPartitionsTest > testIncrementPartitions PASSED
kafka.admin.AddPartitionsTest > testManualAssignmentOfReplicas PASSED
kafka.admin.AddPartitionsTest > testReplicaPlacement PASSED
kafka.admin.DeleteTopicTest > testFake PASSED
kafka.api.ProducerFailureHandlingTest > testInvalidPartition PASSED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckZero PASSED
kafka.api.ProducerFailureHandlingTest > testTooLargeRecordWithAckOne PASSED
kafka.api.ProducerFailureHandlingTest > testNonExistTopic PASSED
kafka.api.ProducerFailureHandlingTest > testWrongBrokerList PASSED
kafka.api.ProducerFailureHandlingTest > testNoResponse PASSED
kafka.api.ProducerFailureHandlingTest > testSendAfterClosed PASSED
kafka.api.RequestResponseSerializationTest >
testSerializationAndDeserialization PASSED
kafka.api.ApiUtilsTest > testShortStringNonASCII PASSED
kafka.api.ApiUtilsTest > testShortStringASCII PASSED
kafka.api.test.ProducerSendTest > testSendOffset PASSED
kafka.api.test.ProducerSendTest > testClose PASSED
kafka.api.test.ProducerSendTest > testSendToPartition PASSED
kafka.api.test.ProducerSendTest > testAutoCreateTopic PASSED
kafka.api.test.ProducerCompressionTest > testCompression[0] PASSED
kafka.api.test.ProducerCompressionTest > testCompression[1] PASSED
kafka.javaapi.consumer.ZookeeperConsumerConnectorTest > testBasic PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.javaapi.message.ByteBufferMessageSetTest >
testIteratorIsConsistentWithCompression PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testSizeInBytesWithCompression
PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.javaapi.message.ByteBufferMessageSetTest > testEqualsWithCompression
PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride PASSED
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.RollingBounceTest > testRollingBounce PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch PASSED
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
PASSED
kafka.integration.TopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.TopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.TopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.TopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.metrics.KafkaTimerTest > testKafkaTimer PASSED
kafka.utils.UtilsTest > testSwallow PASSED
kafka.utils.UtilsTest > testCircularIterator PASSED
kafka.utils.UtilsTest > testReadBytes PASSED
kafka.utils.UtilsTest > testReplaceSuffix PASSED
kafka.utils.UtilsTest > testReadInt PASSED
kafka.utils.UtilsTest > testCsvList PASSED
kafka.utils.UtilsTest > testInLock PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testPeriodicTask PASSED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.JsonTest > testJsonEncoding PASSED
kafka.message.MessageCompressionTest > testSimpleCompressDecompress PASSED
kafka.message.MessageCompressionTest > testComplexCompressDecompress PASSED
kafka.message.MessageTest > testFieldValues PASSED
kafka.message.MessageTest > testChecksum PASSED
kafka.message.MessageTest > testEquality PASSED
kafka.message.MessageTest > testIsHashable PASSED
kafka.message.ByteBufferMessageSetTest > testWrittenEqualsRead PASSED
kafka.message.ByteBufferMessageSetTest > testIteratorIsConsistent PASSED
kafka.message.ByteBufferMessageSetTest > testSizeInBytes PASSED
kafka.message.ByteBufferMessageSetTest > testWriteTo PASSED
kafka.message.ByteBufferMessageSetTest > testEquals PASSED
kafka.message.ByteBufferMessageSetTest > testIterator PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytes PASSED
kafka.message.ByteBufferMessageSetTest > testValidBytesWithCompression PASSED
kafka.message.ByteBufferMessageSetTest > testOffsetAssignment PASSED
kafka.network.SocketServerTest > simpleRequest PASSED
kafka.network.SocketServerTest > tooBigRequestIsRejected PASSED
kafka.network.SocketServerTest > testNullResponse PASSED
kafka.network.SocketServerTest > testSocketsCloseOnShutdown PASSED
kafka.zk.ZKEphemeralTest > testEphemeralNodeCleanup PASSED
242 tests completed, 1 failed
:core:test FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':core:test'.
> There were failing tests. See the report at:
> file:///x1/jenkins/jenkins-slave/workspace/Kafka-trunk/core/build/reports/tests/index.html
* 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: 5 mins 44.851 secs
Build step 'Execute shell' marked build as failure