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 700af35a9cb Update test catalog data for GHA workflow run 14265285250
700af35a9cb is described below

commit 700af35a9cb0efef6f43bd635d8ec9474e1c777a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 4 14:49:49 2025 +0000

    Update test catalog data for GHA workflow run 14265285250
    
    Commit: 
https://github.com/apache/kafka/commit/d4d9f118165ea22494cd6128050ed733e33d5871
    GitHub Run: https://github.com/apache/kafka/actions/runs/14265285250
---
 test-catalog/core/tests.yaml                      | 6 +++++-
 test-catalog/group-coordinator/tests.yaml         | 5 +++++
 test-catalog/streams/integration-tests/tests.yaml | 1 +
 3 files changed, 11 insertions(+), 1 deletion(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index f0299f54454..7bd080f499a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2289,10 +2289,14 @@ kafka.server.KafkaApisTest:
 - testDescribeConfigsWithAuthorizer
 - testDescribeProducers
 - testDescribeQuorumForwardedForKRaftClusters
+- testDescribeShareGroupAllOffsetsRequestGroupAuthorizationFailed
+- testDescribeShareGroupAllOffsetsRequestSuccess
+- testDescribeShareGroupAllOffsetsRequestTopicAuthorizationFailed
 - testDescribeShareGroupOffsetsRequestEmptyGroupsSuccess
 - testDescribeShareGroupOffsetsRequestEmptyTopicsSuccess
+- testDescribeShareGroupOffsetsRequestGroupAuthorizationFailed
 - testDescribeShareGroupOffsetsRequestSuccess
-- testDescribeShareGroupOffsetsRequestsAuthorizationFailed
+- testDescribeShareGroupOffsetsRequestTopicAuthorizationFailed
 - testDescribeShareGroupOffsetsReturnsUnsupportedVersion
 - testDescribeTransactions
 - testDescribeTransactionsFiltersUnauthorizedTopics
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index dbd5cca8020..3863c13e31e 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -84,6 +84,11 @@ 
org.apache.kafka.coordinator.group.GroupCoordinatorServiceTest:
 - testDescribeGroups
 - testDescribeGroupsInvalidGroupId
 - testDescribeGroupsWhenNotStarted
+- testDescribeShareGroupAllOffsets
+- testDescribeShareGroupAllOffsetsCoordinatorNotActive
+- testDescribeShareGroupAllOffsetsMetadataImageNull
+- testDescribeShareGroupAllOffsetsNullResult
+- testDescribeShareGroupAllOffsetsThrowsError
 - testDescribeShareGroupOffsetsCoordinatorNotActive
 - testDescribeShareGroupOffsetsMetadataImageNull
 - testDescribeShareGroupOffsetsNonexistentTopicWithDefaultPersister
diff --git a/test-catalog/streams/integration-tests/tests.yaml 
b/test-catalog/streams/integration-tests/tests.yaml
index 0eac81e763d..400870e5973 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -128,6 +128,7 @@ 
org.apache.kafka.streams.integration.KTableKTableForeignKeyJoinDistributedTest:
 - shouldBeInitializedWithDefaultSerde
 org.apache.kafka.streams.integration.KTableKTableForeignKeyJoinIntegrationTest:
 - doJoinFromLeftThenDeleteLeftEntity
+- doJoinFromLeftThenUpdateFkThenRevertBack
 - doJoinFromRightThenDeleteRightEntity
 - joinShouldProduceNullsWhenValueHasNonMatchingForeignKey
 - shouldEmitRecordOnNullForeignKeyForLeftJoins

Reply via email to