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 3a0a40cd104 Update test catalog data for GHA workflow run 14501225855
3a0a40cd104 is described below

commit 3a0a40cd104d0dc9a39a0758b70e8ba643de5996
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Apr 16 23:03:07 2025 +0000

    Update test catalog data for GHA workflow run 14501225855
    
    Commit: 
https://github.com/apache/kafka/commit/67fa3656cc4b8329c914ec3f255abae37adeca3c
    GitHub Run: https://github.com/apache/kafka/actions/runs/14501225855
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 8 ++++++++
 test-catalog/core/tests.yaml                              | 8 --------
 test-catalog/streams/tests.yaml                           | 1 +
 3 files changed, 9 insertions(+), 8 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 73c4c0e7aab..6b18ecc80f9 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -38,6 +38,14 @@ 
org.apache.kafka.clients.admin.DescribeAuthorizedOperationsTest:
 - testClusterAuthorizedOperations
 - testConsumerGroupAuthorizedOperations
 - testTopicAuthorizedOperations
+org.apache.kafka.clients.admin.ListOffsetsIntegrationTest:
+- testListMaxTimestampWithEmptyLog
+- testThreeCompressedRecordsInOneBatch
+- testThreeCompressedRecordsInSeparateBatch
+- testThreeNonCompressedRecordsInOneBatch
+- testThreeNonCompressedRecordsInSeparateBatch
+- testThreeRecordsInOneBatchHavingDifferentCompressionTypeWithServer
+- testThreeRecordsInSeparateBatchHavingDifferentCompressionTypeWithServer
 org.apache.kafka.clients.admin.RackAwareAutoTopicCreationTest:
 - testAutoCreateTopic
 org.apache.kafka.clients.admin.StaticBrokerConfigTest:
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 7a7017ba357..a1c3e571624 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -22,14 +22,6 @@ kafka.admin.AddPartitionsTest:
 - testReplicaPlacementAllServers
 - testReplicaPlacementPartialServers
 - testWrongReplicaCount
-kafka.admin.ListOffsetsIntegrationTest:
-- testListMaxTimestampWithEmptyLog
-- testThreeCompressedRecordsInOneBatch
-- testThreeCompressedRecordsInSeparateBatch
-- testThreeNonCompressedRecordsInOneBatch
-- testThreeNonCompressedRecordsInSeparateBatch
-- testThreeRecordsInOneBatchHavingDifferentCompressionTypeWithServer
-- testThreeRecordsInSeparateBatchHavingDifferentCompressionTypeWithServer
 kafka.admin.RemoteTopicCrudTest:
 - testClusterWideDisablementOfTieredStorageWithEnabledTieredTopic
 - testClusterWithoutTieredStorageStartsSuccessfullyIfTopicWithTieringDisabled
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index cbb31618525..93ac313588d 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3612,6 +3612,7 @@ org.apache.kafka.streams.query.PositionTest:
 - shouldMatchSelf
 - shouldMerge
 - shouldMergeNull
+- shouldMonotonicallyIncreasePartitionPosition
 - shouldNotHash
 - shouldNotMatchNull
 - shouldNotMatchOnUnEqual

Reply via email to