Re: maxParallelForks while running tests
I am not running into any specific issue with kafka code. Was just curious to know if there were any specific fixes done to handle this issue. On Fri, Apr 15, 2022 at 8:24 AM Luke Chen wrote: > Hi Unmesh, > > Are you running into any issue with that? > > So far, the `maxParallelForks` can be set via gradle argument: > https://github.com/apache/kafka/blob/trunk/build.gradle#L78 > > And in Jenkins, it looks like we default to 2. > https://github.com/apache/kafka/blob/trunk/Jenkinsfile#L40 > > Thank you. > Luke > > On Fri, Apr 15, 2022 at 1:24 AM Unmesh Joshi > wrote: > > > Hi, > > I came across this issue which has discussion about capping > > maxParallelForks while running tests. > > https://issues.apache.org/jira/browse/KAFKA-2613 > > Is this still the case? > > > > Thanks, > > Unmesh > > >
Re: maxParallelForks while running tests
Hi Unmesh, Are you running into any issue with that? So far, the `maxParallelForks` can be set via gradle argument: https://github.com/apache/kafka/blob/trunk/build.gradle#L78 And in Jenkins, it looks like we default to 2. https://github.com/apache/kafka/blob/trunk/Jenkinsfile#L40 Thank you. Luke On Fri, Apr 15, 2022 at 1:24 AM Unmesh Joshi wrote: > Hi, > I came across this issue which has discussion about capping > maxParallelForks while running tests. > https://issues.apache.org/jira/browse/KAFKA-2613 > Is this still the case? > > Thanks, > Unmesh >
maxParallelForks while running tests
Hi, I came across this issue which has discussion about capping maxParallelForks while running tests. https://issues.apache.org/jira/browse/KAFKA-2613 Is this still the case? Thanks, Unmesh