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

Fix flaky Key_Shared subscription related tests #970

Merged

Commits on Feb 28, 2023

  1. Fix flaky Key_Shared subscription related tests

    ### Motivation
    
    After apache#953, the Pulsar
    version was upgraded from 2.8.3 to 2.10.3. However,
    [PIP-119](apache/pulsar#13352) changed the
    default value of `subscriptionKeySharedUseConsistentHashing` to true,
    which leads to the flakiness of Key_Shared subscription related tests.
    
    Example: https://github.com/apache/pulsar-client-go/actions/runs/4291098473/jobs/7475868787
    
    ### Modifications
    
    Configure `subscriptionKeySharedUseConsistentHashing` with `false`.
    BewareMyPower committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    0eb844f View commit details
    Browse the repository at this point in the history