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 50a222c38b0 Update test catalog data for GHA workflow run 11671967391
50a222c38b0 is described below

commit 50a222c38b0c3033e4ecaa9a19b2fe55720a23ef
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 22:55:26 2024 +0000

    Update test catalog data for GHA workflow run 11671967391
    
    Commit: 
https://github.com/apache/kafka/commit/e3f953483cb480631bf041698770b47ddb82796f
    GitHub Run: https://github.com/apache/kafka/actions/runs/11671967391
---
 test-catalog/core/tests.yaml                      |  5 +++++
 test-catalog/metadata/tests.yaml                  |  6 +++++-
 test-catalog/streams/integration-tests/tests.yaml | 19 -------------------
 test-catalog/tools/tests.yaml                     | 19 +++++++++++++++++++
 4 files changed, 29 insertions(+), 20 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0bf7fdb394c..a5ecfcccb33 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3489,6 +3489,11 @@ kafka.server.ProduceRequestTest:
 - testZSTDProduceRequest
 kafka.server.RaftClusterSnapshotTest:
 - testSnapshotsGenerated
+kafka.server.ReconfigurableQuorumIntegrationTest:
+- testCreateAndDestroyNonReconfigurableCluster
+- testCreateAndDestroyReconfigurableCluster
+- testRemoveAndAddSameController
+- testRemoveController
 kafka.server.RemoteLeaderEndPointTest:
 - testBrokerEpochSupplier
 - testFetchEarliestLocalOffset
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 0a7300a9d51..781a576c242 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -739,7 +739,11 @@ org.apache.kafka.metadata.bootstrap.BootstrapDirectoryTest:
 - testReadFromConfigurationWithAncientVersion
 - testReadFromEmptyConfiguration
 org.apache.kafka.metadata.bootstrap.BootstrapMetadataTest:
-- testCopyWithOnlyVersion
+- testCopyWithModifiedFeatureRecord
+- testCopyWithNewFeatureRecord
+- testFeatureLevelForFeature
+- testFeatureLevelForFeatureThatIsNotSet
+- testFeatureLevelForMetadataVersion
 - testFromRecordsList
 - testFromRecordsListWithOldMetadataVersion
 - testFromRecordsListWithoutMetadataVersion
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 1fc7b78828d..f99adef5f10 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -229,25 +229,6 @@ 
org.apache.kafka.streams.integration.RelaxedNullKeyRequirementJoinTest:
 - testRelaxedLeftStreamStreamJoin
 - testRelaxedLeftStreamTableJoin
 - testRelaxedOuterStreamStreamJoin
-org.apache.kafka.streams.integration.ResetIntegrationTest:
-- shouldNotAllowToResetWhenInputTopicAbsent
-- shouldNotAllowToResetWhenIntermediateTopicAbsent
-- shouldNotAllowToResetWhenSpecifiedInternalTopicDoesNotExist
-- shouldNotAllowToResetWhenSpecifiedInternalTopicIsNotInternal
-- shouldNotAllowToResetWhileStreamsIsRunning
-- testReprocessingByDurationAfterResetWithoutIntermediateUserTopic
-- testReprocessingFromDateTimeAfterResetWithoutIntermediateUserTopic
-- testReprocessingFromFileAfterResetWithoutIntermediateUserTopic
-- testReprocessingFromScratchAfterResetWithIntermediateInternalTopic
-- testReprocessingFromScratchAfterResetWithIntermediateUserTopic
-- testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic
-- testResetWhenInternalTopicsAreSpecified
-- testResetWhenLongSessionTimeoutConfiguredWithForceOption
-org.apache.kafka.streams.integration.ResetIntegrationWithSslTest:
-- testReprocessingFromScratchAfterResetWithIntermediateInternalTopic
-- testReprocessingFromScratchAfterResetWithIntermediateUserTopic
-- testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic
-- testResetWhenInternalTopicsAreSpecified
 org.apache.kafka.streams.integration.ResetPartitionTimeIntegrationTest:
 - shouldPreservePartitionTimeOnKafkaStreamRestart
 org.apache.kafka.streams.integration.RestoreIntegrationTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index eb31c5ebbf2..0f24e3e50ff 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -300,6 +300,25 @@ org.apache.kafka.tools.PushHttpMetricsReporterTest:
 - testServerError
 org.apache.kafka.tools.ReplicaVerificationToolTest:
 - testReplicaBufferVerifyChecksum
+org.apache.kafka.tools.ResetIntegrationTest:
+- shouldNotAllowToResetWhenInputTopicAbsent
+- shouldNotAllowToResetWhenIntermediateTopicAbsent
+- shouldNotAllowToResetWhenSpecifiedInternalTopicDoesNotExist
+- shouldNotAllowToResetWhenSpecifiedInternalTopicIsNotInternal
+- shouldNotAllowToResetWhileStreamsIsRunning
+- testReprocessingByDurationAfterResetWithoutIntermediateUserTopic
+- testReprocessingFromDateTimeAfterResetWithoutIntermediateUserTopic
+- testReprocessingFromFileAfterResetWithoutIntermediateUserTopic
+- testReprocessingFromScratchAfterResetWithIntermediateInternalTopic
+- testReprocessingFromScratchAfterResetWithIntermediateUserTopic
+- testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic
+- testResetWhenInternalTopicsAreSpecified
+- testResetWhenLongSessionTimeoutConfiguredWithForceOption
+org.apache.kafka.tools.ResetIntegrationWithSslTest:
+- testReprocessingFromScratchAfterResetWithIntermediateInternalTopic
+- testReprocessingFromScratchAfterResetWithIntermediateUserTopic
+- testReprocessingFromScratchAfterResetWithoutIntermediateUserTopic
+- testResetWhenInternalTopicsAreSpecified
 org.apache.kafka.tools.StreamsResetterTest:
 - shouldDeleteTopic
 - shouldDetermineInternalTopicBasedOnTopicName1

Reply via email to