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

Branch 2.7: TopicPoliciesTest.testMaxSubscriptionsFailFast fails #10640

Merged

Conversation

eolivelli
Copy link
Contributor

In branch-2.7 we have this commit that introduces TopicPoliciesTest.testMaxSubscriptionsFailFast.
The test is failing, probably due to a merge problem during the cherry-pick.

Author: feynmanlin <feynmanlin@tencent.com>
Date:   Tue Mar 23 11:56:15 2021 +0800

    Fix the useless retry when the maximum number of subscriptions is reached (#9991)
    
    When the maximum number of subscriptions is reached, due to the long default value of operationTimeout, the client will keep retrying and get stuck for a long time.
    If a NotAllowedException is returned, the client will not continue to retry and will fail directly.
    
    Can the test fail in a short time
    
    (cherry picked from commit 31c5fb52bc841e40d678bd3787269160b7d14c12)

@codelipenghui
Copy link
Contributor

Yes, seems this is a cherry-pick issue

@codelipenghui codelipenghui merged commit a19db1d into apache:branch-2.7 May 21, 2021
@codelipenghui codelipenghui added the cherry-picked/branch-2.7 Archived: 2.7 is end of life label Jun 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cherry-picked/branch-2.7 Archived: 2.7 is end of life release/2.7.3
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants