-
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
[6.15.z] Fix some long failing subscription tests #16940
[6.15.z] Fix some long failing subscription tests #16940
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.
Looks fine, left 1 comment.
def golden_ticket_host_setup(function_entitlement_manifest_org, module_target_sat): | ||
org = function_entitlement_manifest_org | ||
@pytest.fixture | ||
def golden_ticket_host_setup(function_sca_manifest_org, module_target_sat): |
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.
Anyway we can get away from this name and switch it to something named more after SCA?
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.
Yeah, good point @chris1984. I just guess we would want to make the change in master
first and back-propagate it to streams. The downside might be discontinuity in test results history, but that's probably not so important for a long failing test.
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 fix looks good to me.
This PR fixes 2 long failing subscription tests.
One of them was missing the required function parameter (lce_id) thus was failing.
For second UI test I have upgraded the fixture and UI test logic to used legacy content host's UI.
PRT test Cases example