-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
API change check API changes are not detected in this pull request. |
sdk/extensions/wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.MD
Outdated
Show resolved
Hide resolved
...xtensions/wcf/Microsoft.WCF.Azure.StorageQueues/src/Microsoft.WCF.Azure.StorageQueues.csproj
Show resolved
Hide resolved
...s/wcf/Microsoft.WCF.Azure.StorageQueues/tests/Microsoft.WCF.Azure.StorageQueues.Tests.csproj
Outdated
Show resolved
Hide resolved
sdk/storage/Azure.Storage.Queues/tests/Azure.Storage.Queues.Tests.sln
Outdated
Show resolved
Hide resolved
f66a368
to
65a126c
Compare
sdk/extensions/wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md
Outdated
Show resolved
Hide resolved
sdk/extensions/wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md
Outdated
Show resolved
Hide resolved
...s/wcf/Microsoft.CoreWCF.Azure.StorageQueues/src/Microsoft.CoreWCF.Azure.StorageQueues.csproj
Outdated
Show resolved
Hide resolved
...s/wcf/Microsoft.CoreWCF.Azure.StorageQueues/src/Microsoft.CoreWCF.Azure.StorageQueues.csproj
Outdated
Show resolved
Hide resolved
...crosoft.CoreWCF.Azure.StorageQueues/tests/Microsoft.CoreWCF.Azure.StorageQueues.Tests.csproj
Outdated
Show resolved
Hide resolved
...xtensions/wcf/Microsoft.WCF.Azure.StorageQueues/src/Microsoft.WCF.Azure.StorageQueues.csproj
Show resolved
Hide resolved
/azp run |
Commenter does not have sufficient privileges for PR 42124 in repo Azure/azure-sdk-for-net |
Blocking concerns addressed. Waiting on test runs and final pass for approval.
sdk/extensions/wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md
Outdated
Show resolved
Hide resolved
sdk/extensions/wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md
Outdated
Show resolved
Hide resolved
sdk/extensions/wcf/Microsoft.CoreWCF.Azure.StorageQueues/README.md
Outdated
Show resolved
Hide resolved
...Microsoft.CoreWCF.Azure.StorageQueues/src/Microsoft/CoreWCF/Azure/AzureServiceCredentials.cs
Outdated
Show resolved
Hide resolved
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. |
There was a problem hiding this 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.
…ntial type. Added tests
…ion that NetFx asp.net core 2.1 needed
…ich doesn't exist yet
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: Scott Addie <[email protected]>
@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. |
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. |
/check-enforcer override |
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. |
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