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 cdd4dda4615 Update test catalog data for GHA workflow run 11664835959
cdd4dda4615 is described below
commit cdd4dda4615b65f02b61c6952809a6cc61fe4e6e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 4 15:28:59 2024 +0000
Update test catalog data for GHA workflow run 11664835959
Commit:
https://github.com/apache/kafka/commit/a0292bae39941ee5ca89380744129bea1db2aa6c
GitHub Run: https://github.com/apache/kafka/actions/runs/11664835959
---
test-catalog/share/tests.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-catalog/share/tests.yaml b/test-catalog/share/tests.yaml
index 2f5372eef9e..f1740881b1d 100644
--- a/test-catalog/share/tests.yaml
+++ b/test-catalog/share/tests.yaml
@@ -13,16 +13,16 @@
org.apache.kafka.server.share.persister.PersisterStateManagerTest:
- testPersisterStateManagerClose
- testReadStateRequestCoordinatorFoundOnRetry
- testReadStateRequestCoordinatorFoundSuccessfully
-- testReadStateRequestFailButCoordinatorFoundSuccessfully
- testReadStateRequestFailureMaxRetriesExhausted
- testReadStateRequestIllegalStateCoordinatorFoundSuccessfully
- testReadStateRequestRetryWithCoordinatorNodeLookup
+- testReadStateRequestRetryWithNotCoordinatorSuccessfulOnRetry
- testReadStateRequestWithCoordinatorNodeLookup
- testWriteStateRequestBatchingWithCoordinatorNodeLookup
- testWriteStateRequestCoordinatorFoundOnRetry
- testWriteStateRequestCoordinatorFoundSuccessfully
-- testWriteStateRequestFailButCoordinatorSuccess
- testWriteStateRequestFailedMaxRetriesExhausted
+- testWriteStateRequestRetryWithNotCoordinatorSuccessfulOnRetry
- testWriteStateRequestWithCoordinatorNodeLookup
- testWriteStateRequestWithRetryAndCoordinatorNodeLookup
org.apache.kafka.server.share.session.ShareSessionCacheTest: