You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ch...@apache.org on 2020/11/19 03:35:04 UTC

[kafka] branch trunk updated (192db66 -> 179ecdf)

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

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


    from 192db66  KAFKA-9274: Handle TimeoutException on commit (#9570)
     add 179ecdf  KAFKA-10628: remove all the unnecessary parameters from the tests which are using TopologyTestDriver (#9507)

No new revisions were added by this update.

Summary of changes:
 .../examples/docs/DeveloperGuideTesting.java       |  1 -
 .../apache/kafka/streams/StreamsBuilderTest.java   |  6 +----
 .../org/apache/kafka/streams/TopologyTest.java     | 10 ++++----
 .../integration/AbstractJoinIntegrationTest.java   |  2 --
 .../KTableKTableForeignKeyJoinIntegrationTest.java |  4 ----
 ...reignKeyJoinMaterializationIntegrationTest.java |  2 --
 .../kstream/internals/AbstractStreamTest.java      | 12 ++++------
 .../kstream/internals/KTableAggregateTest.java     | 27 ++++++----------------
 .../KTableKTableForeignKeyJoinScenarioTest.java    |  1 -
 .../internals/KTableTransformValuesTest.java       |  1 -
 .../SessionWindowedCogroupedKStreamImplTest.java   |  3 +--
 .../SlidingWindowedCogroupedKStreamImplTest.java   |  3 +--
 .../kstream/internals/SuppressScenarioTest.java    |  5 +---
 .../TimeWindowedCogroupedKStreamImplTest.java      |  3 +--
 .../processor/internals/ProcessorNodeTest.java     |  5 +---
 .../processor/internals/ProcessorTopologyTest.java |  2 --
 .../internals/RepartitionOptimizingTest.java       | 13 +++--------
 .../RepartitionWithMergeOptimizingTest.java        | 13 +++--------
 .../CachingPersistentWindowStoreTest.java          |  2 --
 .../apache/kafka/streams/TopologyTestDriver.java   | 15 ++++--------
 .../streams/processor/MockProcessorContext.java    |  8 ++-----
 .../processor/api/MockProcessorContext.java        |  8 ++-----
 .../kafka/streams/TopologyTestDriverTest.java      | 15 ++++--------
 23 files changed, 43 insertions(+), 118 deletions(-)