You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2020/05/08 06:01:52 UTC

[kafka] branch trunk updated (c19a3be -> 611831b)

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

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


    from c19a3be  KAFKA-6145: Set HighAvailabilityTaskAssignor as default in streams_upgrade_test.py (#8613)
     add 611831b  KAFKA-9928: Fix flaky GlobalKTableEOSIntegrationTest (#8600)

No new revisions were added by this update.

Summary of changes:
 .../streams/integration/EosIntegrationTest.java    |   2 +-
 .../GlobalKTableEOSIntegrationTest.java            | 218 +++++++++++++-------
 .../KStreamAggregationDedupIntegrationTest.java    |   3 +-
 .../KStreamAggregationIntegrationTest.java         |  13 +-
 .../KStreamRepartitionIntegrationTest.java         |   2 +-
 .../StateRestorationIntegrationTest.java           |   3 +-
 .../integration/utils/IntegrationTestUtils.java    | 222 +++++++++++++--------
 7 files changed, 298 insertions(+), 165 deletions(-)