This is an automated email from the ASF dual-hosted git repository.
github-actions[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 29fc4ebd488 Update test catalog data for GHA workflow run 26748264082
29fc4ebd488 is described below
commit 29fc4ebd4884154bf7c6d868e077f0043124a725
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 1 14:44:23 2026 +0000
Update test catalog data for GHA workflow run 26748264082
Commit:
https://github.com/apache/kafka/commit/075401e2e1dd6ad5be85e75d81030542c3a840bb
GitHub Run: https://github.com/apache/kafka/actions/runs/26748264082
---
test-catalog/server-common/tests.yaml | 9 +++++++++
test-catalog/server/tests.yaml | 8 ++++++++
2 files changed, 17 insertions(+)
diff --git a/test-catalog/server-common/tests.yaml
b/test-catalog/server-common/tests.yaml
index 0bcccaa0062..da2cfc4aaf8 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -109,8 +109,17 @@ org.apache.kafka.server.common.FeatureTest:
- testValidateWithMVDependencyNotProductionReady
- testValidateWithNonExistentLatestProduction
org.apache.kafka.server.common.FinalizedFeaturesTest:
+- testFromKRaftVersion
+- testFromKRaftVersionNullThrows
- testKRaftModeFeatures
+- testOfNullFeaturesMapThrows
+- testOfNullMetadataVersionThrows
- testSetFinalizedLevel
+- testSetFinalizedLevelAdd
+- testSetFinalizedLevelOnUnknownThrows
+- testUnknownFeatures
+- testUnknownFeaturesIsSingleton
+- testUnknownFeaturesMetadataVersionThrows
org.apache.kafka.server.common.KRaftVersionTest:
- tesVotersRecordVersion
- testBootstrapMetadataVersion
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 2bed08eac64..9ee2d7f32ac 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -193,6 +193,12 @@
org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
- testElrMemberShouldBeKickOutWhenUncleanShutdown
- testHighWatermarkShouldNotAdvanceIfUnderMinIsr
- testLastKnownLeaderShouldBeElectedIfEmptyElr
+org.apache.kafka.server.EnvelopeUtilsTest:
+- testHandleEnvelopeRequestBuildsForwardedRequest
+- testInvalidForwardedClientAddressIsRejected
+- testMissingPrincipalSerdeIsRejected
+- testNonForwardableApiIsRejected
+- testPrincipalDeserializationFailureIsRejected
org.apache.kafka.server.ExpiringErrorCacheTest:
- testCapacityEnforcement
- testCapacityWithDifferentTTLs
@@ -341,6 +347,8 @@ org.apache.kafka.server.ReconfigurableQuorumIntegrationTest:
- testRemoveAndAddVoterWithInconsistentClusterId
- testRemoveAndAddVoterWithValidClusterId
- testRemoveController
+org.apache.kafka.server.SimpleApiVersionManagerTest:
+- testUnknownFeaturesHasNoMetadataVersion
org.apache.kafka.server.UncleanLeaderElectionTest:
- testTopicUncleanLeaderElectionEnableWithAlterTopicConfigsClassic
- testTopicUncleanLeaderElectionEnableWithAlterTopicConfigsConsumer