DescriptionFix flakiness in WebstoreProviderTest.
The |mock_server_response_| field was being set in parallel with
actually running the query, so there was a race condition if the network
request came in before the response field is set.
Now sets the |mock_server_response_| before starting the query.
BUG=246136
Committed: https://crrev.com/9fd6daec4a1cee3f12740ce48c40d647f36c983a
Cr-Commit-Position: refs/heads/master@{#329364}
Patch Set 1 #
Messages
Total messages: 7 (2 generated)
|