[
https://issues.apache.org/jira/browse/KAFKA-18246?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932839#comment-17932839
]
Chia-Ping Tsai commented on KAFKA-18246:
----------------------------------------
run the e2e "tests/kafkatest/tests/connect/connect_rest_test.py"
{code:java}
================================================================================
SESSION REPORT (ALL TESTS)
ducktape version: 0.12.0
session_id: 2025-03-05--006
run time: 1 minute 15.258 seconds
tests run: 2
passed: 2
flaky: 0
failed: 0
ignored: 0
================================================================================
test_id:
kafkatest.tests.connect.connect_rest_test.ConnectRestApiTest.test_rest_api.connect_protocol=compatible.metadata_quorum=ISOLATED_KRAFT
status: PASS
run time: 38.203 seconds
--------------------------------------------------------------------------------
test_id:
kafkatest.tests.connect.connect_rest_test.ConnectRestApiTest.test_rest_api.connect_protocol=eager.metadata_quorum=ISOLATED_KRAFT
status: PASS
run time: 36.776 seconds
--------------------------------------------------------------------------------
{code}
> Fix ConnectRestApiTest.test_rest_api by adding multiversioning configs
> ----------------------------------------------------------------------
>
> Key: KAFKA-18246
> URL: https://issues.apache.org/jira/browse/KAFKA-18246
> Project: Kafka
> Issue Type: Sub-task
> Reporter: Chia-Ping Tsai
> Assignee: Wei-Ting Chen
> Priority: Major
> Fix For: 4.0.0
>
>
> KAFKA-18215 introduces support for multiple versions. However, the new
> configurations were not added to ConnectRestApiTest.test_rest_api, causing
> the related e2e to fail.
> connector.plugin.version
> key.converter.plugin.version
> value.converter.plugin.version
> header.converter.plugin.version
--
This message was sent by Atlassian Jira
(v8.20.10#820010)