kirktrue opened a new pull request, #15206:
URL: https://github.com/apache/kafka/pull/15206

   We reevaluated the integration tests that were disabled for the new consumer 
group protocol which _should_ be supported. The evaluation was to run the 
`PlaintextConsumerTest` suite ten times and see which tests passed and which 
failed.
   
   Based on that evaluation, the following test can now be enabled:
   
   - `testAutoCommitOnClose`
   - `testAutoCommitOnCloseAfterWakeup`
   - `testAutoCommitOnRebalance`
   - `testExpandingTopicSubscriptions`
   - `testMultiConsumerSessionTimeoutOnClose`
   - `testMultiConsumerSessionTimeoutOnStopPolling`
   - `testShrinkingTopicSubscriptions`
   
   There are three tests which consistently failed. For each, a dedicated Jira 
was created to track and fix. Those that failed:
   
   - `testPerPartitionLagMetricsCleanUpWithSubscribe` (failure rate 100%, 
KAFKA-16150)
   - `testPerPartitionLeadMetricsCleanUpWithSubscribe` (failure rate: 70%, 
KAFKA-16151)
   - `testStaticConsumerDetectsNewPartitionCreatedAfterRestart` (failure rate: 
100%, KAFKA-16152)
   
   See [KAFKA-16104](https://issues.apache.org/jira/browse/KAFKA-16104) for 
more details.
   
   ### Committer Checklist (excluded from commit message)
   - [ ] Verify design and implementation 
   - [ ] Verify test coverage and CI build status
   - [ ] Verify documentation (including upgrade notes)
   


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