This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch test-catalog in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/test-catalog by this push: new 84d97d130bf Update test catalog data for GHA workflow run 15235234179 84d97d130bf is described below commit 84d97d130bfde56a9493d71a86b41f10fe7b7a78 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Sun May 25 11:41:45 2025 +0000 Update test catalog data for GHA workflow run 15235234179 Commit: https://github.com/apache/kafka/commit/69a457d8a52158bda79d6a5bbfdc27c108f4d630 GitHub Run: https://github.com/apache/kafka/actions/runs/15235234179 --- test-catalog/core/tests.yaml | 19 ------------------- test-catalog/storage/tests.yaml | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+), 19 deletions(-) diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index b3cebdbf1c8..f072cc4066b 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -25,25 +25,6 @@ kafka.admin.AddPartitionsTest: kafka.admin.RemoteTopicCrudTest: - testClusterWideDisablementOfTieredStorageWithEnabledTieredTopic - testClusterWithoutTieredStorageStartsSuccessfullyIfTopicWithTieringDisabled -- testCreateCompactedRemoteStorage -- testCreateRemoteTopicWithCopyDisabledAndDeleteOnDisable -- testCreateRemoteTopicWithInheritedLocalRetentionSize -- testCreateRemoteTopicWithInheritedLocalRetentionTime -- testCreateRemoteTopicWithInvalidRetentionSize -- testCreateRemoteTopicWithInvalidRetentionTime -- testCreateRemoteTopicWithValidRetentionSize -- testCreateRemoteTopicWithValidRetentionTime -- testCreateTopicRetentionBytesValidationWithRemoteCopyDisabled -- testCreateTopicRetentionMsValidationWithRemoteCopyDisabled -- testEnableRemoteLogOnExistingTopicTest -- testEnableRemoteLogWhenSystemRemoteStorageIsDisabled -- testTopicDeletion -- testUpdateTopicConfigWithDisablingRemoteStorage -- testUpdateTopicConfigWithDisablingRemoteStorageWithDeleteOnDisable -- testUpdateTopicConfigWithInheritedLocalRetentionSize -- testUpdateTopicConfigWithInheritedLocalRetentionTime -- testUpdateTopicConfigWithValidRetentionSizeTest -- testUpdateTopicConfigWithValidRetentionTimeTest kafka.api.AdminClientWithPoliciesIntegrationTest: - testInvalidAlterConfigs - testInvalidAlterConfigsDueToPolicy diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml index 4ad34335e4b..4cfca54e7ce 100644 --- a/test-catalog/storage/tests.yaml +++ b/test-catalog/storage/tests.yaml @@ -1,3 +1,23 @@ +org.apache.kafka.admin.RemoteTopicCrudTest: +- testCreateCompactedRemoteStorage +- testCreateRemoteTopicWithCopyDisabledAndDeleteOnDisable +- testCreateRemoteTopicWithInheritedLocalRetentionSize +- testCreateRemoteTopicWithInheritedLocalRetentionTime +- testCreateRemoteTopicWithInvalidRetentionSize +- testCreateRemoteTopicWithInvalidRetentionTime +- testCreateRemoteTopicWithValidRetentionSize +- testCreateRemoteTopicWithValidRetentionTime +- testCreateTopicRetentionBytesValidationWithRemoteCopyDisabled +- testCreateTopicRetentionMsValidationWithRemoteCopyDisabled +- testEnableRemoteLogOnExistingTopic +- testEnableRemoteLogWhenSystemRemoteStorageIsDisabled +- testTopicDeletion +- testUpdateTopicConfigWithDisablingRemoteStorage +- testUpdateTopicConfigWithDisablingRemoteStorageWithDeleteOnDisable +- testUpdateTopicConfigWithInheritedLocalRetentionSize +- testUpdateTopicConfigWithInheritedLocalRetentionTime +- testUpdateTopicConfigWithValidRetentionSize +- testUpdateTopicConfigWithValidRetentionTime org.apache.kafka.server.log.LogAppendTimeTest: - testProduceConsumeWithConfigOnBroker - testProduceConsumeWithConfigOnTopic