Gaurav Narula created KAFKA-19505:
-------------------------------------
Summary:
ReplicaManagerTest#testMultipleRemoteFetchesInOneFetchRequest fails due to
random topic-id in mocked log
Key: KAFKA-19505
URL: https://issues.apache.org/jira/browse/KAFKA-19505
Project: Kafka
Issue Type: Test
Reporter: Gaurav Narula
{{ReplicaManagerTest#testMultipleRemoteFetchesInOneFetchRequest }} fails in
{{trunk}} at {{replicaManager.applyDelta(leaderDelta1, leaderMetadataImage1)}}
as we expect a consistent topic-id but the mock setup in
{{ReplicaManagerTest#setupMockLog}} results in a random topic-id being returned
on the second call to {{log.topicId()}}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)