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

commit b55f5efcfe2c30cffe9fbc2d462f4c04f8f681c4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 22 12:31:44 2024 +0000

    Update test catalog data for GHA workflow run 11970530566
    
    Commit: 
https://github.com/apache/kafka/commit/7db4d53f1890ba7349c6f2bd26c449173886fed9
    GitHub Run: https://github.com/apache/kafka/actions/runs/11970530566
---
 test-catalog/clients/tests.yaml | 3 ---
 test-catalog/core/tests.yaml    | 2 --
 test-catalog/storage/tests.yaml | 1 -
 3 files changed, 6 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 7a61d772fb7..c5e4e58b3a4 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2332,7 +2332,6 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
 - testUnusedConfigs
 org.apache.kafka.clients.producer.MockProducerTest:
 - shouldAbortEmptyTransaction
-- shouldAddOffsetsWhenSendOffsetsToTransactionByGroupId
 - shouldAddOffsetsWhenSendOffsetsToTransactionByGroupMetadata
 - shouldBeFlushedIfNoBufferedRecords
 - shouldBeFlushedWithAutoCompleteIfBufferedRecords
@@ -2342,7 +2341,6 @@ org.apache.kafka.clients.producer.MockProducerTest:
 - shouldDropConsumerGroupOffsetsOnAbortIfTransactionsAreEnabled
 - shouldDropMessagesOnAbortIfTransactionsAreEnabled
 - shouldFlushOnCommitForNonAutoCompleteIfTransactionsAreEnabled
-- shouldIgnoreEmptyOffsetsWhenSendOffsetsToTransactionByGroupId
 - shouldIgnoreEmptyOffsetsWhenSendOffsetsToTransactionByGroupMetadata
 - shouldInitTransactions
 - shouldNotBeFlushedAfterFlush
@@ -2375,7 +2373,6 @@ org.apache.kafka.clients.producer.MockProducerTest:
 - shouldThrowOnFlushProducerIfProducerIsClosed
 - shouldThrowOnInitTransactionIfProducerAlreadyInitializedForTransactions
 - shouldThrowOnInitTransactionIfProducerIsClosed
-- shouldThrowOnNullConsumerGroupIdWhenSendOffsetsToTransaction
 - shouldThrowOnNullConsumerGroupMetadataWhenSendOffsetsToTransaction
 - shouldThrowOnSendIfProducerGotFenced
 - shouldThrowOnSendIfProducerIsClosed
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b75fb303e99..e92c5dda1b7 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -792,7 +792,6 @@ kafka.api.SslProducerSendTest:
 - testSendToPartition
 - testSendToPartitionWithFollowerShutdownShouldNotTimeout
 kafka.api.TransactionsBounceTest:
-- testWithGroupId
 - testWithGroupMetadata
 kafka.api.TransactionsExpirationTest:
 - testFatalErrorAfterInvalidProducerIdMapping
@@ -816,7 +815,6 @@ kafka.api.TransactionsTest:
 - testOffsetMetadataInSendOffsetsToTransaction
 - testReadCommittedConsumerShouldNotSeeUndecidedData
 - testSendOffsetsToTransactionTimeout
-- testSendOffsetsWithGroupId
 - testSendOffsetsWithGroupMetadata
 kafka.api.TransactionsWithMaxInFlightOneTest:
 - testTransactionalProducerSingleBrokerMaxInFlightOne
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index f978d606d9e..2d91d503378 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -372,5 +372,4 @@ 
org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
 - testOffsetMetadataInSendOffsetsToTransaction
 - testReadCommittedConsumerShouldNotSeeUndecidedData
 - testSendOffsetsToTransactionTimeout
-- testSendOffsetsWithGroupId
 - testSendOffsetsWithGroupMetadata

Reply via email to