You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by GitBox <gi...@apache.org> on 2022/08/25 03:21:26 UTC

[GitHub] [kafka] LiamClarkeNZ commented on pull request #12557: Fix small regression, where WorkerTest was re-disabled for Java 16+. …

LiamClarkeNZ commented on PR #12557:
URL: https://github.com/apache/kafka/pull/12557#issuecomment-1226724531

   Hey @showuon! No, I'm _re-enabling_ `WorkerTest` for test runs under Java 16+, not disabling it :) 
   
   It was excluded from test runs under Java 16+ previously, because it used PowerMock, which does not work for Java 16+. But I refactored it to use Mockito some time ago, and removed it from the Java 16 exclusion list.
   
   A later PR accidentally added it back to the Java 16 exclusion list. 
   
   Does that make sense? :) 


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