Bug 263982
| Summary: | 2 http/tests/appcache/* are consistently timing out. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ben Schwartz <ben_schwartz> |
| Component: | Service Workers | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ap, simon.fraser, webkit-bot-watchers-bugzilla, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=261306 | ||
Ben Schwartz
These tests are consistently timing out on macOS:
http/tests/appcache/fail-on-update-2.html
http/tests/appcache/remove-cache.html (Monterey wk1 only: when not timing out, this test is constantly failing)
HISTORY:
https://results.webkit.org/?suite=layout-tests&suite=layout-tests&test=http%2Ftests%2Fappcache%2Ffail-on-update-2.html&test=http%2Ftests%2Fappcache%2Fremove-cache.html&platform=mac
TEXT DIFF (for failing case):
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
+CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
CONSOLE MESSAGE: ApplicationCache is deprecated. Please use ServiceWorkers instead.
DIFF URL (for failing case):
https://build.webkit.org/results/Apple-Monterey-Release-WK1-Tests/270006@main%20(12493)/http/tests/appcache/remove-cache-pretty-diff.html
REPRODUCIBILITY:
While I was unable to reproduce the timeouts, I was able to reproduce the console stderr output on macOS Monterey (12.6.6, 21G646/arm64) ToT using the following commands:
python3 Tools/CISupport/download-built-product --platform=mac --release 'https://s3-us-west-2.amazonaws.com/archives.webkit.org/mac-monterey-x86_64 arm64-release/270009@main.zip'
python3 Tools/CISupport/built-product-archive --platform=mac-monterey --release extract
python3 Tools/Scripts/run-webkit-tests --no-build --no-show-results --no-new-test-results --clobber-old-results --release --dump-render-tree --results-directory WebKitBuild/layout-test-results --debug-rwt-logging --no-retry-failures http/tests/appcache/fail-on-update-2.html http/tests/appcache/remove-cache.html --iterations 50 --force
REGRESSION:
These tests have been experiencing issues for a while; however, it appears there was a further regression causing the failures on Monterey wk1 between 269858@main and 269860@main.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/117748522>
Alexey Proskuryakov
269859@main seems like a potential culprit then?