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

include git_member when getting metadata from cache #9388

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ericmarkmartin
Copy link
Contributor

@ericmarkmartin ericmarkmartin commented Nov 23, 2024

Summary

Include the git_member when fetching metadata from cache.

h/t to @PhilipVinc for the suggested fix

Resolves #8887

Test Plan

Pending

@ericmarkmartin
Copy link
Contributor Author

ericmarkmartin commented Nov 23, 2024

It looks like some of the failing tests are the "too many requests" thing I alluded to in my comment on the issue

@charliermarsh
Copy link
Member

Yeah I think something is up with that index. I should look into removing our dependency on it.

Copy link
Member

@charliermarsh charliermarsh left a comment

Choose a reason for hiding this comment

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

This seems right, but is there a way to test it?

@charliermarsh charliermarsh added the bug Something isn't working label Nov 24, 2024
@ericmarkmartin
Copy link
Contributor Author

This seems right, but is there a way to test it?

Could we set up a packse like the example given in the issue (see https://github.com/PhilipVinc/uvtest/tree/dab673b4ad5c6f1335c491baf49ad4965562e876)?

Also, I generally am pretty clueless about uv's testing story (I know it's snapshot based, but that's about it) but would be eager to learn by writing some tests here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

uv add workspace fails misteriously from git but not locally
2 participants