m1a2st commented on PR #16253:
URL: https://github.com/apache/kafka/pull/16253#issuecomment-2160794645

   @chia7712, Thanks for your comment, There are two classes still have 
`@RunWith(MockitoJUnitRunner.StrictStubs.class)` one is `LoggingResourceTest` 
and `RestClientTest$Test`, but these two classes modify to 
   ```
   @ExtendWith(MockitoExtension.class)
   @MockitoSettings(strictness = Strictness.STRICT_STUBS)
   ```
   gradle build test file will error, like 
   ```
   No matching tests found in any candidate test task.
       Requested tests:
           Test pattern 
org.apache.kafka.connect.runtime.rest.RestClientTest$RequestFailureParameterizedTest
 in task :connect:runtime:test
    ```
   I think that it need to modify some gradle task to resolve it. 


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