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

[App Configuration] Build libraries failing in nightly runs #21030

Closed
v-jiaodi opened this issue Mar 25, 2022 · 2 comments
Closed

[App Configuration] Build libraries failing in nightly runs #21030

v-jiaodi opened this issue Mar 25, 2022 · 2 comments
Assignees
Labels
App Configuration Azure.ApplicationModel.Configuration Azure.Core Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. test-reliability Issue that causes tests to be unreliable

Comments

@v-jiaodi
Copy link
Member

App Configuration nightly test runs are failing with:

Stack trace:
@azure/keyvault-secrets@4.4.1 clean D:\a_work\1\s\sdk\keyvault\keyvault-secrets
rimraf dist dist-* types .tgz .log dist-browser statistics.html coverage && rimraf src/**/.js && rimraf test/**/.js
test/public/utils/testAuthentication.ts(42,7): error TS2322: Type 'import("D:/a/_work/1/s/sdk/core/core-rest-pipeline/types/latest/core-rest-pipeline").HttpClient | undefined' is not assignable to type 'import("D:/a/_work/1/s/common/temp/node_modules/.pnpm/@Azure+core-rest-pipeline@1.6.0/node_modules/@azure/core-rest-pipeline/types/latest/core-rest-pipeline").HttpClient | undefined'.
Type 'import("D:/a/_work/1/s/sdk/core/core-rest-pipeline/types/latest/core-rest-pipeline").HttpClient' is not assignable to type 'import("D:/a/_work/1/s/common/temp/node_modules/.pnpm/@Azure+core-rest-pipeline@1.6.0/node_modules/@azure/core-rest-pipeline/types/latest/core-rest-pipeline").HttpClient'.
The types returned by 'sendRequest(...)' are incompatible between these types.
Type 'Promise<import("D:/a/_work/1/s/sdk/core/core-rest-pipeline/types/latest/core-rest-pipeline").PipelineResponse>' is not assignable to type 'Promise<import("D:/a/_work/1/s/common/temp/node_modules/.pnpm/@Azure+core-rest-pipeline@1.6.0/node_modules/@azure/core-rest-pipeline/types/latest/core-rest-pipeline").PipelineResponse>'.
Type 'import("D:/a/_work/1/s/sdk/core/core-rest-pipeline/types/latest/core-rest-pipeline").PipelineResponse' is not assignable to type 'import("D:/a/_work/1/s/common/temp/node_modules/.pnpm/@Azure+core-rest-pipeline@1.6.0/node_modules/@azure/core-rest-pipeline/types/latest/core-rest-pipeline").PipelineResponse'.
The types of 'request.body' are incompatible between these types.
Type 'import("D:/a/_work/1/s/sdk/core/core-rest-pipeline/types/latest/core-rest-pipeline").RequestBodyType | undefined' is not assignable to type 'import("D:/a/_work/1/s/common/temp/node_modules/.pnpm/@Azure+core-rest-pipeline@1.6.0/node_modules/@azure/core-rest-pipeline/types/latest/core-rest-pipeline").RequestBodyType | undefined'.
Type '() => ReadableStream' is not assignable to type 'RequestBodyType | undefined'.
Type '() => ReadableStream' is missing the following properties from type 'ReadableStream': readable, read, setEncoding, pause, and 22 more.

For more details check here:

@ghost ghost added the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 25, 2022
@azure-sdk azure-sdk added Azure.Core Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. labels Mar 25, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 25, 2022
@v-xuto v-xuto added test-reliability Issue that causes tests to be unreliable App Configuration Azure.ApplicationModel.Configuration labels Mar 25, 2022
@jeremymeng
Copy link
Contributor

I am working on this. It's related to new feature in latest core-rest-pipeline in repo source.

@jeremymeng
Copy link
Contributor

Closing as the build has been green recently. The issue was fixed after rush update --full

@github-actions github-actions bot locked and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
App Configuration Azure.ApplicationModel.Configuration Azure.Core Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. test-reliability Issue that causes tests to be unreliable
Projects
None yet
Development

No branches or pull requests

5 participants