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 ab48a57dc74 Update test catalog data for GHA workflow run 12036300305
ab48a57dc74 is described below

commit ab48a57dc748bfdd4a00b1ba980d80f8d4bea0bb
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 26 20:41:39 2024 +0000

    Update test catalog data for GHA workflow run 12036300305
    
    Commit: 
https://github.com/apache/kafka/commit/f5d712396bdafeb24300d3cf7d206189a5ada4dc
    GitHub Run: https://github.com/apache/kafka/actions/runs/12036300305
---
 test-catalog/core/tests.yaml              | 2 ++
 test-catalog/group-coordinator/tests.yaml | 4 ++++
 test-catalog/metadata/tests.yaml          | 3 +++
 test-catalog/storage/tests.yaml           | 5 -----
 4 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index fd2c0579231..f2f1077fd9e 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -4009,6 +4009,8 @@ kafka.tools.StorageToolTest:
 - testFormatWithInitialControllersFlag
 - testFormatWithInvalidFeature
 - testFormatWithInvalidKRaftVersionLevel
+- testFormatWithNoInitialControllersFlagAndInitialControllersFlagFails
+- testFormatWithNoInitialControllersFlagAndStandaloneFlagFails
 - testFormatWithNoInitialControllersSucceedsOnController
 - testFormatWithReleaseVersion
 - testFormatWithReleaseVersionAndKRaftVersion
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 5c59f5ec57d..5529e14c75a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -201,6 +201,10 @@ 
org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testConsumerGroupMaybeDelete
 - testConsumerGroupMemberEpochValidation
 - testConsumerGroupMemberEpochValidationForStaticMember
+- testConsumerGroupMemberJoinRefreshesExpiredRegexes
+- testConsumerGroupMemberJoinsWithNewRegex
+- testConsumerGroupMemberJoinsWithRegexAndUpdatesItBeforeResolutionCompleted
+- testConsumerGroupMemberJoinsWithUpdatedRegex
 - testConsumerGroupMemberPicksUpExistingResolvedRegularExpression
 - testConsumerGroupMemberUsingClassicProtocolBatchLeaveGroup
 - 
testConsumerGroupMemberUsingClassicProtocolBatchLeaveGroupUpdatingSubscriptionMetadata
diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 46fece6e9be..83ea295da5e 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -842,12 +842,15 @@ org.apache.kafka.metadata.storage.FormatterTest:
 - testFormatWithInitialVoters
 - testFormatWithInitialVotersFailsWithOlderKraftVersion
 - testFormatWithInitialVotersFailsWithOlderMetadataVersion
+- testFormatWithNoInitialControllers
+- testFormatWithNoInitialControllersFailsWithOlderKraftVersion
 - testFormatWithOlderReleaseVersion
 - testFormatWithScram
 - testFormatWithScramFailsOnUnsupportedReleaseVersions
 - testFormatWithUnstableReleaseVersion
 - testFormatWithUnstableReleaseVersionFailsWithoutEnableUnstable
 - testFormatWithoutInitialVotersFailsWithNewerKraftVersion
+- testFormatWithoutNoInitialControllersFailsWithNewerKraftVersion
 - testFormatterFailsOnAlreadyFormatted
 - testFormatterFailsOnUnwritableDirectory
 - testFormattingCreatesLogDirId
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 2d91d503378..c98a2aed9c6 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -341,8 +341,6 @@ org.apache.kafka.tiered.storage.integration.ListOffsetsTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.OffloadAndConsumeFromLeaderTest:
 - executeTieredStorageTest
-org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest:
-- executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.PartitionsExpandTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.ReassignReplicaExpandTest:
@@ -356,8 +354,6 @@ 
org.apache.kafka.tiered.storage.integration.RollAndOffloadActiveSegmentTest:
 org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
 - testAbortTransactionTimeout
 - testBasicTransactions
-- testBumpTransactionalEpochWithTV2Disabled
-- testBumpTransactionalEpochWithTV2Enabled
 - testCommitTransactionTimeout
 - testConsecutivelyRunInitTransactions
 - testDelayedFetchIncludesAbortedTransaction
@@ -370,6 +366,5 @@ 
org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
 - testInitTransactionsTimeout
 - testMultipleMarkersOneLeader
 - testOffsetMetadataInSendOffsetsToTransaction
-- testReadCommittedConsumerShouldNotSeeUndecidedData
 - testSendOffsetsToTransactionTimeout
 - testSendOffsetsWithGroupMetadata

Reply via email to