[webkit-changes] [WebKit/WebKit] 52a9c9: IndexedDB.IndexedDBPersistence is flakily failing

Sihui noreply at github.com
Tue May 14 10:36:17 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 52a9c96e374589631a9a0b79364b647a976a2b20
      https://github.com/WebKit/WebKit/commit/52a9c96e374589631a9a0b79364b647a976a2b20
  Author: Sihui Liu <sihui_liu at apple.com>
  Date:   2024-05-14 (Tue, 14 May 2024)

  Changed paths:
    M Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBPersistence.mm

  Log Message:
  -----------
  IndexedDB.IndexedDBPersistence is flakily failing
https://bugs.webkit.org/show_bug.cgi?id=274099
rdar://128014218

Reviewed by Alex Christensen.

The second message might arrive on the first wait, so instead of starting a second wait, the test should check whether
first message has arrived after first wait. This is what getNextMessage() does, and the test doesn't need to do explicit
wait.

* Tools/TestWebKitAPI/Tests/WebKitCocoa/IndexedDBPersistence.mm:
(TEST(IndexedDB, IndexedDBPersistence)):
(IndexedDBThirdPartyDataRemoval)):
(MigrateThirdPartyDataToGeneralStorageDirectory)):
((IndexedDB, IndexedDBGetDatabases)):

Canonical link: https://commits.webkit.org/278769@main



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list