chia7712 commented on a change in pull request #9855:
URL: https://github.com/apache/kafka/pull/9855#discussion_r558473729



##########
File path: core/src/test/scala/unit/kafka/server/FetchRequestMaxBytesTest.scala
##########
@@ -58,11 +58,13 @@ class FetchRequestMaxBytesTest extends BaseRequestTest {
     array
   }
 
+  @BeforeEach

Review comment:
       yep, that is a behavior change. see  
https://junit.org/junit5/docs/5.0.1/api/org/junit/jupiter/api/BeforeEach.html
   
   `@BeforeEach methods are inherited from superclasses as long as they are not 
overridden. Furthermore, @BeforeEach methods from superclasses will be executed 
before @BeforeEach methods in subclasses.`




----------------------------------------------------------------
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.

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


Reply via email to