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

WCF Client/CoreWCF extension packages to use Azure Queue Storage as transport #42124

Merged
merged 18 commits into from
Apr 19, 2024

Conversation

mconnew
Copy link
Member

@mconnew mconnew commented Feb 22, 2024

Contributing to the Azure SDK

Please see our CONTRIBUTING.md if you are not familiar with contributing to this repository or have questions.

For specific information about pull request etiquette and best practices, see this section.

This PR replaces #38291

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

eng/Packages.Data.props Show resolved Hide resolved
Packages.props Outdated Show resolved Hide resolved
Packages.Props Outdated Show resolved Hide resolved
eng/Directory.Build.Common.targets Outdated Show resolved Hide resolved
sdk/extensions/wcf/Directory.Build.targets Outdated Show resolved Hide resolved
@mconnew mconnew force-pushed the AQSBinding branch 3 times, most recently from f66a368 to 65a126c Compare February 26, 2024 21:18
@mconnew
Copy link
Member Author

mconnew commented Mar 8, 2024

/azp run

Copy link

Commenter does not have sufficient privileges for PR 42124 in repo Azure/azure-sdk-for-net

@mconnew mconnew closed this Mar 8, 2024
@mconnew mconnew reopened this Mar 8, 2024
@jsquire jsquire dismissed their stale review April 12, 2024 14:58

Blocking concerns addressed. Waiting on test runs and final pass for approval.

@mconnew
Copy link
Member Author

mconnew commented Apr 15, 2024

The build failed because an unrelated test in a different project failed. The failing test is Azure.Storage.DataMovement.Tests.TransferValidationTests.LargeSingleFile_Fail_Destination(Download,Sequential).

@jsquire
Copy link
Member

jsquire commented Apr 16, 2024

The build failed because an unrelated test in a different project failed. The failing test is Azure.Storage.DataMovement.Tests.TransferValidationTests.LargeSingleFile_Fail_Destination(Download,Sequential).

I kicked that specific leg to avoid running the entire Core suite again.

Copy link
Member

@jsquire jsquire left a comment

Choose a reason for hiding this comment

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

@mconnew : Please let me know when you're ready to merge and I'll push the button.

@mconnew
Copy link
Member Author

mconnew commented Apr 18, 2024

@jsquire I had to push an update as there was a merge conflict and needed to rebase. Nothing changed other than to resolve the merge conflict in Packages.Data.Props. Once the PR is successful, please merge when you can.

@mconnew
Copy link
Member Author

mconnew commented Apr 19, 2024

This failed again on unrelated tests. This time there are two tests with the name Champion_OneShotUpload that failed with a TimeoutException on Ubuntu.

@jsquire
Copy link
Member

jsquire commented Apr 19, 2024

This failed again on unrelated tests. This time there are two tests with the name Champion_OneShotUpload that failed with a TimeoutException on Ubuntu.

Welcome to the fun of the Azure.Core pipeline - where flaky tests from unrelated packages add some spice to your day. I'll kick and run them again.

@jsquire
Copy link
Member

jsquire commented Apr 19, 2024

/check-enforcer override

@jsquire
Copy link
Member

jsquire commented Apr 19, 2024

Failure is a flaky test from a library not impacted by these changes which is exceeding the global test timeout. Unfortunately, because the failure is triggered in test infrastructure, there isn't an indication in the stack trace which library this belongs to, causing difficulty to marking it to be ignored and filing an issue.

Merging these changes.

@jsquire jsquire merged commit 82cc7cf into Azure:main Apr 19, 2024
47 of 49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants