kafka/tests/kafkatest/services
Chirag Wadhwa c5a78b0186
CI / build (push) Waiting to run Details
KAFKA-19358: Updated share_consumer_test.py tests to use set_group_offset_reset_strategy (#19878)
According to the current code in AK, the offset reset strategy for share
groups was set using the flag `--offset-reset-strategy` in the
share_consumer_test.py tests, but that would mean that the admin client
call would be sent out by all members in the share group. This PR
changes that by introducing `set_group_offset_reset_strategy` method in
kafka.py, which runs the kafka-configs.sh script in one of the existing
docker containers, thereby changing the config only once.

Reviewers: Andrew Schofield <aschofield@confluent.io>
2025-06-02 21:13:22 +01:00
..
kafka KAFKA-19358: Updated share_consumer_test.py tests to use set_group_offset_reset_strategy (#19878) 2025-06-02 21:13:22 +01:00
monitor KAFKA-17923 Remove old kafka version from e2e (#17673) 2024-11-11 06:22:06 +08:00
performance KAFKA-19321: Added share_consumer_performance.py and related system tests (#19836) 2025-06-02 10:55:50 +01:00
security KAFKA-17624 Remove the E2E uses of accessing ACLs from zk (#17338) 2024-10-08 07:10:14 +08:00
templates KAFKA-19316: added share_group_command_test.py system tests (#19774) 2025-05-29 10:59:32 +01:00
trogdor KAFKA-19320: Added share_consume_bench_test.py system tests (#19811) 2025-06-02 15:38:56 +01:00
__init__.py
connect.py KAFKA-9366 Upgrade log4j to log4j2 (#17373) 2024-12-14 01:14:31 +08:00
console_consumer.py KAFKA-9366 Upgrade log4j to log4j2 (#17373) 2024-12-14 01:14:31 +08:00
console_share_consumer.py KAFKA-19316: added share_group_command_test.py system tests (#19774) 2025-05-29 10:59:32 +01:00
consumer_property.py
delegation_tokens.py MINOR: Fix delegation token system test (#12693) 2022-10-01 19:22:46 -07:00
log_compaction_tester.py
replica_verification_tool.py KAFKA-14583: Move ReplicaVerificationTool to tools (#14059) 2023-07-26 12:04:34 +02:00
streams.py KAFKA-19202: Enable KIP-1071 in streams_eos_test (#19700) 2025-05-17 21:20:47 +02:00
streams_property.py KAFKA-19202: Enable KIP-1071 in streams_smoke_test.py (#19560) 2025-04-29 13:35:19 +02:00
transactional_message_copier.py KAFKA-18240 Remove nonexistent `LOG4J_CONFIG` from transactional_message_copier.py (#18184) 2024-12-15 05:54:14 +08:00
verifiable_client.py Infrastructure for system tests for the new share consumer client (#18209) 2025-01-17 12:03:32 +00:00
verifiable_consumer.py KAFKA-9366 Upgrade log4j to log4j2 (#17373) 2024-12-14 01:14:31 +08:00
verifiable_producer.py MINOR VerifableProducer ducktape can set idempotency and retries (#19362) 2025-04-11 20:41:51 +05:30
verifiable_share_consumer.py KAFKA-19358: Updated share_consumer_test.py tests to use set_group_offset_reset_strategy (#19878) 2025-06-02 21:13:22 +01:00
zookeeper.py KAFKA-18006 Add 3.9.0 to end-to-end test (core, client) (#17797) 2024-11-15 00:24:24 +08:00