-
Notifications
You must be signed in to change notification settings - Fork 55
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
Functional test suit amendment to address RM and LM #1424
Functional test suit amendment to address RM and LM #1424
Conversation
@@ -122,7 +124,7 @@ def main(argv): | |||
experiment_name = None | |||
latest = "false" | |||
interval_end_time = None | |||
response = list_recommendations(experiment_name, latest, interval_end_time) | |||
response = list_recommendations(experiment_name, latest, interval_end_time, rm=True) |
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.
@msvinaykumar - This change should be made in the remote monitoring fault tolerant 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.
done
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.
Where is this change done? I still see rm=True in local monitoring fault tolerant 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.
This change is necessary for Fault Tolerance. Are you suggesting removing it from this PR and including it in the Fault Tolerance PR instead? Or is this change not required at all?
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.
We have fault tolerant test in both local monitoring and remote monitoring. This change I think is applicable only for remote monitoring fault tolerant 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.
Got it, thank you. I removed this change, but the file was still checked in due to a formatting issue.
af0b117
to
595c30a
Compare
@msvinaykumar - PR check has failed, can you take a look. |
done |
@msvinaykumar Please rebase this PR |
Signed-off-by: msvinaykumar <[email protected]>
Signed-off-by: msvinaykumar <[email protected]>
487b633
to
65602f7
Compare
done |
Signed-off-by: msvinaykumar <[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.
LGTM
Description
Functional test suite amendment to address RM and LM .
List_recommendations is called using flag rm=true from remote monitoring test cases.
Fixes # (issue)
Type of change
How has this been tested?
Please describe the tests that were run to verify your changes and steps to reproduce. Please specify any test configuration required.
Test Configuration
Checklist 🎯
Additional information
Include any additional information such as links, test results, screenshots here