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 ccc1a66ec81 Update test catalog data for GHA workflow run 19073139907
ccc1a66ec81 is described below
commit ccc1a66ec81755bfbb1458e9afeab7ba7b5e2f5a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 4 17:53:22 2025 +0000
Update test catalog data for GHA workflow run 19073139907
Commit:
https://github.com/apache/kafka/commit/e658d545d53c4623cfb4a2588ce63e4f1f5c7b2c
GitHub Run: https://github.com/apache/kafka/actions/runs/19073139907
---
test-catalog/core/tests.yaml | 9 +++++++++
test-catalog/server/tests.yaml | 10 ++++++++--
test-catalog/tools/tests.yaml | 1 -
3 files changed, 17 insertions(+), 3 deletions(-)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 02b5396eb46..5171c029ff9 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1847,6 +1847,7 @@ kafka.server.DescribeUserScramCredentialsRequestTest:
kafka.server.DynamicBrokerConfigTest:
- testAdvertisedListenersIsNotDynamicallyReconfigurable
- testAuthorizerConfig
+- testClientTelemetryExporter
- testCombinedControllerAuthorizerConfig
- testConfigUpdate
- testConfigUpdateWithReconfigurableValidationFailure
@@ -2999,6 +3000,7 @@ kafka.server.share.SharePartitionManagerTest:
- testToForgetPartitions
- testZeroSizeShareSession
kafka.server.share.SharePartitionTest:
+- testAckTypeToRecordStateMapping
- testAcknowledgeAfterAcquisitionLockTimeout
- testAcknowledgeBatchAndOffsetPostLsoMovement
- testAcknowledgeBatchPostLsoMovement
@@ -3099,6 +3101,7 @@ kafka.server.share.SharePartitionTest:
- testDeliveryCompleteCountWhenStaleOffsetsAreArchived
- testFetchAbortedTransactionRecordBatchesForAbortedAndCommittedTransactions
- testFetchAbortedTransactionRecordBatchesForOnlyAbortedTransactions
+- testFetchAckTypeMapForBatch
- testFetchLockReleasedByDifferentId
- testFilterRecordBatchesFromAcquiredRecords
- testLsoMovementAheadOfEndOffset
@@ -3119,8 +3122,10 @@ kafka.server.share.SharePartitionTest:
-
testLsoMovementThenAcquisitionLockTimeoutThenAcknowledgeBatchLastOffsetAheadOfStartOffsetBatch
- testLsoMovementToEndOffset
- testLsoMovementToEndOffsetWhereEndOffsetIsAvailable
+- testLsoMovementWithBatchRenewal
- testLsoMovementWithGapsInCachedStateMap
- testLsoMovementWithGapsInCachedStateMapAndAcknowledgedBatch
+- testLsoMovementWithPerOffsetRenewal
- testLsoMovementWithWriteStateRPCFailuresInAcknowledgement
- testMaxDeliveryCountLimitExceededForRecordBatch
- testMaxDeliveryCountLimitExceededForRecordsSubset
@@ -3198,6 +3203,10 @@ kafka.server.share.SharePartitionTest:
- testReleaseMultipleRecordBatch
- testReleaseOffsetWithWriteShareGroupStateFailure
- testReleaseSingleRecordBatch
+- testRenewAcknowledgeOnExpiredBatch
+- testRenewAcknowledgeWithCompleteBatchAck
+- testRenewAcknowledgeWithPerOffsetAck
+- testRenewAcknowledgeWithPerOffsetAndBatchMix
- testScheduleAcquisitionLockTimeoutValueFromGroupConfig
- testScheduleAcquisitionLockTimeoutValueUpdatesSuccessfully
- testTerminalRecordsNotUpdatedWhenBatchesBeforeStartOffsetAreExpired
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 2bf882bfb03..c9d149be64e 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -169,8 +169,14 @@ org.apache.kafka.server.metrics.ClientMetricsInstanceTest:
- testMaybeUpdatePushRequestWithImmediateRetryAfterGetValid
- testMaybeUpdatePushRequestWithImmediateRetryFail
- testMaybeUpdateRequestTimestampValid
-org.apache.kafka.server.metrics.ClientMetricsReceiverPluginTest:
-- testExportMetrics
+org.apache.kafka.server.metrics.ClientMetricsTelemetryPluginTest:
+- testExportMetricsWithBothReceiverAndExporter
+- testExportMetricsWithDeprecatedReceiver
+- testExportMetricsWithDualImplementation
+- testExportMetricsWithNewExporter
+org.apache.kafka.server.metrics.ClientTelemetryTest:
+- testMultipleDeprecatedReceivers
+- testMultipleNewExporters
org.apache.kafka.server.metrics.ForwardingManagerMetricsTest:
- testMetricsNames
- testQueueLength
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 3011770474b..c590c1b9bd1 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -806,7 +806,6 @@
org.apache.kafka.tools.consumer.group.ResetConsumerGroupOffsetTest:
- testResetOffsetsWithPartitionNotExist
- testResetWithUnrecognizedNewConsumerOption
org.apache.kafka.tools.consumer.group.SaslClientsWithInvalidCredentialsTest:
-- initializationError
- testConsumerGroupServiceWithAuthenticationFailure
- testConsumerGroupServiceWithAuthenticationSuccess
org.apache.kafka.tools.consumer.group.ShareGroupCommandTest: