Intermittent ccov TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/delete_session/delete.py | expected OK
Categories
(Testing :: geckodriver, defect, P5)
Tracking
(firefox74 disabled)
Tracking | Status | |
---|---|---|
firefox74 | --- | disabled |
People
(Reporter: marco, Unassigned)
References
Details
(Keywords: test-disabled)
Attachments
(2 files)
Reporter | ||
Comment 1•5 years ago
|
||
How do I disable this test? I can't find the ini file that contains it.
Comment 2•5 years ago
|
||
You have to create the file if it doesn't exist yet. Its file name should be testing/web-platform/meta/webdriver/tests/delete_session/delete.py
.
But why do we have to disable it? Where do you see problems?
Reporter | ||
Comment 3•5 years ago
|
||
Thanks!
It is timing out on the Linux coverage build: https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&tier=1%2C2%2C3&searchStr=ccov%2Cwd3&revision=e6427fac5ee8d1d87fb78e917781e85dda119a81&selectedJob=283728159.
Comment 4•5 years ago
|
||
Oh, wow! Is this a perma failure? It is timing out due to bug 1382162, which I was never able to reproduce yet! So if I could use such a build for running the tests maybe I can figure out what's wrong here. So how do I built and run it locally via mach?
Reporter | ||
Comment 5•5 years ago
|
||
(In reply to Henrik Skupin (:whimboo) [⌚️UTC+1] from comment #4)
Oh, wow! Is this a perma failure?
It looks like a perma failure, I've never seen a push in which it passed.
It is timing out due to bug 1382162, which I was never able to reproduce yet! So if I could use such a build for running the tests maybe I can figure out what's wrong here. So how do I built and run it locally via mach?
You can use the CI mozconfigs (trimming the parts you don't need): browser/config/mozconfigs/linux64/code-coverage and browser/config/mozconfigs/linux64/code-coverage-opt.
Also described in "Creating your own Coverage Build" from https://developer.mozilla.org/en-US/docs/Mozilla/Testing/Measuring_Code_Coverage_on_Firefox.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 6•5 years ago
|
||
Depends on D59415
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Comment 8•5 years ago
|
||
bugherder |
Comment 9•5 years ago
|
||
This also seems to perma fail on Windows 10 ccov:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&searchStr=windows%2C10%2Cx64%2Cccov%2Copt%2Cweb%2Cplatform%2Ctests%2Ctest-windows10-64-ccov%2Fopt-web-platform-tests-wdspec-e10s-3%2Cw%28wd3%29&fromchange=7fa78b1baf59668cd160ff12190ed53bbb4fbe5b&tochange=1536cf66a302811c1e302118e0d356c6c7545fab&selectedJob=284600558
Updated•5 years ago
|
Reporter | ||
Comment 10•5 years ago
|
||
I'll disable it on Windows too.
Reporter | ||
Comment 11•5 years ago
|
||
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Comment 13•5 years ago
|
||
bugherder |
Comment 14•5 years ago
|
||
webdriver/tests/permissions/set.py is also timing out since https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&searchStr=windows%2C10%2Cx64%2Cccov%2Copt%2Cweb%2Cplatform%2Ctests%2Ctest-windows10-64-ccov%2Fopt-web-platform-tests-wdspec-e10s-3%2Cw%28wd3%29&revision=7fa78b1baf59668cd160ff12190ed53bbb4fbe5b maybe we should disable this one too.
Range: https://tinyurl.com/wwm7k9k
Marco, is that ok with you?
Reporter | ||
Comment 16•5 years ago
|
||
Yes, we can disable that too (in bug 1495002).
Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Updated•5 years ago
|
Updated•5 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 47•4 years ago
|
||
At some point the meta data for ccov got removed but I cannot find the exact changeset for it. Given that the tests are running fine these days lets close this bug.
Description
•