Intermittent netwerk/test/unit/test_trr_confirmation.js | single tracking bug
Categories
(Core :: Networking: DNS, defect, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr115 | --- | unaffected |
firefox-esr128 | --- | fixed |
firefox130 | --- | wontfix |
firefox131 | --- | wontfix |
firefox132 | --- | fixed |
People
(Reporter: jmaher, Assigned: valentin)
References
(Blocks 2 open bugs, Regression)
Details
(Keywords: intermittent-failure, intermittent-testcase, regression, Whiteboard: [necko-triaged][stockwell disable-recommended])
Attachments
(2 files, 1 obsolete file)
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 17•2 years ago
|
||
This test has been timing out on every comm-central push since last Friday. I can't see anything that changed which might be a reason why.
The timeout seems to happen here, maybe something just got slower and it needs a higher value.
(We haven't been marking them because c-c's been a mess, but now it isn't…)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 22•2 years ago
|
||
Valentin, can you take a look?
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 24•2 years ago
|
||
Not exactly sure why it would differ so much on thunderbird.
I'm just going to disable this on thunderbird. 🤷
Assignee | ||
Comment 25•2 years ago
|
||
We'll keep it open until we fix the root cause too.
Assignee | ||
Comment 26•2 years ago
|
||
It has a high failure rate on thunderbird for an unknown reason.
Comment 27•2 years ago
|
||
Comment 28•2 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 31•2 years ago
|
||
This is very low volume and rarely happens on nightly.
Unassigning myself for now.
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) |
Updated•9 months 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) |
Updated•6 months 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 74•2 months ago
|
||
These permanent Linux Shippable and DevEdition xpcshell failures started for mozilla-beta after the machine type of the worker which executes the test switched from n2-standard-2 to c2-standard-4.
Valentin, could you take a look at the issue? Disabling on beta bears the risk the issue might resurface after the next merge to it from mozilla-central, or start directly on mozilla-central at some point.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 79•2 months ago
|
||
The test was timing out, possibly because the confirmation interval could go
up to 64 seconds, while the test was only waiting for 60 seconds.
Adding a pref lets us reduce the time it takes to run the test, while
also making sure that the at least one successful attempt can execute
before the waiting time is done.
Updated•2 months ago
|
Assignee | ||
Comment 80•2 months ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo me if it's about an intermittent or backout) from comment #74)
These permanent Linux Shippable and DevEdition xpcshell failures started for mozilla-beta after the machine type of the worker which executes the test switched from n2-standard-2 to c2-standard-4.
Valentin, could you take a look at the issue? Disabling on beta bears the risk the issue might resurface after the next merge to it from mozilla-central, or start directly on mozilla-central at some point.
Not sure why there was a difference between the runners, but the test was indeed racy.
I fixed the test and added a pref to make the test run a bit faster.
Comment 81•2 months ago
|
||
Comment 82•2 months ago
|
||
bugherder |
Updated•2 months ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•2 months ago
|
Comment 84•2 months ago
|
||
uplift |
Comment hidden (Intermittent Failures Robot) |
Comment 86•2 months ago
|
||
Hi Valentin! Could you please check these xpcshell permanent failures from mozilla-release? Should also disable this on release?
Thank you!
Assignee | ||
Comment 87•2 months ago
|
||
These permanent Linux Shippable and DevEdition xpcshell failures started for mozilla-beta after the machine type of the worker which executes the test switched from n2-standard-2 to c2-standard-4.
I think the same issue made it perma fail on release.
Disabling the test on release should be OK.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Description
•