Closed
Bug 1701949
Opened 5 years ago
Closed 5 years ago
Intermittent toolkit/components/glean/xpcshell/test_GIFFT.js | test_gifft_timespan - [test_gifft_timespan : 238] 9961008 > 10000000
Categories
(Toolkit :: Telemetry, defect, P1)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
89 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox87 | --- | unaffected |
| firefox88 | --- | unaffected |
| firefox89 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: chutten)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: archaeopteryx [at] coole-files.de
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=334891826&repo=try
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Lty_VQbXQFifAsRUIHr1Ew/runs/0/artifacts/public/logs/live_backing.log
[task 2021-03-30T12:38:38.398Z] 12:38:38 INFO - TEST-PASS | toolkit/components/glean/xpcshell/test_GIFFT.js | test_gifft_labeled_counter - [test_gifft_labeled_counter : 220] {"a_label":1,"another_label":2,"InvalidLabel":3} deepEqual {"a_label":1,"another_label":2,"InvalidLabel":3}
[task 2021-03-30T12:38:38.398Z] 12:38:38 INFO - (xpcshell/head.js) | test run_next_test 10 finished (2)
[task 2021-03-30T12:38:38.398Z] 12:38:38 INFO - (xpcshell/head.js) | test run_next_test 11 pending (2)
[task 2021-03-30T12:38:38.398Z] 12:38:38 INFO - (xpcshell/head.js) | test test_gifft_labeled_counter finished (2)
[task 2021-03-30T12:38:38.398Z] 12:38:38 INFO - toolkit/components/glean/xpcshell/test_GIFFT.js | Starting test_gifft_timespan
[task 2021-03-30T12:38:38.398Z] 12:38:38 INFO - (xpcshell/head.js) | test test_gifft_timespan pending (2)
[task 2021-03-30T12:38:38.399Z] 12:38:38 INFO - (xpcshell/head.js) | test run_next_test 11 finished (2)
[task 2021-03-30T12:38:38.399Z] 12:38:38 WARNING - TEST-UNEXPECTED-FAIL | toolkit/components/glean/xpcshell/test_GIFFT.js | test_gifft_timespan - [test_gifft_timespan : 238] 9961008 > 10000000```
| Assignee | ||
Comment 1•5 years ago
|
||
Apparently setTimeout(resolve, 10) rounds up when it's only been 9.961ms : |
I guess we'd better add an epsilon to this test.
Assignee: nobody → chutten
Status: NEW → ASSIGNED
Type: defect → task
Priority: P5 → P1
Updated•5 years ago
|
Type: task → defect
Comment 2•5 years ago
|
||
Set release status flags based on info from the regressing bug 1685406
status-firefox87:
--- → unaffected
status-firefox88:
--- → unaffected
status-firefox89:
--- → affected
status-firefox-esr78:
--- → unaffected
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D110438
Pushed by chutten@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/eb470abe8ae2
Add epsilon for FOG timing tests r=TravisLong
Comment 5•5 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
| Comment hidden (Intermittent Failures Robot) |
Updated•5 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•