-
Notifications
You must be signed in to change notification settings - Fork 293
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
Fixes #37929 - support download policies for file #11184
Conversation
9f0df87
to
fde6027
Compare
Did all of the VCR tests here need to be rerecorded? We only rerecord all at once when doing Pulp upgrades, unless a feature seems to actually touch >~70% of the VCR tests. As for why some are failing still, there could be a couple reasons. The Pulp bindings you used to record the VCRs could be different from what's used in CI here (bundle update will fix it). Or, there could be a random element in the test that is being passed to the Pulp API bindings. Random values being sent to the API will always cause VCR errors because they'll no longer match the recorded VCR. |
0f9c380
to
225f451
Compare
Thanks for the help. Updated only the necessary vcrs. Actually one test failing - and no clue why 😤 |
Does |
currently I run into: Error: Service UnavailableThe server is temporarily unable to service your request due to maintenance downtime or capacity problems. Please try again later.
|
Looks like, the tests are now green @ianballou |
Should I rebase everyting to a single commit or is it fine to have multiple commits for specific changes? |
We can do a squash merge, so it's no problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me! Let's wait until branching happens to merge. It should be soon.
@sbernhard I'm ready to merge this, but GH is complaining about conflicts. Mind updating them? The conflicts might relate to the recent branching. |
Done @ianballou |
Support immediate and on-demand for file repos.