Skip to content

[App Configuration] Execute Samples failing in nightly runs #24288

Closed

Description

App Configuration nightly test runs are failing with:

Stack trace:
Failed to run sample: RestError: {"type":"https://azconfig.io/errors/too-many-requests","title":"Resource utilization has surpassed the assigned quota","policy":"Total Requests Short Term","status":429}
{
"name": "RestError",
"statusCode": 429,
"request": {
"url": "***/kv?api-version=1.0&key=REDACTED",
"headers": {
"accept": "application/vnd.microsoft.appconfig.kvset+json, application/json, application/problem+json",
"accept-encoding": "gzip,deflate",
"user-agent": "azsdk-js-app-configuration/1.4.0-beta.1 core-rest-pipeline/1.10.1 Node/v14.21.1 OS/(x64-Windows_NT-10.0.17763)",
"x-ms-client-request-id": "17f3a381-bccd-40d9-af15-ac23f30693ee",
"sync-token": "REDACTED",
"x-ms-date": "REDACTED",
"x-ms-content-sha256": "REDACTED",
"authorization": "REDACTED"
},
"method": "GET",
"timeout": 0,
"disableKeepAlive": false,
"streamResponseStatusCodes": {},
"withCredentials": false,
"tracingOptions": {
"tracingContext": {
"_contextMap": {}
}
},
"requestId": "17f3a381-bccd-40d9-af15-ac23f30693ee",
"allowInsecureConnection": false,
"enableBrowserStreams": false
},
"details": {},
"message": "{"type":"https://azconfig.io/errors/too-many-requests","title":"Resource utilization has surpassed the assigned quota","policy":"Total Requests Short Term","status":429}"
}

For more details check here:

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

Metadata

Labels

App ConfigurationAzure.ApplicationModel.ConfigurationClientThis issue points to a problem in the data-plane of the library.test-reliabilityIssue that causes tests to be unreliable

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions