You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ca...@apache.org on 2022/09/30 09:21:21 UTC

[kafka] branch trunk updated (bc95aa21169 -> 3a9efc77b24)

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

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


    from bc95aa21169 KAFKA-14248; Fix flaky test PlaintextAdminIntegrationTest.testCreateTopicsReturnsConfigs (#12669)
     add 3a9efc77b24 KAFKA-14133: Replace EasyMock with Mockito in streams tests (#12527)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/kafka/streams/TopologyTest.java     |  49 +++---
 .../suppress/KTableSuppressProcessorTest.java      |   8 +-
 .../ChangeLoggingSessionBytesStoreTest.java        | 171 ++++++---------------
 ...angeLoggingTimestampedWindowBytesStoreTest.java | 120 ++++-----------
 .../ChangeLoggingWindowBytesStoreTest.java         | 140 +++++------------
 .../MeteredTimestampedWindowStoreTest.java         | 106 ++++++-------
 6 files changed, 194 insertions(+), 400 deletions(-)