ableegoldman commented on code in PR #18151:
URL: https://github.com/apache/kafka/pull/18151#discussion_r1883716588


##########
streams/src/test/java/org/apache/kafka/streams/state/internals/metrics/RocksDBMetricsRecorderTest.java:
##########
@@ -173,6 +173,22 @@ public void 
shouldThrowIfMetricRecorderIsReInitialisedWithDifferentTask() {
         );
     }
 
+    @Test
+    public void shouldThrowIfMetricRecorderIsInitialisedWithNullMetrics() {
+        assertThrows(
+            IllegalStateException.class,

Review Comment:
   forgot to actually run the new tests I guess...whoops 😅 



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to