-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix logic for xfail test in api performance test #4657
Conversation
de1de8b
to
4f995c2
Compare
4f995c2
to
425c81e
Compare
UpdateThe changelog wasn't updated because this Issue doesn't have an assigned |
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 changelog should be added to the latest available version if no release is assigned to the issue.
Also, we are requested by QA to include the test logs of three consecutive executions, so please add them to the pull request description.
UpdateChanged the logic of the test to the endpoints and then marked them as Executions ResultsTestRunsTerminal.txt
|
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
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, add the changelog entry for 4.9.0 (since this is targeting master branch)
a61bd25
to
38ba833
Compare
Fixed typo in commit 38ba833. |
38ba833
to
0584c3a
Compare
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.
It seems the QA team updated the changelog and there are some conflicts that need to be fixed before merging.
Description
Added logic to API Performance test to check if a test case marked as
xfailed
ran correctly.