-
Notifications
You must be signed in to change notification settings - Fork 170
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
Fixing test_performance_profile_validation #10085
Conversation
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.
PR validation
Cluster Name: jopinto-pprofile
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/test_performance_profile_validation.py
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
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.
PR validation
Cluster Name: jopinto-pprofile
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/test_performance_profile_validation.py
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
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.
PR validation
Cluster Name: jopinto-pprofile
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/test_performance_profile_validation.py
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
Test is passed here https://url.corp.redhat.com/484396d tests/functional/z_cluster/test_performance_profile_validation.py::TestProfileDefaultValuesCheck::test_validate_cluster_resource_profile[lean] immediately after test execution: 604.59 tests/functional/z_cluster/test_performance_profile_validation.py::TestProfileDefaultValuesCheck::test_validate_cluster_resource_profile[performance] immediately after test execution: 3.93 tests/functional/z_cluster/test_performance_profile_validation.py::TestProfileDefaultValuesCheck::test_validate_cluster_resource_profile[balanced] immediately after test execution: 604.51 |
tests/functional/z_cluster/test_performance_profile_validation.py
Outdated
Show resolved
Hide resolved
tests/functional/z_cluster/test_performance_profile_validation.py
Outdated
Show resolved
Hide resolved
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.
PR validation
Cluster Name: jopinto-pprofile
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/test_performance_profile_validation.py
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
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.
PR validation
Cluster Name: jopinto-pprofile
Cluster Configuration:
PR Test Suite:
PR Test Path: tests/functional/z_cluster/test_performance_profile_validation.py
Additional Test Params:
OCP VERSION: 4.16
OCS VERSION: 4.16
tested against branch: master
Job UNSTABLE (some or all tests failed).
Verification logs: https://url.corp.redhat.com/5d35f24 |
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: pintojoy <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
Signed-off-by: Joy John Pinto <[email protected]>
try: | ||
exist_performance_profile = storage_cluster.data["spec"]["resourceProfile"] | ||
curr_prof = storage_cluster.data["spec"]["resourceProfile"] | ||
log.info(f"Current performance prfile is {curr_prof}") |
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.
log.info(f"Current performance prfile is {curr_prof}") | |
log.info(f"Current performance profile is {curr_prof}") |
tests/functional/z_cluster/test_performance_profile_validation.py
Outdated
Show resolved
Hide resolved
Signed-off-by: Joy John Pinto <[email protected]>
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.
Looking good
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: am-agrawa, amr1ta, pintojoy, ramkiperiy The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
@pintojoy Can we please backport the fix to all relevant versions? |
This fixes #10053