flake8
passed.
JSHint
passed.
Review Request #12687 — Created Oct. 18, 2022 and submitted
Our helper to create multiple review requests at once had a few bugs:
start_local_id
argument was backwards,None
when a local site was present.LocalSiteProfile
Ran some unit tests that made use of
create_many_review_requests
with
with_local_site=True
.
Summary | ID |
---|---|
52bef2c5280dd02ae5e6caaa683b9e1cb6f951be |
Description | From | Last Updated |
---|---|---|
Just to verify, all unit tests pass with the summary change? |
chipx86 |
Found and fixed one more issue.
~ | Our helper to create multiple review requests at once had two bugs when | |
~ | dealing with local sites. First, the conditional for the | |
~ | start_local_id argument was backwards, setting the local ID to None . | |
~ | Second, the code that went to update any existing LocalSiteProfile | |
~ | counts wasn't properly handling exceptions in the case that the profile | |
~ | Our helper to create multiple review requests at once had a few bugs: | |
~ | ||
~ |
| |
~ |
| |
~ |
| |
- | does not yet exist. |
Summary | ID | |
---|---|---|
494c5d4bb3186b4a98840251075eb2a810742213 | ||
52bef2c5280dd02ae5e6caaa683b9e1cb6f951be |
Revision 2 (+18 -12)