This repository has been archived by the owner on Jan 23, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4.9k
[release/2.1] Clean up some tests and move to new Azure endpoint #41603
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Test only fixes * Port PR dotnet#36018 from master branch This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended since it is harder to maintain. Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net endpoint. This PR also includes some other test fixes and tests disabled due to active issues.
davidsh
added
test bug
Problem in test source code (most likely)
area-System.Net
Servicing-consider
Issue for next servicing release review
labels
Oct 7, 2019
OK to merge as tell mode |
Is the branch open for merging? |
davidsh
added a commit
to davidsh/corefx
that referenced
this pull request
Oct 8, 2019
**Test only fixes** Port PR dotnet#36018 from master branch (and similar dotnet#41603 from release/2.1 branch) This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended since it is harder to maintain. Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net endpoint. This PR also includes some other test fixes and tests disabled due to active issues.
akoeplinger
pushed a commit
to akoeplinger/corefx
that referenced
this pull request
Oct 10, 2019
* Test only fixes * Port PR dotnet#36018 from master branch This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended since it is harder to maintain. Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net endpoint. This PR also includes some other test fixes and tests disabled due to active issues.
akoeplinger
added a commit
to mono/corefx
that referenced
this pull request
Oct 10, 2019
* Test only fixes * Port PR dotnet#36018 from master branch This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended since it is harder to maintain. Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net endpoint. This PR also includes some other test fixes and tests disabled due to active issues.
akoeplinger
added a commit
to mono/corefx
that referenced
this pull request
Oct 11, 2019
* Test only fixes * Port PR dotnet#36018 from master branch This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended since it is harder to maintain. Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net endpoint. This PR also includes some other test fixes and tests disabled due to active issues. (cherry picked from commit 49b4ece)
akoeplinger
added a commit
to mono/corefx
that referenced
this pull request
Oct 11, 2019
* Test only fixes * Port PR dotnet#36018 from master branch This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended since it is harder to maintain. Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net endpoint. This PR also includes some other test fixes and tests disabled due to active issues. (cherry picked from commit 49b4ece)
akoeplinger
added a commit
to akoeplinger/runtime
that referenced
this pull request
Nov 23, 2022
It was replaced by a new endpoint (see dotnet/corefx#41603) and the corefx-net.cloudapp.net endpoint was turned off.
akoeplinger
added a commit
to dotnet/runtime
that referenced
this pull request
Nov 23, 2022
…8773) It was replaced by a new endpoint (see dotnet/corefx#41603) and the corefx-net.cloudapp.net endpoint was turned off.
akoeplinger
added a commit
to dotnet/runtime
that referenced
this pull request
Nov 24, 2022
…8773) It was replaced by a new endpoint (see dotnet/corefx#41603) and the corefx-net.cloudapp.net endpoint was turned off. (cherry picked from commit da1afc8)
carlossanlop
pushed a commit
to dotnet/runtime
that referenced
this pull request
Nov 29, 2022
* Update a few dependencies Fix some component governance warnings. * Remove System.Reflection.MetadataLoadContext reference that was also get through Microsoft.Build * Update NugetPackagingVersion and NugetProjectModelVersion to 6.2.2 * Bump System.Data.SqlClient to 4.8.5 (#78774) It addresses a component governance warning. (cherry picked from commit fcff857) * Remove code for CoreFxNetCloudService classic Azure Cloud Service (#78773) It was replaced by a new endpoint (see dotnet/corefx#41603) and the corefx-net.cloudapp.net endpoint was turned off. (cherry picked from commit da1afc8) Co-authored-by: Jakob Botsch Nielsen <jakob.botsch.nielsen@gmail.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-System.Net
Servicing-consider
Issue for next servicing release review
test bug
Problem in test source code (most likely)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Test only fixes
Port PR #36018 from master branch
This PR changes the Azure test endpoint to use Azure App Service instead of the classic Azure
Cloud Service endpoint. The use of the classic Azure Cloud Service is no longer recommended
since it is harder to maintain.
Once all remaining branches are converted, we will shut down the corefx-net.cloudapp.net
endpoint.
This PR also includes some other test fixes and tests disabled due to active issues.