Skip to content

Add a new shadowcopy test #35249

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

Merged
merged 3 commits into from
Aug 11, 2021
Merged

Add a new shadowcopy test #35249

merged 3 commits into from
Aug 11, 2021

Conversation

HaoK
Copy link
Member

@HaoK HaoK commented Aug 11, 2021

New test that verifies what happens when the shadow copy directory has an existing '1' directory to verify incremental behavior

@HaoK HaoK requested a review from BrennanConroy as a code owner August 11, 2021 01:17
@ghost ghost added the area-runtime label Aug 11, 2021
@HaoK HaoK mentioned this pull request Aug 11, 2021
DirectoryCopy(deploymentResult.ContentRoot, secondTempDir.DirectoryPath, copySubDirs: true);
DirectoryCopy(secondTempDir.DirectoryPath, deploymentResult.ContentRoot, copySubDirs: true);

response = await deploymentResult.HttpClient.GetAsync("Wow!");
Copy link
Member

Choose a reason for hiding this comment

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

Why even try a request here?

Copy link
Member Author

Choose a reason for hiding this comment

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

Mostly wanted to see how graceful/what would happen, I was hoping it would consistently return Application Shutting Down like it does locally. I could remove it, but we get some coverage that we get a 503 or 200 at least here, so I felt it has some value

@HaoK HaoK merged commit 1c9f1d2 into main Aug 11, 2021
@HaoK HaoK deleted the haok/shade branch August 11, 2021 23:45
@ghost ghost added this to the 6.0-rc1 milestone Aug 11, 2021
@amcasey amcasey added area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions and removed area-runtime labels Jun 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-networking Includes servers, yarp, json patch, bedrock, websockets, http client factory, and http abstractions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants