Bug 215185 - [ iOS wk2 Release ] imported/w3c/web-platform-tests/IndexedDB/structured-clone-transaction-state.any.worker.html is a flaky failure
Summary: [ iOS wk2 Release ] imported/w3c/web-platform-tests/IndexedDB/structured-clon...
Status: RESOLVED DUPLICATE of bug 228241
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-08-05 12:37 PDT by Hector Lopez
Modified: 2021-07-30 10:19 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hector Lopez 2020-08-05 12:37:02 PDT
imported/w3c/web-platform-tests/IndexedDB/structured-clone-transaction-state.any.worker.html

This test is a flaky failure on iOS wk2 Release on iPhoneSE Simulator. The first occurrence of a failure is at r263762.

History:
https://results.webkit.org/?suite=layout-tests&test=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fstructured-clone-transaction-state.any.worker.html&limit=50000&platform=ios&style=release&model=iPhone%20SE

Diff:
--- /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/structured-clone-transaction-state.any.worker-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/structured-clone-transaction-state.any.worker-actual.txt
@@ -1,11 +1,4 @@
 
-FAIL Transaction inactive during structured clone in IDBObjectStore.add() assert_throws_dom: transaction should not be active during structured clone function "() => {
-        objectStore.get('key');
-      }" did not throw
-FAIL Transaction inactive during structured clone in IDBObjectStore.put() assert_throws_dom: transaction should not be active during structured clone function "() => {
-        objectStore.get('key');
-      }" did not throw
-FAIL Transaction inactive during structured clone in IDBCursor.update() assert_throws_dom: transaction should not be active during structured clone function "() => {
-        objectStore.get('key');
-      }" did not throw
+Harness Error (TIMEOUT), message = null
 
+
Comment 1 Radar WebKit Bug Importer 2020-08-05 12:37:31 PDT
<rdar://problem/66588216>
Comment 2 Hector Lopez 2020-08-05 12:48:45 PDT
Test expectation added while investigated:

https://trac.webkit.org/changeset/265300/webkit
Comment 3 Sihui Liu 2021-07-30 10:19:22 PDT
Expectations updated at https://bugs.webkit.org/show_bug.cgi?id=228241 as the test is no longer flaky.

*** This bug has been marked as a duplicate of bug 228241 ***