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

Remove SharedCacheTests.SecondCloneSucceedsWithMissingTrees #331

Merged
merged 1 commit into from
Oct 4, 2018

Conversation

derrickstolee
Copy link
Contributor

This test attempted to cover a rare scenario, but is flaky due to something holding a handle on the pack-files we are trying to delete.

The test did these things:

  1. Clone in enlistment1.
  2. Delete all packfiles.
  3. Download the tip commit and root tree as loose objects.
  4. Clone in enlistment2, hitting the new retry logic.

However, the pack-file delete can fail due to something holding on to the packfiles. This failed on one PR build already. Stop it from failing on others.

This test attempted to cover a rare scenario, but is flaky due to something holding a handle on the pack-files we are trying to delete.
@derrickstolee derrickstolee merged commit 4fd9e66 into microsoft:master Oct 4, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants