Bug 208451 - [iOS] TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing
Summary: [iOS] TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryan Haddad
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-03-02 09:30 PST by Ryan Haddad
Modified: 2020-06-05 15:33 PDT (History)
4 users (show)

See Also:


Attachments
Patch (1.51 KB, patch)
2020-05-15 14:30 PDT, Ryan Haddad
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryan Haddad 2020-03-02 09:30:17 PST
TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData is failing on iOS API test EWS bots:

    TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData
        
        /Volumes/Data/worker/API-Tests-iOS-Simulator-EWS/build/Tools/TestWebKitAPI/Tests/WebKitCocoa/WKWebsiteDatastore.mm:95
        Expected equality of these values:
          0u
            Which is: 0
          dataRecords.count
            Which is: 1

https://ews-build.webkit.org/#/builders/9/builds/18565
https://ews-build.webkit.org/#/builders/9/builds/18562
https://ews-build.webkit.org/#/builders/9/builds/18561
Comment 1 Radar WebKit Bug Importer 2020-03-02 09:30:41 PST
<rdar://problem/59953763>
Comment 2 Ryan Haddad 2020-03-03 11:37:48 PST
This test is not failing on post-commit bots:
https://results.webkit.org/?suite=api-tests&test=TestWebKitAPI.WKWebsiteDataStore.RemoveAndFetchData
Comment 3 Ryan Haddad 2020-03-03 11:44:40 PST
Disabled the test for iOS with https://trac.webkit.org/changeset/257792/webkit to speed up EWS.
Comment 4 Ryan Haddad 2020-05-15 14:30:21 PDT
Created attachment 399512 [details]
Patch
Comment 5 Ryan Haddad 2020-05-15 16:36:29 PDT
Comment on attachment 399512 [details]
Patch

iOS API test EWS is happy, so let's just land it.
Comment 6 EWS 2020-05-15 16:43:08 PDT
Committed r261768: <https://trac.webkit.org/changeset/261768>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 399512 [details].
Comment 7 Ryan Haddad 2020-05-18 09:54:58 PDT
This test is failing on only one EWS bot and one trunk bot:
https://ews-build.webkit.org/#/builders/9/builds/24405
https://build.webkit.org/builders/Apple%20iPadOS%2013%20Simulator%20Release%20WK2%20%28Tests%29/builds/3285

All others are fine, so something must be broken on those two specifically.
Comment 8 Ryan Haddad 2020-05-18 09:57:08 PDT
Sihui, is there anything you can think related to this test of that could be leaving some bad state on bots?
Comment 9 Ryan Haddad 2020-06-01 15:57:22 PDT
Reopening since this is still failing on certain bots.
Comment 10 Ryan Haddad 2020-06-05 15:33:06 PDT
(In reply to Ryan Haddad from comment #9)
> Reopening since this is still failing on certain bots.
Disabled the test for iOS again in r262656.