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

commit e5af786730211b12c2410d7391b5a089362e51fe
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 11 05:52:26 2024 +0000

    Update test catalog data for GHA workflow run 11770338139
    
    Commit: 
https://github.com/apache/kafka/commit/a57b7d8279e8df8d3e1e1d1a71b56270a6a64f61
    GitHub Run: https://github.com/apache/kafka/actions/runs/11770338139
---
 test-catalog/core/tests.yaml    |  13 -----
 test-catalog/trogdor/tests.yaml | 107 ----------------------------------------
 2 files changed, 120 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e3347546228..9466cd16417 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2785,11 +2785,6 @@ kafka.server.FetchFromFollowerIntegrationTest:
 - testFetchFromLeaderWhilePreferredReadReplicaIsUnavailable
 - testFollowerCompleteDelayedFetchesOnReplication
 - testRackAwareRangeAssignor
-kafka.server.FetchRequestBetweenDifferentIbpTest:
-- testControllerNewIBP
-- testControllerNewToOldIBP
-- testControllerOldIBP
-- testControllerOldToNewIBP
 kafka.server.FetchRequestDownConversionConfigTest:
 - testLatestFetchWithDownConversionDisabled
 - testV12WithDownConversionDisabled
@@ -2814,10 +2809,6 @@ kafka.server.FetchRequestTest:
 - testLastFetchedEpochValidationV12
 - testZStdCompressedRecords
 - testZStdCompressedTopic
-kafka.server.FetchRequestTestDowngrade:
-- testTopicIdIsRemovedFromFetcherWhenControllerDowngrades
-kafka.server.FetchRequestWithLegacyMessageFormatTest:
-- testFetchRequestV2WithOversizedMessage
 kafka.server.FetchSessionTest:
 - testCachedLeaderEpoch
 - testCachedPartitionEqualsAndHashCode
@@ -3290,8 +3281,6 @@ kafka.server.KafkaConfigTest:
 - testVersionConfiguration
 - testZookeeperConnectNotRequiredIfNonEmptyProcessRoles
 - testZookeeperConnectRequiredIfEmptyProcessRoles
-kafka.server.KafkaMetricReporterClusterIdTest:
-- testClusterIdPresent
 kafka.server.KafkaMetricReporterExceptionHandlingTest:
 - testBothReportersAreInvoked
 kafka.server.KafkaMetricsReporterTest:
@@ -3415,8 +3404,6 @@ kafka.server.MetadataCacheTest:
 - transformUMRWithMissingBar
 - transformUMRWithNoChanges
 - transformUMRWithRecreatedBar
-kafka.server.MetadataRequestBetweenDifferentIbpTest:
-- testUnknownTopicId
 kafka.server.MetadataRequestTest:
 - testAliveBrokersWithNoTopics
 - testAllTopicsRequest
