Skip to content

KAFKA-20929: Use SHA512SUM instead of MD5SUM in the ducktape connect tests - #23139

Merged
mimaison merged 2 commits into
apache:trunkfrom
see-quick:fix-md5
Aug 14, 2026
Merged

KAFKA-20929: Use SHA512SUM instead of MD5SUM in the ducktape connect tests#23139
mimaison merged 2 commits into
apache:trunkfrom
see-quick:fix-md5

Conversation

@see-quick

@see-quick see-quick commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Solves https://issues.apache.org/jira/browse/KAFKA-20929.

Consider enabling configuration cache to speed up this build:
https://docs.gradle.org/9.6.1/userguide/configuration_cache_enabling.html
podman exec ducker01 bash -c "cd /opt/kafka-dev && ducktape
--cluster-file /opt/kafka-dev/tests/docker/build/cluster.json
./tests/kafkatest/tests/connect/connect_test.py::ConnectStandaloneFileTest.test_file_source_and_sink
"
[INFO:2026-08-12 03:21:35,994]: Discovered 1 tests to run
[INFO:2026-08-12 03:21:35,995]: starting test run with session id
2026-08-12--009...
[INFO:2026-08-12 03:21:35,995]: running 1 tests...
[INFO:2026-08-12 03:21:35,995]: Triggering test 1 of 1...
[INFO:2026-08-12 03:21:36,002]: RunnerClient: Loading test {'directory':
'/opt/kafka-dev/tests/kafkatest/tests/connect', 'file_name':
'connect_test.py', 'cls_name': 'ConnectStandaloneFileTest',
'method_name': 'test_file_source_and_sink', 'injected_args':
{'security_protocol': 'SASL_SSL', 'metadata_quorum': 'ISOLATED_KRAFT'}}
[INFO:2026-08-12 03:21:36,008]: RunnerClient:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT:
on run 1/1
[INFO:2026-08-12 03:21:36,009]: RunnerClient:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT:
Setting up...
[INFO:2026-08-12 03:21:36,009]: RunnerClient:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT:
Running...
[INFO:2026-08-12 03:22:35,470]: RunnerClient:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT:
Tearing down...
[INFO:2026-08-12 03:22:43,163]: RunnerClient:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT:
PASS
[INFO:2026-08-12 03:22:43,164]: RunnerClient:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT:
Data: None
================================================================================
SESSION REPORT (ALL TESTS)
ducktape version: 0.14.0
session_id:       2026-08-12--009
run time:         1 minute 7.286 seconds
tests run:        1
passed:           1
flaky:            0
failed:           0
ignored:          0
================================================================================
test_id:
kafkatest.tests.connect.connect_test.ConnectStandaloneFileTest.test_file_source_and_sink.security_protocol=SASL_SSL.metadata_quorum=ISOLATED_KRAFT
status:     PASS
run time:   1 minute 7.155 seconds

Reviewers: Mickael Maison mickael.maison@gmail.com

Signed-off-by: see-quick <maros.orsak159@gmail.com>
@github-actions github-actions Bot added tests Test fixes (including flaky tests) small Small PRs triage PRs from the community labels Aug 12, 2026
Signed-off-by: see-quick <maros.orsak159@gmail.com>
@mimaison mimaison changed the title Use SHA512SUM instead of MD5SUM in the ducktape connect tests KAFKA-20929: Use SHA512SUM instead of MD5SUM in the ducktape connect tests Aug 12, 2026

@mimaison mimaison left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@mimaison
mimaison merged commit 841243d into apache:trunk Aug 14, 2026
25 checks passed
@github-actions github-actions Bot removed the triage PRs from the community label Aug 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

ci-approved small Small PRs tests Test fixes (including flaky tests)

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants