-
Notifications
You must be signed in to change notification settings - Fork 115
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
Stream fix for e2e api http_proxy failure #13064
Conversation
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
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.
Ack
This comment was marked as duplicate.
This comment was marked as duplicate.
1 similar comment
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
trigger: test-robottelo |
trigger: test-robottelo |
1 similar comment
trigger: test-robottelo |
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.
Ack Looks good to me!
trigger: test-robottelo |
2 similar comments
trigger: test-robottelo |
trigger: test-robottelo |
trigger: test-robottelo |
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.
Looks good, just one non-blocking nitpick. And PRT pending.
trigger: test-robottelo |
* Stream fix for e2e http_proxy failure * Lastest prt failure, now seeing same issue with rh_repo * Repo discovery fix (cherry picked from commit 6e804fa)
* Stream fix for e2e http_proxy failure * Lastest prt failure, now seeing same issue with rh_repo * Repo discovery fix (cherry picked from commit 6e804fa)
* Stream fix for e2e http_proxy failure * Lastest prt failure, now seeing same issue with rh_repo * Repo discovery fix (cherry picked from commit 6e804fa)
* Stream fix for e2e http_proxy failure * Lastest prt failure, now seeing same issue with rh_repo * Repo discovery fix
This test already passes locally, but fails for the
auth
andunauth-proxy
parameters in CI.HTTPError 500: Internal Server Error: {"displayMessage":"Task {taks_id}: RuntimeError: The repository's publication is missing. Please run a 'complete sync' on repo_name."
There seems to be a delay after create(), where the Metadata Generate tasks is still in progress when calling repo.update(). To resolve I have the repos wait for a sync before continuing, which in theory would wait for any in-progress metadata task.