apalan60 opened a new pull request, #19681:
URL: https://github.com/apache/kafka/pull/19681

   [Jira: KAFKA-19034](https://issues.apache.org/jira/browse/KAFKA-19034)
   
   This PR rewrites `RemoteTopicCrudTest` in Java using the `@ClusterTest` 
framework and moves it to the `storage` module.
   
   **Note:** Two test cases have not yet been migrated
   
   - `testClusterWideDisablementOfTieredStorageWithEnabledTieredTopic`
   - 
`testClusterWithoutTieredStorageStartsSuccessfullyIfTopicWithTieringDisabled`
   
   These tests rely on modifying broker configs during the test lifecycle, 
which `ClusterTest` currently does not support. They will be migrated in a 
follow-up PR after [#16808](https://github.com/apache/kafka/pull/16808) is 
merged, which introduces support for config updates in `ClusterTest`.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: jira-unsubscr...@kafka.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to