DescriptionPaymentHandler: Clear storage partition data during content_browsertests.
When PaymentAppInvocation test runs in single-process mode, the following
problem occurs in local environment:
content_browsertests --gtest_filter=PaymentAppBrowserTest.* --single-process
../../content/browser/payments/payment_app_browsertest.cc:127: Failure
Expected: 1U
Which is: 1
To be equal to: ids.size()
Which is: 2
We can resolve this issue by clearing storage partition similar to what we do
in the background sync or the push messaging.
Please see: https://bugs.chromium.org/p/chromium/issues/detail?id=482083
BUG=661608
Review-Url: https://codereview.chromium.org/2895583002
Cr-Commit-Position: refs/heads/master@{#473619}
Committed: https://chromium.googlesource.com/chromium/src/+/af124f87be0846b2541f69d306c0bb705b5e9e9f
Patch Set 1 #
Total comments: 2
Patch Set 2 : PaymentHandler: Clear storage partition data during content_browsertests. #Messages
Total messages: 11 (5 generated)
|