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

(maint) Remove second non_module_object from test #1057

Closed
wants to merge 1 commit into from

Conversation

mwaggett
Copy link
Contributor

After increasing the default pool_size, a bug surfaced when attempting to
install multiple objects from the same git source. We attempt to cache both
objects, but the second attempt fails because we try to clone to the same
destination. We don't think this is common behavior and this test does not need
two objects to test what it's testing.

Please add all notable changes to the "Unreleased" section of the CHANGELOG.

After increasing the default pool_size, a bug surfaced when attempting to
install multiple objects from the same git source. We attempt to cache both
objects, but the second attempt fails because we try to clone to the same
destination. We don't think this is common behavior and this test does not need
two objects to test what it's testing.
@mwaggett mwaggett requested a review from a team April 30, 2020 23:00
@Magisus
Copy link
Collaborator

Magisus commented Apr 30, 2020

I've filed #1058 about the bug this uncovered. We can revisit this decision if there are any comments on that issue that this is a common workflow.

@mwaggett
Copy link
Contributor Author

Confirmed that this passes now.

@justinstoller
Copy link
Member

I'd like to block this until we get feedback on the associated issue regarding the scope of those affected.

@mwaggett mwaggett closed this May 6, 2020
@mwaggett mwaggett deleted the maint/master/fuck branch August 13, 2021 17:25
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.

3 participants