-
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
added wait for tasks for repo creation #17171
added wait for tasks for repo creation #17171
Conversation
|
PRT Result
|
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.
The wait for metadata generate looks good. 👍
We may need to update both, CV and LCE, together to fix the PRT to pass.
PRT Result
|
07aea1b
to
f15f8dc
Compare
PRT Result
|
f15f8dc
to
7adee81
Compare
|
PRT Result
|
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.
LGTM ACK.
* added wait for tasks for repo creation * update ak with cv and env to get rid out of error (cherry picked from commit ea40470)
Problem Statement
Few tests from
tests/foreman/api/test_docker.py
are failing due to pending tasks issue in repositories of cv.Error:
"errors":["Pending tasks detected in repositories of this content view. Please wait for the tasks: - https://satellite-ip.redhat.com/foreman_tasks/tasks/207e977b-d3df-4daa-94ba-27a7b7cbdc69 before publishing."
Affected test cases:
Solution
add wait_for_tasks to wait for resource type Katello::Repository while repo creating.
Related Issues
N/A
PRT test Cases example