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 2cb1844b7b8 Update test catalog data for GHA workflow run 12191835821
2cb1844b7b8 is described below
commit 2cb1844b7b8cb9ff20191246e85d93511d18888a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 6 04:51:21 2024 +0000
Update test catalog data for GHA workflow run 12191835821
Commit:
https://github.com/apache/kafka/commit/36b48536f62698a5cc6be3c24bb68da6e2602b57
GitHub Run: https://github.com/apache/kafka/actions/runs/12191835821
---
test-catalog/clients/tests.yaml | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 43e072047bf..e68a98e8c4e 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -618,6 +618,7 @@ org.apache.kafka.clients.consumer.ConsumerConfigTest:
- testProtocolConfigValidation
- testRemoteAssignorConfig
- testRemoteAssignorWithClassicGroupProtocol
+- testUnsupportedConfigsWithConsumerGroupProtocol
org.apache.kafka.clients.consumer.ConsumerGroupMetadataTest:
- testAssignmentConstructor
- testGroupIdConstructor
@@ -781,6 +782,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
- testRegexSubscription
- testResetToCommittedOffset
- testResetUsingAutoResetPolicy
+- testResetUsingDurationBasedAutoResetPolicy
- testReturnRecordsDuringRebalance
- testSecondPollWithDeserializationErrorThrowsRecordDeserializationException
- testSeekNegative
@@ -819,6 +821,7 @@ org.apache.kafka.clients.consumer.MockConsumerTest:
- endOffsetsShouldBeIdempotent
- shouldNotClearRecordsForPausedPartitions
- testConsumerRecordsIsEmptyWhenReturningNoRecords
+- testDurationBasedOffsetReset
- testRe2JPatternSubscription
- testRebalanceListener
- testSimpleMock
@@ -1070,6 +1073,7 @@
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
- testSeekToEnd
- testSeekToEndWithException
- testSubscribeGeneratesEvent
+- testSubscribePatternAgainstBrokerNotSupportingRegex
- testSubscribePatternGeneratesEvent
- testSubscribeToEmptyListActsAsUnsubscribe
- testSubscribeToNullTopicCollection
@@ -1092,6 +1096,7 @@
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
org.apache.kafka.clients.consumer.internals.AutoOffsetResetStrategyTest:
- testEqualsAndHashCode
- testFromString
+- testTimestamp
- testValidator
org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
- testAsyncAutocommitNotRetriedAfterException
@@ -1171,6 +1176,7 @@
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
- testSkippingHeartbeat
- testSuccessfulHeartbeatTiming
- testTimerNotDue
+- testUnsupportedVersion
- testValidateConsumerGroupHeartbeatRequest
- testValidateConsumerGroupHeartbeatRequestAssignmentSentWhenLocalEpochChanges
- testisExpiredByUsedForLogging
@@ -1906,6 +1912,7 @@
org.apache.kafka.clients.consumer.internals.OffsetFetcherTest:
- testUpdateFetchPositionOfPausedPartitionsWithAValidPosition
- testUpdateFetchPositionOfPausedPartitionsWithoutAValidPosition
- testUpdateFetchPositionResetToDefaultOffset
+- testUpdateFetchPositionResetToDurationOffset
- testUpdateFetchPositionResetToEarliestOffset
- testUpdateFetchPositionResetToLatestOffset
- testresetPositionsMetadataRefresh
@@ -2007,6 +2014,7 @@
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
- testPiggybackAcknowledgementsInFlight
- testRetryAcknowledgements
- testRetryAcknowledgementsWithLeaderChange
+- testServerDisconnectedOnShareAcknowledge
- testShareFetchWithSubscriptionChange
- testUnauthorizedTopic
- testUnknownTopicIdError
@@ -2258,6 +2266,7 @@
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
- testSyncCommitEventWithoutCommitRequestManager
- testTopicPatternSubscriptionChangeEvent
- testTopicPatternSubscriptionChangeEventWithIllegalSubscriptionState
+- testTopicPatternSubscriptionTriggersJoin
- testTopicSubscriptionChangeEvent
- testTopicSubscriptionChangeEventWithIllegalSubscriptionState
- testUpdatePatternSubscriptionEventOnlyTakesEffectWhenMetadataHasNewVersion
@@ -3984,6 +3993,7 @@
org.apache.kafka.common.requests.TxnOffsetCommitRequestTest:
- testConstructor
- testGetErrorResponse
- testVersionSupportForGroupInstanceId
+- testVersionSupportForGroupMetadata
org.apache.kafka.common.requests.TxnOffsetCommitResponseTest:
- testConstructorWithErrorResponse
- testParse