-
Notifications
You must be signed in to change notification settings - Fork 89
Issue #668 - Changes for using json-automationrelevance instead of json-rev #927
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
Conversation
@shubham-y did you test the function like I described at #668 (comment)? Is it returning the same result before/after your change? Note: there are some tests that need to be adjusted, you can look at the test logs by clicking on "Details" on the right of "Community-TC" and then opening the failing |
@marco-c yes, the function is returning the same result before and after my change. |
Did you manage to run the test locally? |
Here's the test that is failing: code-coverage/backend/tests/test_gcp.py Line 168 in 6dfbd06
It is failing because the code it is testing is trying to load https://hg.mozilla.org/myrepo/json-automationrelevance/9921e08232584198aab1c015f3ea8b78, but we have not registered it as a mock response for the test. The test code-coverage/backend/tests/conftest.py Line 138 in 6dfbd06
In particular, it is registering a response for json-rev ( code-coverage/backend/tests/conftest.py Line 188 in 6dfbd06
|
@marco-c I have finally managed to run the test locally and made a few changes in |
This means the mock response you added doesn't have a If you can't figure it out, please push your changes so I can see them in the PR, otherwise I can't help you further. |
@shubham-y are you still interested in working on this? |
@marco-c Yes, I am still interested to work on this. |
@marco-c I have pushed my changes, can you please help me further? |
Could you rebase on top of current master? |
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 good, thanks!
Fixes #668