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 c4602861686 Update test catalog data for GHA workflow run 17444255480 c4602861686 is described below commit c46028616865a15c82efc4b7517b2398be50b817 Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> AuthorDate: Wed Sep 3 23:30:07 2025 +0000 Update test catalog data for GHA workflow run 17444255480 Commit: https://github.com/apache/kafka/commit/ea5b5fec3273dbb8b24684dfefe2b59884cce53d GitHub Run: https://github.com/apache/kafka/actions/runs/17444255480 --- test-catalog/clients/clients-integration-tests/tests.yaml | 4 ++++ test-catalog/core/tests.yaml | 1 + test-catalog/tools/tests.yaml | 10 +++++++--- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml b/test-catalog/clients/clients-integration-tests/tests.yaml index a71ea391460..07242829254 100644 --- a/test-catalog/clients/clients-integration-tests/tests.yaml +++ b/test-catalog/clients/clients-integration-tests/tests.yaml @@ -49,6 +49,10 @@ org.apache.kafka.clients.admin.DescribeAuthorizedOperationsTest: - testClusterAuthorizedOperations - testConsumerGroupAuthorizedOperations - testTopicAuthorizedOperations +org.apache.kafka.clients.admin.DescribeProducersWithBrokerIdTest: +- testDescribeProducersDefaultRoutesToLeader +- testDescribeProducersFromFollower +- testDescribeProducersWithInvalidBrokerId org.apache.kafka.clients.admin.ListOffsetsIntegrationTest: - testListMaxTimestampWithEmptyLog - testThreeCompressedRecordsInOneBatch diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml index e827394fd98..8b398d9db4d 100644 --- a/test-catalog/core/tests.yaml +++ b/test-catalog/core/tests.yaml @@ -2336,6 +2336,7 @@ kafka.server.KafkaConfigTest: - testListenerDefaults - testListenerNameMissingFromListenerSecurityProtocolMap - testListenerNamesWithAdvertisedListenerUnset +- testLogBrokerHeartbeatIntervalMsShouldBeLowerThanHalfOfBrokerSessionTimeoutMs - testLogRetentionTimeBothMinutesAndHoursProvided - testLogRetentionTimeBothMinutesAndMsProvided - testLogRetentionTimeHoursProvided diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml index bf17a95120b..3ce8d1422c4 100644 --- a/test-catalog/tools/tests.yaml +++ b/test-catalog/tools/tests.yaml @@ -195,11 +195,15 @@ org.apache.kafka.tools.DeleteRecordsCommandTest: - testWrongVersion org.apache.kafka.tools.EndToEndLatencyTest: - shouldFailWhenConsumerRecordsIsEmpty -- shouldFailWhenProducerAcksAreNotSynchronised - shouldFailWhenReceivedMoreThanOneRecord -- shouldFailWhenSentIsNotEqualToReceived -- shouldFailWhenSuppliedUnexpectedArgs +- shouldFailWhenSentHeaderKeyIsNotEqualToReceived +- shouldFailWhenSentHeaderValueIsNotEqualToReceived +- shouldFailWhenSentRecordIsNotEqualToReceived +- shouldFailWhenSentRecordKeyIsNotEqualToReceived - shouldPassInValidation +- shouldPassWithNamedArgs +- testConvertLegacyArgs +- testInvalidArgs org.apache.kafka.tools.FeatureCommandTest: - testDescribeWithKRaft - testDescribeWithKRaftAndBootstrapControllers