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 064b5f1c24e Update test catalog data for GHA workflow run 12956342115
064b5f1c24e is described below

commit 064b5f1c24e781a8834481aea3db1086f232dc23
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 24 22:12:09 2025 +0000

    Update test catalog data for GHA workflow run 12956342115
    
    Commit: 
https://github.com/apache/kafka/commit/023f9c26e60c0710891abd148cce52c1dadaf7cd
    GitHub Run: https://github.com/apache/kafka/actions/runs/12956342115
---
 test-catalog/metadata/tests.yaml | 3 +++
 test-catalog/server/tests.yaml   | 5 +++++
 2 files changed, 8 insertions(+)

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 2c2fd81b262..4f2f0882266 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -229,10 +229,12 @@ org.apache.kafka.controller.QuorumControllerTest:
 - testFatalMetadataReplayErrorOnActive
 - testFenceMultipleBrokers
 - testInsertBootstrapRecordsToEmptyLog
+- testMinIsrUpdateWithElr
 - testNoOpRecordWriteAfterTimeout
 - testRegisterBrokerKRaftVersions
 - testSnapshotSaveAndLoad
 - testTimeouts
+- testUncleanShutdownBrokerElrEnabled
 - testUncleanShutdownElrDisabled
 - testUnregisterBroker
 - testUpgradeFromPreProductionVersion
@@ -273,6 +275,7 @@ org.apache.kafka.controller.ReplicationControlManagerTest:
 - testEligibleLeaderReplicas_EffectiveMinIsr
 - testEligibleLeaderReplicas_ShrinkAndExpandIsr
 - testEligibleLeaderReplicas_UncleanShutdown
+- testElrsRemovedOnMinIsrUpdate
 - testExcessiveNumberOfTopicsCannotBeCreated
 - testExcessiveNumberOfTopicsCannotBeCreatedWithAssignments
 - testFenceMultipleBrokers
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index f4c93629e01..8d1a93c770f 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -122,6 +122,11 @@ org.apache.kafka.server.share.fetch.ShareFetchTest:
 - testErrorInAllPartitions
 - testErrorInAllPartitionsWithMultipleTopicIdPartitions
 - testFilterErroneousTopicPartitions
+- testMaybeCompleteWithErroneousTopicPartitions
+- testMaybeCompleteWithException
+- testMaybeCompleteWithExceptionPartialFailure
+- testMaybeCompleteWithExceptionWithExistingErroneousTopicPartition
+- testMaybeCompleteWithPartialErroneousTopicPartitions
 org.apache.kafka.server.share.session.ShareSessionCacheTest:
 - testResizeCachedSessions
 - testShareSessionCache

Reply via email to