Closed Bug 1165061 Opened 9 years ago Closed 9 years ago

Intermittent test_0102_background_restartNotification_staging.xul | Test timed out. Maximum time allowed is 240 seconds | Checking if TESTS[0] test was performed... callback function name = defaultCallback, pageid = finishedBackground

Categories

(Toolkit :: Application Update, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla41
Tracking Status
firefox39 --- wontfix
firefox40 --- wontfix
firefox41 --- fixed
firefox-esr31 --- unaffected
firefox-esr38 --- unaffected

People

(Reporter: KWierso, Assigned: robert.strong.bugs)

References

Details

(Keywords: intermittent-failure)

Attachments

(1 file, 4 obsolete files)

08:03:28 INFO - 3160 INFO TEST-START | toolkit/mozapps/update/tests/chrome/test_0097_restartNotification_stagedServiceBackground.xul
08:03:30 INFO - MEMORY STAT vsize after test: 4712820736
08:03:30 INFO - MEMORY STAT residentFast after test: 1180368896
08:03:30 INFO - MEMORY STAT heapAllocated after test: 465281576
08:03:31 INFO - 3161 INFO TEST-OK | toolkit/mozapps/update/tests/chrome/test_0097_restartNotification_stagedServiceBackground.xul | took 2415ms
08:03:31 INFO - 3162 INFO TEST-START | toolkit/mozapps/update/tests/chrome/test_0101_background_restartNotification.xul
08:03:33 INFO - MEMORY STAT vsize after test: 4724002816
08:03:33 INFO - MEMORY STAT residentFast after test: 1187332096
08:03:33 INFO - MEMORY STAT heapAllocated after test: 458458296
08:03:33 INFO - 3163 INFO TEST-OK | toolkit/mozapps/update/tests/chrome/test_0101_background_restartNotification.xul | took 2357ms
08:03:33 INFO - 3164 INFO TEST-START | toolkit/mozapps/update/tests/chrome/test_0102_background_restartNotification_staging.xul
08:07:33 INFO - Process spawn failed with code 2!
08:07:34 INFO - TEST-INFO | screencapture: exit 0
08:07:34 INFO - 3165 INFO TEST-UNEXPECTED-FAIL | toolkit/mozapps/update/tests/chrome/test_0102_background_restartNotification_staging.xul | Test timed out. Maximum time allowed is 240 seconds - expected PASS
08:07:34 INFO - 3166 INFO TEST-UNEXPECTED-FAIL | toolkit/mozapps/update/tests/chrome/test_0102_background_restartNotification_staging.xul | Checking if TESTS[0] test was performed... callback function name = defaultCallback, pageid = finishedBackground - expected PASS
08:07:34 INFO - MEMORY STAT vsize after test: 4696023040
08:07:34 INFO - MEMORY STAT residentFast after test: 1172467712
08:07:34 INFO - MEMORY STAT heapAllocated after test: 413065768
08:07:34 INFO - 3167 INFO TEST-OK | toolkit/mozapps/update/tests/chrome/test_0102_background_restartNotification_staging.xul | took 240167ms
08:07:34 INFO - 3168 INFO TEST-START | toolkit/mozapps/update/tests/chrome/test_0104_background_restartNotification_NoIncompatAddons.xul
08:07:36 INFO - MEMORY STAT vsize after test: 4704985088
08:07:36 INFO - MEMORY STAT residentFast after test: 1176653824
08:07:36 INFO - MEMORY STAT heapAllocated after test: 433192280
08:07:36 INFO - 3169 INFO TEST-OK | toolkit/mozapps/update/tests/chrome/test_0104_background_restartNotification_NoIncompatAddons.xul | took 2471ms
08:07:36 INFO - 3170 INFO TEST-START | toolkit/mozapps/update/tests/chrome/test_0105_background_restartNotification_VersionCompatAddons.xul
Pushed to try
https://treeherder.mozilla.org/#/jobs?repo=try&revision=7f97680e0096
Assignee: nobody → robert.strong.bugs
Status: NEW → ASSIGNED
Attachment #8607233 - Flags: review?(spohl.mozilla.bugs)
Attachment #8607233 - Flags: review?(spohl.mozilla.bugs) → review+
Flags: in-testsuite+
Target Milestone: --- → mozilla41
Attachment #8607233 - Attachment description: patch rev1 - skip copying the files for mochitest chrome → (don't uplift without rstrong's ok) patch rev1 - skip copying the files for mochitest chrome
https://hg.mozilla.org/mozilla-central/rev/d39ba5b549c5
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Backed out for LSAN permaleaks that were getting starred as intermittent w/ no explanation and then merged around.
https://treeherder.mozilla.org/logviewer.html#?job_id=3145658&repo=fx-team

https://hg.mozilla.org/mozilla-central/rev/cb33535b93f2
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: mozilla41 → ---
(In reply to Ryan VanderMeulen [:RyanVM UTC-4] from comment #7)
> https://treeherder.mozilla.org/logviewer.html#?job_id=1538104&repo=mozilla-
> central looks related too

^ Pretty frequent, mostly Win7 debug
Missed one more test to skip on asan
Attachment #8609928 - Attachment is obsolete: true
Comment on attachment 8609956 [details] [diff] [review]
(don't uplift without rstrong's ok) patch rev4 - skip copying the files for mochitest chrome

The try runs are looking good so far (crosses fingers).
Attachment #8609956 - Flags: review?(spohl.mozilla.bugs)
Comment on attachment 8609956 [details] [diff] [review]
(don't uplift without rstrong's ok) patch rev4 - skip copying the files for mochitest chrome

So much for that... I ran an additional batch of 5 of win7 debug and ran into failures. Back to the drawing board. :(
Attachment #8609956 - Flags: review?(spohl.mozilla.bugs)
Comment on attachment 8610260 [details] [diff] [review]
(don't uplift without rstrong's ok) patch rev5 - skip copying the files for mochitest chrome

Try runs look good
Attachment #8610260 - Flags: review?(spohl.mozilla.bugs)
Comment on attachment 8610260 [details] [diff] [review]
(don't uplift without rstrong's ok) patch rev5 - skip copying the files for mochitest chrome

I reverted the following locally

 // Set to true to log additional information for debugging. To log additional
 // information for an individual test set DEBUG_AUS_TEST to true in the test's
 // onload function.
-var DEBUG_AUS_TEST = false;
+var DEBUG_AUS_TEST = true;
Comment on attachment 8610260 [details] [diff] [review]
(don't uplift without rstrong's ok) patch rev5 - skip copying the files for mochitest chrome

Review of attachment 8610260 [details] [diff] [review]:
-----------------------------------------------------------------

::: toolkit/mozapps/update/tests/chrome/utils.js
@@ +220,5 @@
>  
>  // Set to true to log additional information for debugging. To log additional
>  // information for an individual test set DEBUG_AUS_TEST to true in the test's
>  // onload function.
> +var DEBUG_AUS_TEST = true;

assuming this is reverted, per comment 18
Attachment #8610260 - Flags: review?(spohl.mozilla.bugs) → review+
https://hg.mozilla.org/mozilla-central/rev/9b110d0cbbf6
Status: REOPENED → RESOLVED
Closed: 9 years ago9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla41
The last report may have been due to the previous error
1448 INFO TEST-UNEXPECTED-ERROR | dom/ipc/tests/test_process_error.xul | Assertion count 1
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: