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 2021/09/07 22:16:44 UTC

[GitHub] [kafka] vvcephei commented on pull request #11213: KAFKA-13201: Convert KTable suppress to new PAPI

vvcephei commented on pull request #11213:
URL: https://github.com/apache/kafka/pull/11213#issuecomment-914663785


   Java 17 errored out:
   
   ```
   [2021-09-07T21:03:23.475Z] * What went wrong:
   
   [2021-09-07T21:03:23.475Z] Execution failed for task ':core:integrationTest'.
   
   [2021-09-07T21:03:23.475Z] > Process 'Gradle Test Executor 129' finished with non-zero exit value 1
   
   [2021-09-07T21:03:23.475Z]   This problem might be caused by incorrect test process configuration.
   
   [2021-09-07T21:03:23.475Z]   Please refer to the test execution section in the User Manual at https://docs.gradle.org/7.2/userguide/java_testing.html#sec:test_execution
   
   ```
   
   But Java 8 and 11 passed, so I'll go ahead and merge (since Java 17 itself is new to this project).


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