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 9b6bf1e3215 Update test catalog data for GHA workflow run 11775405560
9b6bf1e3215 is described below
commit 9b6bf1e32158bd3acb49a468b0ef4bb1eb4a226a
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 11:25:19 2024 +0000
Update test catalog data for GHA workflow run 11775405560
Commit:
https://github.com/apache/kafka/commit/9db5ed00a8369d5c696e836661230110ea2ea44d
GitHub Run: https://github.com/apache/kafka/actions/runs/11775405560
---
test-catalog/core/tests.yaml | 9 +++++++++
test-catalog/group-coordinator/tests.yaml | 1 +
2 files changed, 10 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 9466cd16417..0774582abd7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3939,6 +3939,11 @@ kafka.server.share.SharePartitionTest:
- testMaxDeliveryCountLimitExceededForRecordsSubsetCacheCleared
- testMaybeAcquireAndReleaseFetchLock
- testMaybeInitialize
+- testMaybeInitializeDefaultStartEpochGroupConfigNotPresent
+- testMaybeInitializeDefaultStartEpochGroupConfigReturnsEarliest
+- testMaybeInitializeDefaultStartEpochGroupConfigReturnsLatest
+- testMaybeInitializeFetchOffsetForEarliestTimestampThrowsError
+- testMaybeInitializeFetchOffsetForLatestTimestampThrowsError
- testMaybeInitializeSharePartitionAgain
- testMaybeInitializeSharePartitionAgainConcurrentRequests
- testMaybeInitializeWhenReadStateRpcReturnsZeroAvailableRecords
@@ -4027,6 +4032,10 @@ kafka.test.api.ShareConsumerTest:
- testMultipleConsumersWithDifferentGroupIds
- testPollNoSubscribeFails
- testPollThrowsInterruptExceptionIfInterrupted
+- testShareAutoOffsetResetDefaultValue
+- testShareAutoOffsetResetEarliest
+- testShareAutoOffsetResetEarliestAfterLsoMovement
+- testShareAutoOffsetResetMultipleGroupsWithDifferentValue
- testSubscribeAndPollNoRecords
- testSubscribeOnInvalidTopicThrowsInvalidTopicException
- testSubscribePollSubscribe
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index d0ffca962da..f00829e7de6 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -7,6 +7,7 @@ org.apache.kafka.coordinator.group.GroupConfigTest:
- testFromPropsWithDefaultValue
- testInvalidConfigName
- testInvalidProps
+- testValidShareAutoOffsetResetValues
org.apache.kafka.coordinator.group.GroupCoordinatorConfigTest:
- testConfigs
- testInvalidConfigs