satishd commented on code in PR #14112:
URL: https://github.com/apache/kafka/pull/14112#discussion_r1306407564


##########
core/src/test/scala/unit/kafka/server/ReplicaFetcherTierStateMachineTest.scala:
##########
@@ -121,4 +129,38 @@ class ReplicaFetcherTierStateMachineTest {
     assertTrue(fetcher.fetchState(partition).isEmpty)
     assertTrue(failedPartitions.contains(partition))
   }
+
+  @Test
+  def buildRemoteLogAuxStateShouldThrowErrorForUninitializedPartition(): Unit 
= {
+    val t1p0 = new TopicPartition("topic1", 0)

Review Comment:
   nit: Rename it as `partition` as there are no other partition instances to 
differentiate with numbers. 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to