You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2020/10/07 16:42:13 UTC

[kafka] branch trunk updated (40a23cc -> 4e65030)

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

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


    from 40a23cc  KAFKA-10186; Abort transaction with pending data with TransactionAbortedException (#9280)
     add 4e65030  KAFKA-10402: Upgrade system tests to python3 (#9196)

No new revisions were added by this update.

Summary of changes:
 tests/docker/Dockerfile                            |  6 +++---
 tests/docker/ducker-ak                             |  2 +-
 tests/kafkatest/benchmarks/core/benchmark_test.py  |  4 ++--
 .../sanity_checks/test_console_consumer.py         |  1 -
 .../sanity_checks/test_verifiable_producer.py      |  2 +-
 tests/kafkatest/services/console_consumer.py       |  1 -
 tests/kafkatest/services/kafka/__init__.py         |  6 +++---
 tests/kafkatest/services/kafka/config.py           |  4 ++--
 tests/kafkatest/services/kafka/kafka.py            |  6 +++---
 .../services/kafka/templates/kafka.properties      |  4 ++--
 tests/kafkatest/services/monitor/http.py           |  6 +++---
 tests/kafkatest/services/monitor/jmx.py            |  2 +-
 tests/kafkatest/services/performance/__init__.py   |  8 ++++----
 .../services/performance/producer_performance.py   |  2 +-
 tests/kafkatest/services/security/minikdc.py       |  2 --
 .../kafkatest/services/security/security_config.py |  2 +-
 tests/kafkatest/services/streams.py                |  7 +++----
 .../services/templates/tools_log4j.properties      |  2 +-
 tests/kafkatest/services/trogdor/task_spec.py      |  2 +-
 tests/kafkatest/services/verifiable_client.py      |  1 -
 tests/kafkatest/services/verifiable_consumer.py    | 20 +++++++++----------
 tests/kafkatest/services/zookeeper.py              |  1 -
 .../client/client_compatibility_features_test.py   | 10 ++++++----
 tests/kafkatest/tests/client/quota_test.py         |  2 +-
 .../tests/connect/connect_distributed_test.py      | 23 +++++++++++-----------
 tests/kafkatest/tests/connect/connect_test.py      |  5 ++---
 tests/kafkatest/tests/core/downgrade_test.py       |  7 +------
 .../kafkatest/tests/core/get_offset_shell_test.py  |  1 -
 tests/kafkatest/tests/core/mirror_maker_test.py    |  2 +-
 tests/kafkatest/tests/core/network_degrade_test.py |  2 +-
 .../tests/core/reassign_partitions_test.py         |  2 +-
 tests/kafkatest/tests/core/replica_scale_test.py   |  6 ++----
 tests/kafkatest/tests/core/throttling_test.py      |  2 +-
 tests/kafkatest/tests/core/transactions_test.py    |  2 +-
 .../tests/core/zookeeper_security_upgrade_test.py  |  2 +-
 .../tests/core/zookeeper_tls_encrypt_only_test.py  |  3 ---
 tests/kafkatest/tests/core/zookeeper_tls_test.py   |  3 ---
 tests/kafkatest/tests/end_to_end.py                |  4 +---
 .../tests/streams/streams_broker_bounce_test.py    |  4 ++--
 .../streams_cooperative_rebalance_upgrade_test.py  |  3 +--
 .../streams/templates/log4j_template.properties    |  2 +-
 tests/kafkatest/tests/streams/utils/__init__.py    |  2 +-
 tests/kafkatest/tests/tools/log4j_appender_test.py |  1 -
 tests/kafkatest/tests/verifiable_consumer_test.py  |  2 +-
 tests/kafkatest/utils/__init__.py                  |  2 +-
 tests/kafkatest/utils/util.py                      |  2 --
 tests/kafkatest/version.py                         | 13 ++++++++++++
 47 files changed, 93 insertions(+), 105 deletions(-)