kirktrue commented on PR #14406:
URL: https://github.com/apache/kafka/pull/14406#issuecomment-1776108652

   > Are the 30 test failures related?
   
   No, I do not believe they are.
   
   There are 8 failures, of which two are the same test with different 
parameters. Here are the tests and any Jiras for flakiness:
   
   * 
`kafka.server.DescribeClusterRequestTest.testDescribeClusterRequestExcludingClusterAuthorizedOperations`:
 KAFKA-15419
   * `kafka.server.DynamicBrokerReconfigurationTest.testLogCleanerConfig`: 
KAFKA-7966, though the Jira is resolved 🤷‍♂️
   * `o.a.k.common.network.SslVersionsTransportLayerTest.testTlsDefaults`: 
KAFKA-9714, marked as "Critical" but open for 3 1/2 years
   * 
`o.a.k.connect.integration.ConnectorRestartApiIntegrationTest.testMultiWorkerRestartOnlyConnector:
 KAFKA-15675, just filed (by me) with some pointers to a recent flakiness rate 
of 9%
   * 
`o.a.k.streams.integration.StandbyTaskEOSMultiRebalanceIntegrationTest.shouldHonorEOSWhenUsingCachingAndStandbyReplicas`:
 no Jira. Only around 2% flaky
   * 
`o.a.k.tiered.storage.integration.TransactionsWithTieredStoreTest.testSendOffsetsWithGroupId`:
 KAFKA-8003 (the Jira is filed against a different test, but test failures in 
`testSendOffsetsWithGroupId` are mentioned as being related)
   * 
`o.a.k.trogdor.coordinator.CoordinatorTest.testTaskRequestWithOldStartMsGetsUpdated`:
 KAFKA-8115, another old, 4.5 year old "Critical" issue 
   
   There are 22 failures, which are all related to the 
`verifyNoUnexpectedThreads` check. ` 
kafka.server.DynamicBrokerReconfigurationTest` is reporting that there are 
threads when it attempts to tear down the test harness. The remaining 21 
failures all report the same unexpected threads in their check during test 
harness setup. There are other recent, unrelated pull requests that have 
experienced similar issues. In the other cases, I haven't seen that it's the 
`DynamicBrokerReconfigurationTest` that is the cause, though.


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