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 abb2d10bd59 Update test catalog data for GHA workflow run 14777324972
abb2d10bd59 is described below
commit abb2d10bd5938bc6327194476935ec4d42d45510
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 1 18:27:08 2025 +0000
Update test catalog data for GHA workflow run 14777324972
Commit:
https://github.com/apache/kafka/commit/9e7e9a8ff6fab103defec6acbb06a2588977f2e4
GitHub Run: https://github.com/apache/kafka/actions/runs/14777324972
---
test-catalog/clients/clients-integration-tests/tests.yaml | 3 +++
test-catalog/core/tests.yaml | 7 +++++--
test-catalog/server/tests.yaml | 1 +
3 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 220ea1fe5b9..6ad233fb354 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -116,6 +116,8 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
- testConfiguredImplicitAcknowledgeExplicitAcknowledgeFails
- testConsumerCloseInGroupSequential
- testControlRecordsSkipped
+-
testDeliveryCountDifferentBehaviorWhenClosingSessionWithExplicitAcknowledgement
+- testDeliveryCountNotIncreaseAfterSessionClose
- testExplicitAcknowledgeCommitSuccess
- testExplicitAcknowledgeReleaseAccept
- testExplicitAcknowledgeReleaseClose
@@ -149,6 +151,7 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
- testShareAutoOffsetResetEarliestAfterLsoMovement
- testShareAutoOffsetResetMultipleGroupsWithDifferentValue
- testShareConsumerAfterCoordinatorMovement
+- testShareGroupMaxSizeConfigExceeded
- testSubscribeAndPollNoRecords
- testSubscribeOnInvalidTopicThrowsInvalidTopicException
- testSubscribePollSubscribe
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ebccd61cd7c..08930639cc2 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2843,6 +2843,7 @@ kafka.server.ShareFetchAcknowledgeRequestTest:
- testShareFetchRequestWithMaxRecordsAndBatchSize
- testShareSessionCloseWithShareAcknowledge
- testShareSessionCloseWithShareFetch
+- testShareSessionEvictedOnConnectionDrop
kafka.server.ShareGroupDescribeRequestTest:
- testShareGroupDescribe
- testShareGroupDescribeIsInAccessibleWhenConfigsDisabled
@@ -2854,6 +2855,7 @@ kafka.server.ShareGroupHeartbeatRequestTest:
- testShareGroupHeartbeatIsAccessibleWhenShareGroupIsEnabled
- testShareGroupHeartbeatIsInAccessibleWhenConfigsDisabled
- testShareGroupHeartbeatWithMultipleMembers
+- testShareGroupMaxSizeConfigExceeded
kafka.server.StrictControllerMutationQuotaTest:
- testControllerMutationQuotaViolation
kafka.server.SyncGroupRequestTest:
@@ -3146,10 +3148,10 @@ kafka.server.share.SharePartitionTest:
- testLsoMovementWithGapsInCachedStateMapAndAcknowledgedBatch
- testMaxDeliveryCountLimitExceededForRecordBatch
- testMaxDeliveryCountLimitExceededForRecordsSubset
-- testMaxDeliveryCountLimitExceededForRecordsSubsetAfterReleaseAcquiredRecords
--
testMaxDeliveryCountLimitExceededForRecordsSubsetAfterReleaseAcquiredRecordsSubset
- testMaxDeliveryCountLimitExceededForRecordsSubsetAndCachedStateNotCleared
- testMaxDeliveryCountLimitExceededForRecordsSubsetCacheCleared
+-
testMaxDeliveryCountLimitNotExceededForRecordsSubsetAfterReleaseAcquiredRecords
+-
testMaxDeliveryCountLimitNotExceededForRecordsSubsetAfterReleaseAcquiredRecordsSubset
- testMaybeAcquireAndReleaseFetchLock
- testMaybeInitialize
- testMaybeInitializeDefaultStartEpochGroupConfigNotPresent
@@ -3201,6 +3203,7 @@ kafka.server.share.SharePartitionTest:
- testReleaseAcquiredRecordsBatchesPostStartOffsetMovement
- testReleaseAcquiredRecordsBatchesPostStartOffsetMovementToMiddleOfBatch
- testReleaseAcquiredRecordsBatchesPostStartOffsetMovementToStartOfBatch
+- testReleaseAcquiredRecordsDecreaseDeliveryCount
- testReleaseAcquiredRecordsForEmptyCachedData
- testReleaseAcquiredRecordsSubsetWithAnotherMember
- testReleaseAcquiredRecordsWithAnotherMember
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index a7f42187153..153bc0484fd 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -164,6 +164,7 @@ org.apache.kafka.server.share.fetch.ShareFetchTest:
- testMaybeCompleteWithExceptionWithExistingErroneousTopicPartition
- testMaybeCompleteWithPartialErroneousTopicPartitions
org.apache.kafka.server.share.session.ShareSessionCacheTest:
+- testRemoveConnection
- testResizeCachedSessions
- testShareSessionCache
org.apache.kafka.server.share.session.ShareSessionTest: