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 86153e610ae Update test catalog data for GHA workflow run 19731765520
86153e610ae is described below
commit 86153e610ae9f8b26407c1e60cf2c75e96bfbc46
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 27 12:04:47 2025 +0000
Update test catalog data for GHA workflow run 19731765520
Commit:
https://github.com/apache/kafka/commit/5dd0153864b0e6df7e0dd7d8d5898949774480cd
GitHub Run: https://github.com/apache/kafka/actions/runs/19731765520
---
test-catalog/server-common/tests.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test-catalog/server-common/tests.yaml
b/test-catalog/server-common/tests.yaml
index 949ccce38f7..1d7e5e0ed5e 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -263,6 +263,7 @@
org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
- testWriteStateSuccess
- testWriteStateValidate
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
+- testDeleteStateClientResponseErrorRetriesExhausted
- testDeleteStateRequestBatchingWithCoordinatorNodeLookup
- testDeleteStateRequestCoordinatorFoundOnRetry
- testDeleteStateRequestCoordinatorFoundSuccessfully
@@ -275,6 +276,7 @@
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
- testFindCoordinatorFatalError
- testFindCoordinatorNullResponse
- testFindCoordinatorSuccess
+- testInitializeStateClientResponseErrorRetriesExhausted
- testInitializeStateRequestBatchingWithCoordinatorNodeLookup
- testInitializeStateRequestCoordinatorFoundOnRetry
- testInitializeStateRequestCoordinatorFoundSuccessfully
@@ -283,6 +285,7 @@
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
- testInitializeStateRequestWithCoordinatorNodeLookup
- testInitializeStateRequestWithRetryAndCoordinatorNodeLookup
- testPersisterStateManagerClose
+- testReadStateClientResponseErrorRetriesExhausted
- testReadStateRequestCoordinatorFoundOnRetry
- testReadStateRequestCoordinatorFoundSuccessfully
- testReadStateRequestFailureMaxRetriesExhausted
@@ -290,6 +293,7 @@
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
- testReadStateRequestRetryWithCoordinatorNodeLookup
- testReadStateRequestRetryWithNotCoordinatorSuccessfulOnRetry
- testReadStateRequestWithCoordinatorNodeLookup
+- testReadStateSummaryClientResponseErrorRetriesExhausted
- testReadStateSummaryRequestCoordinatorFoundOnRetry
- testReadStateSummaryRequestCoordinatorFoundSuccessfully
- testReadStateSummaryRequestFailureMaxRetriesExhausted
@@ -298,6 +302,7 @@
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
- testReadStateSummaryRequestRetryWithNotCoordinatorSuccessfulOnRetry
- testReadStateSummaryRequestWithCoordinatorNodeLookup
- testResponseErrorHandling
+- testWriteStateClientResponseErrorRetriesExhausted
- testWriteStateRequestBatchingWithCoordinatorNodeLookup
- testWriteStateRequestCoordinatorFoundOnRetry
- testWriteStateRequestCoordinatorFoundSuccessfully