showuon edited a comment on pull request #10509:
URL: https://github.com/apache/kafka/pull/10509#issuecomment-823030049
jenkins test results after my change: **(avg. 2 sec)**
```
Build / JDK 8 and Scala 2.12 /
testLargeAssignmentAndGroupWithUniformSubscription() | 1.8 sec | Passed
Build / JDK 11 and Scala 2.13 /
testLargeAssignmentAndGroupWithUniformSubscription() | 2.2 sec | Passed
Build / JDK 15 and Scala 2.13 /
testLargeAssignmentAndGroupWithUniformSubscription() | 2.2 sec | Passed
```
the latest trunk test results: **(avg. 5.4 sec)**
```
Build / JDK 15 and Scala 2.12 /
testLargeAssignmentAndGroupWithUniformSubscription() | 6.3 sec | Passed
Build / JDK 11 and Scala 2.13 /
testLargeAssignmentAndGroupWithUniformSubscription() | 4.4 sec | Passed
Build / JDK 11 and Scala 2.12 /
testLargeAssignmentAndGroupWithUniformSubscription() | 5.7 sec | Passed
Build / JDK 15 and Scala 2.13 /
testLargeAssignmentAndGroupWithUniformSubscription() | 6.5 sec | Passed
Build / JDK 8 and Scala 2.13 /
testLargeAssignmentAndGroupWithUniformSubscription() | 6.3 sec | Passed
Build / JDK 8 and Scala 2.12 /
testLargeAssignmentAndGroupWithUniformSubscription() | 3.6 sec | Passed
```
BTW, all failed tests are flaky and unrelated:
```
Build / JDK 11 and Scala 2.13 /
kafka.server.RaftClusterTest.testCreateClusterAndCreateListDeleteTopic()
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testReplication()
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testReplicationWithEmptyPartition()
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testOneWayReplicationWithAutoOffsetSync()
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testReplicationWithEmptyPartition()
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testOneWayReplicationWithAutoOffsetSync()
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.integration.BlockingConnectorTest.testBlockInSourceTaskStop
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.connect.integration.BlockingConnectorTest.testBlockInSourceTaskStart
Build / JDK 15 and Scala 2.13 /
org.apache.kafka.streams.integration.KTableKTableForeignKeyInnerJoinMultiIntegrationTest.shouldInnerJoinMultiPartitionQueryable
Build / JDK 8 and Scala 2.12 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationSSLTest.testReplication()
Build / JDK 8 and Scala 2.12 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testReplication()
Build / JDK 8 and Scala 2.12 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testReplicationWithEmptyPartition()
Build / JDK 8 and Scala 2.12 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testOneWayReplicationWithAutoOffsetSync()
Build / JDK 8 and Scala 2.12 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testReplication()
Build / JDK 8 and Scala 2.12 /
org.apache.kafka.connect.mirror.integration.MirrorConnectorsIntegrationTest.testReplicationWithEmptyPartition()
Build / JDK 8 and Scala 2.12 /
kafka.server.RaftClusterTest.testCreateClusterAndCreateListDeleteTopic()
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]