diff --git a/test-catalog/trogdor/tests.yaml b/test-catalog/trogdor/tests.yaml
deleted file mode 100644
index 43d4d64e2ce..00000000000
--- a/test-catalog/trogdor/tests.yaml
+++ /dev/null
@@ -1,107 +0,0 @@
-org.apache.kafka.trogdor.agent.AgentTest:
-- testAgentCreateWorkers
-- testAgentExecWithNormalExit
-- testAgentExecWithTimeout
-- testAgentFinishesTasks
-- testAgentGetStatus
-- testAgentGetUptime
-- testAgentProgrammaticShutdown
-- testAgentStartShutdown
-- testCreateExpiredWorkerIsNotScheduled
-- testDestroyWorkers
-- testKiboshFaults
-- testWorkerCompletions
-org.apache.kafka.trogdor.basic.BasicPlatformTest:
-- testCreateBasicPlatform
-org.apache.kafka.trogdor.common.JsonSerializationTest:
-- testDeserializationDoesNotProduceNulls
-org.apache.kafka.trogdor.common.JsonUtilTest:
-- testObjectFromCommandLineArgument
-- testOpenBraceComesFirst
-org.apache.kafka.trogdor.common.StringExpanderTest:
-- testExpansions
-- testNoExpansionNeeded
-org.apache.kafka.trogdor.common.StringFormatterTest:
-- testDateString
-- testDurationString
-- testPrettyPrintGrid
-org.apache.kafka.trogdor.common.TopologyTest:
-- testAgentNodeNames
-org.apache.kafka.trogdor.common.WorkerUtilsTest:
-- testAddConfigsToPropertiesAddsAllConfigs
-- testClientConfigOverwritesBothDefaultAndCommonConfigs
-- testCommonConfigOverwritesDefaultProps
-- testCreateNonExistingTopicsWithZeroTopicsDoesNothing
-- testCreateOneTopic
-- testCreateRetriesOnTimeout
-- testCreateTopicsFailsIfAtLeastOneTopicExists
-- testCreateZeroTopicsDoesNothing
-- testCreatesNotExistingTopics
-- testCreatesOneTopicVerifiesOneTopic
-- testExistingTopicsMustHaveRequestedNumberOfPartitions
-- testExistingTopicsNotCreated
-- testGetMatchingTopicPartitionsCorrectlyMatchesExactTopicName
-- testGetMatchingTopicPartitionsCorrectlyMatchesTopics
-- testVerifyTopics
-org.apache.kafka.trogdor.coordinator.CoordinatorClientTest:
-- testPrettyPrintTaskInfo
-org.apache.kafka.trogdor.coordinator.CoordinatorTest:
-- testAgentFailureAndTaskExpiry
-- testCoordinatorStatus
-- testCoordinatorUptime
-- testCreateTask
-- testNetworkPartitionFault
-- testTaskCancellation
-- testTaskDestruction
-- testTaskDistribution
-- testTaskRequest
-- testTaskRequestWithFutureStartMsDoesNotGetRun
-- testTaskRequestWithOldStartMsGetsUpdated
-- testTasksRequest
-- testTasksRequestMatches
-- testWorkersExitingAtDifferentTimes
-org.apache.kafka.trogdor.rest.RestExceptionMapperTest:
-- testToExceptionClassNotFoundException
-- testToExceptionNotFoundException
-- testToExceptionRuntimeException
-- testToExceptionSerializationException
-- testToResponseClassNotFoundException
-- testToResponseInvalidRequestException
-- testToResponseInvalidTypeIdException
-- testToResponseJsonMappingException
-- testToResponseNotFound
-- testToResponseSerializationException
-- testToResponseUnknownException
-org.apache.kafka.trogdor.task.TaskSpecTest:
-- testTaskSpecSerialization
-org.apache.kafka.trogdor.workload.ConsumeBenchSpecTest:
-- testInvalidTopicNameRaisesExceptionInMaterialize
-- testMaterializeTopicsWithNoPartitions
-- testMaterializeTopicsWithSomePartitions
-org.apache.kafka.trogdor.workload.ExternalCommandWorkerTest:
-- testProcessForceKillTimeout
-- testProcessNotFound
-- testProcessStop
-- testProcessWithFailedExit
-- testProcessWithNormalExit
-org.apache.kafka.trogdor.workload.HistogramTest:
-- testHistogramAverage
-- testHistogramPercentiles
-- testHistogramSamples
-org.apache.kafka.trogdor.workload.PayloadGeneratorTest:
-- testConstantPayloadGenerator
-- testNullPayloadGenerator
-- testPayloadIterator
-- testRandomComponentPayloadGenerator
-- testRandomComponentPayloadGeneratorErrors
-- testSequentialPayloadGenerator
-- testUniformRandomPayloadGenerator
-- testUniformRandomPayloadGeneratorPaddingBytes
-org.apache.kafka.trogdor.workload.ThrottleTest:
-- testThrottle
-org.apache.kafka.trogdor.workload.TimeIntervalTransactionsGeneratorTest:
-- testCommitsTransactionAfterIntervalPasses
-org.apache.kafka.trogdor.workload.TopicsSpecTest:
-- testMaterialize
-- testPartitionNumbers
-- testPartitionsSpec

Reply via email to