You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "jsancio (via GitHub)" <gi...@apache.org> on 2023/05/03 16:55:09 UTC

[GitHub] [kafka] jsancio commented on pull request #13668: MINOR; Use equals method with Uuid

jsancio commented on PR #13668:
URL: https://github.com/apache/kafka/pull/13668#issuecomment-1533380250

   @mumrah this test fails without this fix:
   ```
   Gradle Test Run :metadata:test > Gradle Test Executor 12 > ControllerMetricsManagerTest > testPartitionCountDecreased() FAILED
       org.opentest4j.AssertionFailedError: expected: <0> but was: <2>
           at app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
           at app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
           at app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
           at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:150)
           at app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:145)
           at app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:527)
           at app//org.apache.kafka.controller.ControllerMetricsManagerTest.testPartitionCountDecreased(ControllerMetricsManagerTest.java:199)
   ```


-- 
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-unsubscribe@kafka.apache.org

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