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 6f457c8ec82 Update test catalog data for GHA workflow run 11619732444
6f457c8ec82 is described below

commit 6f457c8ec82c930128de6f8a2366c7f3f655705a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 31 23:24:27 2024 +0000

    Update test catalog data for GHA workflow run 11619732444
    
    Commit: 
https://github.com/apache/kafka/commit/18b8b992f9baa91d9785d491f7cce2867ecb6ba9
    GitHub Run: https://github.com/apache/kafka/actions/runs/11619732444
---
 test-catalog/clients/tests.yaml  | 1 -
 test-catalog/core/tests.yaml     | 4 ++++
 test-catalog/metadata/tests.yaml | 2 ++
 3 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 616379f76e3..ca38800051d 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1175,7 +1175,6 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerMembershipManagerTest:
 - testListenersGetNotifiedOnTransitionsToFatal
 - testListenersGetNotifiedOnTransitionsToLeavingGroup
 - testMemberIdAndEpochResetOnFencedMembers
-- testMemberIdInfoForLogs
 - testMemberJoiningCallsRebalanceListenerWhenReceivingEmptyAssignment
 - testMemberJoiningTransitionsToStableWhenReceivingEmptyAssignment
 - testMemberKeepsUnresolvedAssignmentWaitingForMetadataUntilResolved
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 8aff469b2a5..9389d3f3952 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -541,6 +541,7 @@ kafka.api.PlaintextAdminIntegrationTest:
 - testOffsetsForTimesAfterDeleteRecords
 - testReplicaCanFetchFromLogStartOffsetAfterDeleteRecords
 - testSeekAfterDeleteRecords
+- testShareGroups
 - testValidIncrementalAlterConfigs
 kafka.api.PlaintextConsumerAssignTest:
 - testAssignAndCommitAsyncNotCommitted
@@ -1989,6 +1990,7 @@ kafka.log.remote.RemoteLogManagerTest:
 - testEpochEntriesAsByteBuffer
 - testFailedCopyShouldDeleteTheDanglingSegment
 - testFailedDeleteExpiredSegments
+- testFetchOffsetByTimestampWithTieredStorageDoesNotFetchIndexWhenExistsLocally
 - testFetchQuotaManagerConfig
 - testFetchRemoteLogSegmentMetadata
 - testFindHighestRemoteOffset
@@ -2499,9 +2501,11 @@ kafka.server.ConsumerGroupDescribeRequestTest:
 - testConsumerGroupDescribeWhenFeatureFlagNotEnabled
 - testConsumerGroupDescribeWithNewGroupCoordinator
 kafka.server.ConsumerGroupHeartbeatRequestTest:
+- testConsumerGroupHeartbeatFailureIfMemberIdMissingForVersionsAbove0
 - testConsumerGroupHeartbeatIsAccessibleWhenNewGroupCoordinatorIsEnabled
 - testConsumerGroupHeartbeatIsInaccessibleWhenDisabledByStaticConfig
 - testConsumerGroupHeartbeatIsInaccessibleWhenFeatureFlagNotEnabled
+- testMemberIdGeneratedOnServerWhenApiVersionIs0
 - testRejoiningStaticMemberGetsAssignmentsBackWhenNewGroupCoordinatorIsEnabled
 - 
testStaticMemberRemovedAfterSessionTimeoutExpiryWhenNewGroupCoordinatorIsEnabled
 - testUpdateConsumerGroupHeartbeatConfigSuccessful
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index dfbb7a0fe29..0a7300a9d51 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -258,6 +258,8 @@ org.apache.kafka.controller.ReplicationControlManagerTest:
 - testEligibleLeaderReplicas_EffectiveMinIsr
 - testEligibleLeaderReplicas_ShrinkAndExpandIsr
 - testEligibleLeaderReplicas_UncleanShutdown
+- testExcessiveNumberOfTopicsCannotBeCreated
+- testExcessiveNumberOfTopicsCannotBeCreatedWithAssignments
 - testFenceMultipleBrokers
 - testHandleAssignReplicasToDirs
 - testHandleAssignReplicasToDirsFailsOnOlderMv

Reply via email to