Bug 187810 - REGRESSION (r233983) Text Failure on imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html and imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-storage-match.https.html
Summary: REGRESSION (r233983) Text Failure on imported/w3c/web-platform-tests/IndexedD...
Status: RESOLVED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-19 11:04 PDT by Dawei Fenton (:realdawei)
Modified: 2018-07-19 13:31 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 Dawei Fenton (:realdawei) 2018-07-19 11:04:17 PDT
Text Failure on imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html AND imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-storage-match.https.html has been introduced after revision: https://trac.webkit.org/changeset/233983/webkit

Flakiness dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=imported%2Fw3c%2Fweb-platform-tests%2FIndexedDB%2Fidbtransaction_objectStoreNames.html%20imported%2Fw3c%2Fweb-platform-tests%2Fservice-workers%2Fcache-storage%2Fserviceworker%2Fcache-storage-match.https.html


DIFF for imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames.html

--- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames-expected.txt
+++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames-actual.txt
@@ -1,9 +1,11 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS IDBTransaction.objectStoreNames - during upgrade transaction 
 PASS IDBTransaction.objectStoreNames - value after close 
 PASS IDBTransaction.objectStoreNames - transaction scope 
 PASS IDBTransaction.objectStoreNames - value after commit 
-PASS IDBTransaction.objectStoreNames - value after abort 
+TIMEOUT IDBTransaction.objectStoreNames - value after abort Test timed out
 PASS IDBTransaction.objectStoreNames - sorting 
 PASS IDBTransaction.objectStoreNames - no duplicates 
 PASS IDBTransaction.objectStoreNames - unusual names 



DIFF for imported/w3c/web-platform-tests/service-workers/cache-storage/serviceworker/cache-storage-match.https.html

--- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames-expected.txt
+++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/IndexedDB/idbtransaction_objectStoreNames-actual.txt
@@ -1,9 +1,11 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS IDBTransaction.objectStoreNames - during upgrade transaction 
 PASS IDBTransaction.objectStoreNames - value after close 
 PASS IDBTransaction.objectStoreNames - transaction scope 
 PASS IDBTransaction.objectStoreNames - value after commit 
-PASS IDBTransaction.objectStoreNames - value after abort 
+TIMEOUT IDBTransaction.objectStoreNames - value after abort Test timed out
 PASS IDBTransaction.objectStoreNames - sorting 
 PASS IDBTransaction.objectStoreNames - no duplicates 
 PASS IDBTransaction.objectStoreNames - unusual names
Comment 1 Dawei Fenton (:realdawei) 2018-07-19 13:31:42 PDT
These tests have run successfully several times after the isolated failures. Failures were likely caused by an environmental issue leading to a timeout.

closing the issue.