Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Move more tests to the flaky suite #17552

Merged
merged 3 commits into from
Sep 8, 2022

Conversation

nicoloboschi
Copy link
Contributor

Motivation

Based on these reports, move the most flaky tests to the flaky suite to avoid blocking pulls to being merged

Source

   "org.apache.pulsar.broker.service.persistent.PersistentDispatcherFailoverConsumerStreamingDispatcherTest.testAddRemoveConsumer": 27,
    "org.apache.pulsar.tests.integration.functions.java.PulsarFunctionsJavaThreadTest.testJavaLoggingFunction": 13,
    "org.apache.pulsar.broker.service.persistent.PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testMultiLevelDispatch": 11,
    "org.apache.pulsar.client.api.ClientDeduplicationFailureTest.testClientDeduplicationWithBkFailure": 11,
    "org.apache.pulsar.client.impl.RawReaderTest.testFlowControlBatch": 10,
    "org.apache.pulsar.client.api.v1.V1_ProducerConsumerTest.testActiveAndInActiveConsumerEntryCacheBehavior": 8,
    "org.apache.pulsar.broker.service.persistent.PersistentStreamingDispatcherBlockConsumerTest.testBrokerSubscriptionRecovery": 7,
    "org.apache.pulsar.functions.worker.PulsarFunctionTlsTest.tearDown": 3,
    "org.apache.pulsar.tests.integration.io.sources.debezium.PulsarDebeziumOracleSourceTest.testDebeziumOracleDbSource": 3,
    "org.apache.pulsar.broker.service.persistent.SimpleProducerConsumerTestStreamingDispatcherTest.testMultiTopicsConsumerImplPauseForManualSubscription": 2,
    "org.apache.pulsar.broker.service.ServerCnxTest.testHandleAuthResponseWithoutClientVersion": 2,
    "org.apache.pulsar.broker.service.persistent.PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testBytesRateLimitingReceiveAllMessagesAfterThrottling": 2,
    "org.apache.pulsar.broker.namespace.NamespaceServiceTest.testSplitBundleWithHighestThroughput": 2,
    "org.apache.pulsar.io.jdbc.SqliteJdbcSinkTest.tearDown": 2,

Source

    "PersistentStreamingDispatcherBlockConsumerTest.testBrokerSubscriptionRecovery": 132,
    "V1_ProducerConsumerTest.testActiveAndInActiveConsumerEntryCacheBehavior": 78,
    "PulsarDebeziumOracleSourceTest.testDebeziumOracleDbSource": 23,
    "OffloadPrefixTest.autoTriggerWhileManualInProgress": 3,
    "PersistentDispatcherFailoverConsumerStreamingDispatcherTest.testAddRemoveConsumer": 110,
    "PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testBytesRateLimitingReceiveAllMessagesAfterThrottling": 5,
    "KinesisSinkTest.testWrite": 2,
    "PersistentSubscriptionMessageDispatchStreamingDispatcherThrottlingTest.testMultiLevelDispatch": 37,
    "PersistentTopicsTest.testUpdatePartitionedTopicHavingProperties": 2,
    "OffloadPrefixTest.testOffloadThreeFirstFails": 4,
    "ZKSessionTest.testSessionLost": 22,
    "ResourceGroupUsageAggregationTest.testProduceConsumeUsageOnRG": 11,
    "TopicReaderTest.testMultiReaderIsAbleToSeekWithTimeOnMiddleOfTopic": 6,

@lhotari lhotari merged commit 8c7dc4e into apache:master Sep 8, 2022
nicoloboschi added a commit that referenced this pull request Sep 9, 2022
- to reduce load on CI

(cherry picked from commit 8c7dc4e)
@github-actions
Copy link

github-actions bot commented Sep 9, 2022

@nicoloboschi Please provide a correct documentation label for your PR.
Instructions see Pulsar Documentation Label Guide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants