See
<https://builds.apache.org/job/kafka-trunk-jdk8/1411/display/redirect?page=changes>
Changes:
[ismael] KAFKA-4990; Request/response classes for transactions (KIP-98)
------------------------------------------
[...truncated 378.94 KB...]
kafka.utils.CommandLineUtilsTest > testParseEmptyArgAsValid PASSED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr STARTED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED
kafka.utils.ReplicationUtilsTest > testGetLeaderIsrAndEpochForPartition STARTED
kafka.utils.ReplicationUtilsTest > testGetLeaderIsrAndEpochForPartition PASSED
kafka.utils.JsonTest > testJsonEncoding STARTED
kafka.utils.JsonTest > testJsonEncoding PASSED
kafka.utils.ShutdownableThreadTest > testShutdownWhenCalledAfterThreadStart
STARTED
kafka.utils.ShutdownableThreadTest > testShutdownWhenCalledAfterThreadStart
PASSED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask STARTED
kafka.utils.SchedulerTest > testMockSchedulerNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask STARTED
kafka.utils.SchedulerTest > testMockSchedulerPeriodicTask PASSED
kafka.utils.SchedulerTest > testNonPeriodicTask STARTED
kafka.utils.SchedulerTest > testNonPeriodicTask PASSED
kafka.utils.SchedulerTest > testRestart STARTED
kafka.utils.SchedulerTest > testRestart PASSED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler STARTED
kafka.utils.SchedulerTest > testReentrantTaskInMockScheduler PASSED
kafka.utils.SchedulerTest > testPeriodicTask STARTED
kafka.utils.SchedulerTest > testPeriodicTask PASSED
kafka.utils.ZkUtilsTest > testAbortedConditionalDeletePath STARTED
kafka.utils.ZkUtilsTest > testAbortedConditionalDeletePath PASSED
kafka.utils.ZkUtilsTest > testSuccessfulConditionalDeletePath STARTED
kafka.utils.ZkUtilsTest > testSuccessfulConditionalDeletePath PASSED
kafka.utils.ZkUtilsTest > testPersistentSequentialPath STARTED
kafka.utils.ZkUtilsTest > testPersistentSequentialPath PASSED
kafka.utils.ZkUtilsTest > testClusterIdentifierJsonParsing STARTED
kafka.utils.ZkUtilsTest > testClusterIdentifierJsonParsing PASSED
kafka.utils.IteratorTemplateTest > testIterator STARTED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.UtilsTest > testGenerateUuidAsBase64 STARTED
kafka.utils.UtilsTest > testGenerateUuidAsBase64 PASSED
kafka.utils.UtilsTest > testAbs STARTED
kafka.utils.UtilsTest > testAbs PASSED
kafka.utils.UtilsTest > testReplaceSuffix STARTED
kafka.utils.UtilsTest > testReplaceSuffix PASSED
kafka.utils.UtilsTest > testCircularIterator STARTED
kafka.utils.UtilsTest > testCircularIterator PASSED
kafka.utils.UtilsTest > testReadBytes STARTED
kafka.utils.UtilsTest > testReadBytes PASSED
kafka.utils.UtilsTest > testCsvList STARTED
kafka.utils.UtilsTest > testCsvList PASSED
kafka.utils.UtilsTest > testReadInt STARTED
kafka.utils.UtilsTest > testReadInt PASSED
kafka.utils.UtilsTest > testUrlSafeBase64EncodeUUID STARTED
kafka.utils.UtilsTest > testUrlSafeBase64EncodeUUID PASSED
kafka.utils.UtilsTest > testCsvMap STARTED
kafka.utils.UtilsTest > testCsvMap PASSED
kafka.utils.UtilsTest > testInLock STARTED
kafka.utils.UtilsTest > testInLock PASSED
kafka.utils.UtilsTest > testSwallow STARTED
kafka.utils.UtilsTest > testSwallow PASSED
kafka.producer.AsyncProducerTest > testFailedSendRetryLogic STARTED
kafka.producer.AsyncProducerTest > testFailedSendRetryLogic PASSED
kafka.producer.AsyncProducerTest > testQueueTimeExpired STARTED
kafka.producer.AsyncProducerTest > testQueueTimeExpired FAILED
java.lang.AssertionError:
Expectation failure on verify:
DefaultEventHandler.handle(ArrayBuffer(KeyedMessage(topic1,null,null,msg0),
KeyedMessage(topic1,null,null,msg1))): expected: 1, actual: 0
at org.easymock.internal.MocksControl.verify(MocksControl.java:225)
at org.easymock.EasyMock.verify(EasyMock.java:2007)
at
kafka.producer.AsyncProducerTest.testQueueTimeExpired(AsyncProducerTest.scala:156)
kafka.producer.AsyncProducerTest > testPartitionAndCollateEvents STARTED
kafka.producer.AsyncProducerTest > testPartitionAndCollateEvents PASSED
kafka.producer.AsyncProducerTest > testBatchSize STARTED
kafka.producer.AsyncProducerTest > testBatchSize PASSED
kafka.producer.AsyncProducerTest > testSerializeEvents STARTED
kafka.producer.AsyncProducerTest > testSerializeEvents PASSED
kafka.producer.AsyncProducerTest > testProducerQueueSize STARTED
kafka.producer.AsyncProducerTest > testProducerQueueSize PASSED
kafka.producer.AsyncProducerTest > testRandomPartitioner STARTED
kafka.producer.AsyncProducerTest > testRandomPartitioner PASSED
kafka.producer.AsyncProducerTest > testInvalidConfiguration STARTED
kafka.producer.AsyncProducerTest > testInvalidConfiguration PASSED
kafka.producer.AsyncProducerTest > testInvalidPartition STARTED
kafka.producer.AsyncProducerTest > testInvalidPartition PASSED
kafka.producer.AsyncProducerTest > testNoBroker STARTED
kafka.producer.AsyncProducerTest > testNoBroker PASSED
kafka.producer.AsyncProducerTest > testProduceAfterClosed STARTED
kafka.producer.AsyncProducerTest > testProduceAfterClosed PASSED
kafka.producer.AsyncProducerTest > testJavaProducer STARTED
kafka.producer.AsyncProducerTest > testJavaProducer PASSED
kafka.producer.AsyncProducerTest > testIncompatibleEncoder STARTED
kafka.producer.AsyncProducerTest > testIncompatibleEncoder PASSED
kafka.producer.SyncProducerTest > testReachableServer STARTED
kafka.producer.SyncProducerTest > testReachableServer PASSED
kafka.producer.SyncProducerTest > testMessageSizeTooLarge STARTED
kafka.producer.SyncProducerTest > testMessageSizeTooLarge PASSED
kafka.producer.SyncProducerTest > testNotEnoughReplicas STARTED
kafka.producer.SyncProducerTest > testNotEnoughReplicas PASSED
kafka.producer.SyncProducerTest > testMessageSizeTooLargeWithAckZero STARTED
kafka.producer.SyncProducerTest > testMessageSizeTooLargeWithAckZero PASSED
kafka.producer.SyncProducerTest > testProducerCanTimeout STARTED
kafka.producer.SyncProducerTest > testProducerCanTimeout PASSED
kafka.producer.SyncProducerTest > testProduceRequestWithNoResponse STARTED
kafka.producer.SyncProducerTest > testProduceRequestWithNoResponse PASSED
kafka.producer.SyncProducerTest > testEmptyProduceRequest STARTED
kafka.producer.SyncProducerTest > testEmptyProduceRequest PASSED
kafka.producer.SyncProducerTest > testProduceCorrectlyReceivesResponse STARTED
kafka.producer.SyncProducerTest > testProduceCorrectlyReceivesResponse PASSED
kafka.producer.ProducerTest > testSendToNewTopic STARTED
kafka.producer.ProducerTest > testSendToNewTopic PASSED
kafka.producer.ProducerTest > testAsyncSendCanCorrectlyFailWithTimeout STARTED
kafka.producer.ProducerTest > testAsyncSendCanCorrectlyFailWithTimeout PASSED
kafka.producer.ProducerTest > testSendNullMessage STARTED
kafka.producer.ProducerTest > testSendNullMessage PASSED
kafka.producer.ProducerTest > testUpdateBrokerPartitionInfo STARTED
kafka.producer.ProducerTest > testUpdateBrokerPartitionInfo PASSED
kafka.producer.ProducerTest > testSendWithDeadBroker STARTED
kafka.producer.ProducerTest > testSendWithDeadBroker PASSED
unit.kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldReturnEmptyMapForEmptyFile STARTED
unit.kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldReturnEmptyMapForEmptyFile PASSED
unit.kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldPersistAndOverwriteAndReloadFile STARTED
unit.kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldPersistAndOverwriteAndReloadFile PASSED
unit.kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldHandleMultipleLines STARTED
unit.kafka.server.checkpoints.OffsetCheckpointFileTest >
shouldHandleMultipleLines PASSED
1159 tests completed, 1 failed
:kafka-trunk-jdk8:core:test FAILED
:test_core_2_11 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://<https://builds.apache.org/job/kafka-trunk-jdk8/ws/core/build/reports/tests/test/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: 1 hrs 40 mins 41.047 secs
Build step 'Execute shell' marked build as failure
Recording test results
Setting
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2
Setting
GRADLE_2_4_RC_2_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.4-rc-2