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

[Internal] Request Hedging: Adds test coverate for TooManyRequestScenario #4958

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

NaluTripician
Copy link
Contributor

Pull Request Template

Description

Adds test coverage for TooManyRequest scenario

Type of change

Please delete options that are not relevant.

  • [] New feature (non-breaking change which adds functionality)

Closing issues

To automatically close an issue: closes #IssueNumber

Adds test coverage for TooManyRequest scenario
@NaluTripician NaluTripician self-assigned this Jan 8, 2025
@NaluTripician NaluTripician added the Hedging Any issue/feature request related to request hedging label Jan 8, 2025
@@ -488,6 +502,7 @@ public async Task AvailabilityStrategyDisableOverideTest(bool isPreferredLocatio
[DataRow("ChangeFeed", "ChangeFeed", "PartitionIsMigrating", true, DisplayName = "ChangeFeed | PartitionIsMigrating | W/O Preferred Regions")]
[DataRow("ChangeFeed", "ChangeFeed", "ServiceUnavailable", true, DisplayName = "ChangeFeed | ServiceUnavailable | W/O Preferred Regions")]
[DataRow("ChangeFeed", "ChangeFeed", "ResponseDelay", true, DisplayName = "ChangeFeed | ResponseDelay | W/O Preferred Regions")]
[DataRow("ChangeFeed", "ChangeFeed", "TooManyRequests", true, DisplayName = "ChangeFeed | TooManyRequests | W/O Preferred Regions")]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

429 is not final, so will wait for other hedged regions response, right?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Hedging Any issue/feature request related to request hedging
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants