Bug 280553
Summary: | REGRESSION(282626@main?) : [ Sequoia+ iOS wk2 release ] 2x http/tests/resourceLoadStatistics/* are flaky failures. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Anfernee Viduya <aviduya> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | achristensen, pascoe, sihui_liu, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Anfernee Viduya
http/tests/resourceLoadStatistics/prune-statistics.html
http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html
are flaky failures.
HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=http%2Ftests%2FresourceLoadStatistics%2Fprune-statistics.html&test=http%2Ftests%2FresourceLoadStatistics%2Fremove-website-data-for-origin-deletes-link-decoration.html&architecture=arm64&version_name=iOS%2017&version_name=Sequoia
DIFF:
http/tests/resourceLoadStatistics/prune-statistics.html
@@ -8,10 +8,12 @@
PASS Test iteration 3 passed.
PASS Test iteration 4 passed.
PASS Test iteration 5 passed.
+FAIL checkIfPrevalent: Test iteration 6 failed. http://127.0.0.3:8000/temp was prevalent
+FAIL checkIfPrevalentAccordingToInitialExpectation: Test iteration 6 failed. http://127.0.0.7:8000/temp wasn't prevalent
+FAIL checkIfPrevalentAccordingToInitialExpectation: Test iteration 6 failed. http://127.0.0.8:8000/temp wasn't prevalent
PASS Test iteration 6 passed.
-PASS Test iteration 7 passed.
-PASS Test iteration 8 passed.
PASS successfullyParsed is true
+Some tests failed.
TEST COMPLETE
http/tests/resourceLoadStatistics/remove-website-data-for-origin-deletes-link-decoration.html
+Registrable domain: 127.0.0.3
+ hadUserInteraction: No
+ mostRecentUserInteraction: -1
+ grandfathered: No
+ DataRemovalFrequency: Never
+ isPrevalentResource: Yes
+ isVeryPrevalentResource: No
+ dataRecordsRemoved: 0
+Registrable domain: 127.0.0.4
+ hadUserInteraction: No
+ mostRecentUserInteraction: -1
+ grandfathered: No
+ DataRemovalFrequency: Never
+ isPrevalentResource: Yes
+ isVeryPrevalentResource: No
+ dataRecordsRemoved: 0
+Registrable domain: 127.0.0.5
+ hadUserInteraction: Yes
+ mostRecentUserInteraction: within 24 hours
+ grandfathered: No
+ DataRemovalFrequency: Never
+ isPrevalentResource: No
+ isVeryPrevalentResource: No
+ dataRecordsRemoved: 0
+Registrable domain: 127.0.0.6
+ hadUserInteraction: Yes
+ mostRecentUserInteraction: within 24 hours
+ grandfathered: No
+ DataRemovalFrequency: Never
+ isPrevalentResource: No
+ isVeryPrevalentResource: No
+ dataRecordsRemoved: 0
+Registrable domain: 127.0.0.7
+ hadUserInteraction: Yes
+ mostRecentUserInteraction: within 24 hours
+ grandfathered: No
+ DataRemovalFrequency: Never
+ isPrevalentResource: Yes
+ isVeryPrevalentResource: No
+ dataRecordsRemoved: 0
+Registrable domain: 127.0.0.8
+ hadUserInteraction: Yes
+ mostRecentUserInteraction: within 24 hours
+ grandfathered: No
+ DataRemovalFrequency: Never
+ isPrevalentResource: Yes
+ isVeryPrevalentResource: No
+ dataRecordsRemoved: 0
REPRODUCIBILITY:
I could not reproduce the issue on a mac. I am trying to reproduce on iOS, will update details.
DESCRIPTION:
This test has been failing for some time now, could not find a regression point.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/136862956>
EWS
Test gardening commit 284400@main (c3ae37327985): <https://commits.webkit.org/284400@main>
Reviewed commits have been landed. Closing PR #34398 and removing active labels.
Anfernee Viduya
Thanks to charliew@apple.com for the suggested regression point. As this stands, cannot be reproduced on mac. Still need to try on iOS.