See <https://builds.apache.org/job/kafka-trunk-jdk7/721/changes>
Changes:
[wangguoz] MINOR: follow-up to KAFKA-2464 for renaming/cleanup
------------------------------------------
[...truncated 3094 lines...]
kafka.server.OffsetCommitTest > testOffsetExpiration PASSED
kafka.server.OffsetCommitTest > testNonExistingTopicOffsetCommit PASSED
kafka.server.PlaintextReplicaFetchTest > testReplicaFetcherThread PASSED
kafka.server.SaslPlaintextReplicaFetchTest > testReplicaFetcherThread PASSED
kafka.server.LogOffsetTest > testGetOffsetsBeforeEarliestTime PASSED
kafka.server.LogOffsetTest > testGetOffsetsForUnknownTopic PASSED
kafka.server.LogOffsetTest > testEmptyLogsGetOffsets PASSED
kafka.server.LogOffsetTest > testGetOffsetsBeforeLatestTime PASSED
kafka.server.LogOffsetTest > testGetOffsetsBeforeNow PASSED
kafka.server.AdvertiseBrokerTest > testBrokerAdvertiseToZK PASSED
kafka.server.ServerStartupTest > testBrokerCreatesZKChroot PASSED
kafka.server.ServerStartupTest > testConflictBrokerRegistration PASSED
kafka.server.DelayedOperationTest > testRequestPurge PASSED
kafka.server.DelayedOperationTest > testRequestExpiry PASSED
kafka.server.DelayedOperationTest > testRequestSatisfaction PASSED
kafka.server.LeaderElectionTest > testLeaderElectionWithStaleControllerEpoch
PASSED
kafka.server.LeaderElectionTest > testLeaderElectionAndEpoch PASSED
kafka.server.DynamicConfigChangeTest > testProcessNotification PASSED
kafka.server.DynamicConfigChangeTest > testClientQuotaConfigChange PASSED
kafka.server.DynamicConfigChangeTest > testConfigChangeOnNonExistingTopic PASSED
kafka.server.DynamicConfigChangeTest > testConfigChange PASSED
kafka.server.HighwatermarkPersistenceTest >
testHighWatermarkPersistenceMultiplePartitions PASSED
kafka.server.HighwatermarkPersistenceTest >
testHighWatermarkPersistenceSinglePartition PASSED
kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresMultipleLogSegments
PASSED
kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresMultipleLogSegments
PASSED
kafka.server.LogRecoveryTest > testHWCheckpointNoFailuresSingleLogSegment PASSED
kafka.server.LogRecoveryTest > testHWCheckpointWithFailuresSingleLogSegment
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAutoCreateTopicWithCollision PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokerListWithNoTopics PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testGetAllTopicMetadata
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslPlaintextTopicMetadataTest > testTopicMetadataRequest
PASSED
kafka.integration.SaslPlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown FAILED
java.net.BindException: Address already in use
java.lang.NullPointerException
at
kafka.integration.BaseTopicMetadataTest.tearDown(BaseTopicMetadataTest.scala:63)
at
kafka.integration.SaslPlaintextTopicMetadataTest.kafka$api$SaslTestHarness$$super$tearDown(SaslPlaintextTopicMetadataTest.scala:23)
at kafka.api.SaslTestHarness$class.tearDown(SaslTestHarness.scala:58)
at
kafka.integration.SaslPlaintextTopicMetadataTest.tearDown(SaslPlaintextTopicMetadataTest.scala:23)
kafka.integration.PrimitiveApiTest > testMultiProduce PASSED
kafka.integration.PrimitiveApiTest > testDefaultEncoderProducerAndFetch PASSED
kafka.integration.PrimitiveApiTest > testFetchRequestCanProperlySerialize PASSED
kafka.integration.PrimitiveApiTest > testPipelinedProduceRequests PASSED
kafka.integration.PrimitiveApiTest > testProduceAndMultiFetch PASSED
kafka.integration.PrimitiveApiTest >
testDefaultEncoderProducerAndFetchWithCompression PASSED
kafka.integration.PrimitiveApiTest > testConsumerEmptyTopic PASSED
kafka.integration.PrimitiveApiTest > testEmptyFetchRequest PASSED
kafka.integration.PlaintextTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopicWithCollision
PASSED
kafka.integration.PlaintextTopicMetadataTest > testAliveBrokerListWithNoTopics
PASSED
kafka.integration.PlaintextTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.PlaintextTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.PlaintextTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.PlaintextTopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.PlaintextTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.SslTopicMetadataTest > testIsrAfterBrokerShutDownAndJoinsBack
PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopicWithCollision PASSED
kafka.integration.SslTopicMetadataTest > testAliveBrokerListWithNoTopics PASSED
kafka.integration.SslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SslTopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.SslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.integration.RollingBounceTest > testRollingBounce PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooLow PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooLow
PASSED
kafka.integration.AutoOffsetResetTest > testResetToEarliestWhenOffsetTooHigh
PASSED
kafka.integration.AutoOffsetResetTest > testResetToLatestWhenOffsetTooHigh
PASSED
kafka.integration.MinIsrConfigTest > testDefaultKafkaConfig PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionEnabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testCleanLeaderElectionDisabledByTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest > testUncleanLeaderElectionDisabled
PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionInvalidTopicOverride PASSED
kafka.integration.UncleanLeaderElectionTest >
testUncleanLeaderElectionEnabledByTopicOverride PASSED
kafka.integration.FetcherTest > testFetcher PASSED
kafka.integration.SaslSslTopicMetadataTest >
testIsrAfterBrokerShutDownAndJoinsBack PASSED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopicWithCollision
PASSED
kafka.integration.SaslSslTopicMetadataTest > testAliveBrokerListWithNoTopics
PASSED
kafka.integration.SaslSslTopicMetadataTest > testAutoCreateTopic PASSED
kafka.integration.SaslSslTopicMetadataTest > testGetAllTopicMetadata PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterNewBrokerStartup PASSED
kafka.integration.SaslSslTopicMetadataTest > testBasicTopicMetadata PASSED
kafka.integration.SaslSslTopicMetadataTest > testTopicMetadataRequest PASSED
kafka.integration.SaslSslTopicMetadataTest >
testAliveBrokersListWithNoTopicsAfterABrokerShutdown PASSED
kafka.utils.JsonTest > testJsonEncoding PASSED
kafka.utils.ReplicationUtilsTest > testUpdateLeaderAndIsr PASSED
kafka.utils.ReplicationUtilsTest > testGetLeaderIsrAndEpochForPartition PASSED
kafka.utils.IteratorTemplateTest > testIterator PASSED
kafka.utils.UtilsTest > testAbs PASSED
kafka.utils.UtilsTest > testReplaceSuffix PASSED
kafka.utils.UtilsTest > testDoublyLinkedList PASSED
kafka.utils.UtilsTest > testCircularIterator PASSED
kafka.utils.UtilsTest > testReadBytes PASSED
kafka.utils.UtilsTest > testCsvList PASSED
kafka.utils.UtilsTest > testReadInt PASSED
kafka.utils.UtilsTest > testCsvMap PASSED
kafka.utils.UtilsTest > testInLock PASSED
kafka.utils.UtilsTest > testSwallow PASSED
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.utils.ByteBoundedBlockingQueueTest > testByteBoundedBlockingQueue PASSED
kafka.utils.CommandLineUtilsTest > testParseEmptyArg PASSED
kafka.utils.CommandLineUtilsTest > testParseSingleArg PASSED
kafka.utils.CommandLineUtilsTest > testParseArgs PASSED
kafka.utils.timer.TimerTaskListTest > testAll PASSED
kafka.utils.timer.TimerTest > testAlreadyExpiredTask PASSED
kafka.utils.timer.TimerTest > testTaskExpiration PASSED
622 tests completed, 2 failed
:kafka-trunk-jdk7:core:test FAILED
:test_core_2_11_7 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-jdk7/ws/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: 1 hrs 41 mins 32.487 secs
Build step 'Execute shell' marked build as failure
Recording test results
Setting
GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7
Setting
GRADLE_2_1_HOME=/home/jenkins/jenkins-slave/tools/hudson.plugins.gradle.GradleInstallation/Gradle_2.1
Setting JDK_1_7_LATEST__HOME=/home/jenkins/tools/java/latest1.7