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 2314833d3eb Update test catalog data for GHA workflow run 30645560183
2314833d3eb is described below
commit 2314833d3ebcf556290f5e30589b024d5f87eb1d
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 31 19:16:39 2026 +0000
Update test catalog data for GHA workflow run 30645560183
Commit:
https://github.com/apache/kafka/commit/44e45841cc5a07a5354da99752dae37f4e4b48b6
GitHub Run: https://github.com/apache/kafka/actions/runs/30645560183
---
test-catalog/core/tests.yaml | 1 +
test-catalog/storage/tests.yaml | 3 +++
2 files changed, 4 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7a0c943c7a9..3bed886c4b5 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1784,6 +1784,7 @@ kafka.server.KafkaConfigTest:
- testAdvertiseDefaults
- testAdvertisedListenersAllowedForKRaftControllerOnlyRole
- testBadListenerProtocol
+- testBrokerIdDeprecationWarning
- testBrokerIdIsInferredByNodeIdWithKraft
- testCaseInsensitiveListenerProtocol
- testConsumerGroupHeartbeatIntervalValidation
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 53c968534d1..bfa7d74013c 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -77,6 +77,9 @@
org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataM
- testCommonClientOverridesConfig
- testCustomMinIsr
- testDefaultMinIsr
+- testDeprecatedBrokerIdIsStillAccepted
+- testMissingNodeIdThrows
+- testNodeIdTakesPrecedenceOverDeprecatedBrokerId
- testValidConfig
- verifyToStringRedactsSensitiveConfigurations
org.apache.kafka.server.log.remote.metadata.storage.TopicBasedRemoteLogMetadataManagerMultipleSubscriptionsTest: