Skip to content

improve repository cache information emmited to delegate #3705

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 1 commit into from
Sep 2, 2021

Conversation

tomerd
Copy link
Contributor

@tomerd tomerd commented Sep 1, 2021

motivation: fix flaky test, more accurate representaiton of cache usage information

changes:

  • dont fail the cache lookup when the parent directory for the target is not found, create it instead
  • more reliabily report the status of when the repositories cache is updated and used
  • change the test to not rely on a side-effect of parent directory not being found, which is no longer the case
  • adjust the test to the new status reporting and add another step to test the behavior when cache is poopulated

motivation: fix flaky test, more accurate representaiton of cache usage information

changes:
* dont fail the cache lookup when the parent directory for the target is not found, create it instead
* more reliabily report the status of when the repositories cache is updated and used
* change the test to not rely on a side-effect of parent directory not being found, which is no longer the case
* adjust the test to the new status reporting and add another step to test the behavior when cache is poopulated
@tomerd
Copy link
Contributor Author

tomerd commented Sep 1, 2021

@swift-ci please smoke test

@tomerd tomerd added the ready Author believes the PR is ready to be merged & any feedback has been addressed label Sep 1, 2021
@tomerd tomerd merged commit 09e73d8 into swiftlang:main Sep 2, 2021
mattt pushed a commit to mattt/swift-package-manager that referenced this pull request Sep 16, 2021
)

motivation: fix flaky test, more accurate representaiton of cache usage information

changes:
* dont fail the cache lookup when the parent directory for the target is not found, create it instead
* more reliabily report the status of when the repositories cache is updated and used
* change the test to not rely on a side-effect of parent directory not being found, which is no longer the case
* adjust the test to the new status reporting and add another step to test the behavior when cache is poopulated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready Author believes the PR is ready to be merged & any feedback has been addressed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants