This is an automated email from the ASF dual-hosted git repository.

lucasbru pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git


    from 0104cd04316 KAFKA-16375: Fix for rejoin while reconciling (#15579)
     add 51c9b0d0ad4 KAFKA-16406: Splitting consumer integration test (#15535)

No new revisions were added by this update.

Summary of changes:
 .../kafka/api/AbstractConsumerTest.scala           |   74 ++
 .../kafka/api/PlaintextConsumerAssignTest.scala    |  246 ++++
 .../kafka/api/PlaintextConsumerAssignorsTest.scala |  403 ++++++
 .../kafka/api/PlaintextConsumerFetchTest.scala     |  243 ++++
 .../kafka/api/PlaintextConsumerPollTest.scala      |  284 +++++
 .../api/PlaintextConsumerSubscriptionTest.scala    |  237 ++++
 .../kafka/api/PlaintextConsumerTest.scala          | 1290 +-------------------
 7 files changed, 1489 insertions(+), 1288 deletions(-)
 create mode 100644 
core/src/test/scala/integration/kafka/api/PlaintextConsumerAssignTest.scala
 create mode 100644 
core/src/test/scala/integration/kafka/api/PlaintextConsumerAssignorsTest.scala
 create mode 100644 
core/src/test/scala/integration/kafka/api/PlaintextConsumerFetchTest.scala
 create mode 100644 
core/src/test/scala/integration/kafka/api/PlaintextConsumerPollTest.scala
 create mode 100644 
core/src/test/scala/integration/kafka/api/PlaintextConsumerSubscriptionTest.scala

Reply via email to