Closed Bug 1565497 Opened 5 years ago Closed 5 years ago

Intermittent GTest No tests run or test summary not found because it is generating the summary when the last test is still running

Categories

(Testing :: GTest, defect, P5)

Version 3
defect

Tracking

(firefox-esr60 unaffected, firefox-esr68 unaffected, firefox68 unaffected, firefox69 fixed, firefox70 fixed)

RESOLVED FIXED
mozilla70
Tracking Status
firefox-esr60 --- unaffected
firefox-esr68 --- unaffected
firefox68 --- unaffected
firefox69 --- fixed
firefox70 --- fixed

People

(Reporter: intermittent-bug-filer, Assigned: gbrown)

References

Details

(Keywords: intermittent-failure, regression)

Attachments

(1 file)

Filed by: dluca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=256136053&repo=autoland
Full log: https://queue.taskcluster.net/v1/task/Y2o-Vs_lQFi_YUqjx-B5pA/runs/0/artifacts/public/logs/live_backing.log


[task 2019-07-12T07:53:14.670Z] 07:53:14     INFO -  TEST-START | UrlClassifierPrefixSetTest/UrlClassifierPrefixSetTest.VariableLengthRandomSet/0
[task 2019-07-12T07:53:14.670Z] 07:53:14     INFO -  TEST-PASS | UrlClassifierPrefixSetTest/UrlClassifierPrefixSetTest.VariableLengthRandomSet/0 | test completed (time: 29ms)
[task 2019-07-12T07:53:14.670Z] 07:53:14     INFO -  TEST-START | UrlClassifierPrefixSetTest/UrlClassifierPrefixSetTest.VariableLengthRandomSet/1
[task 2019-07-12T07:53:24.959Z] 07:53:24     INFO -  gtest INFO | gtest | wait for org.mozilla.geckoview.test complete; top activity=com.android.launcher3
[task 2019-07-12T07:53:26.489Z] 07:53:26     INFO - Return code: 0
[task 2019-07-12T07:53:26.489Z] 07:53:26    ERROR - No tests run or test summary not found
[task 2019-07-12T07:53:26.489Z] 07:53:26     INFO - TinderboxPrint: gtest<br/><em class="testfail">T-FAIL</em>
[task 2019-07-12T07:53:26.489Z] 07:53:26     INFO - ##### gtest log ends
[task 2019-07-12T07:53:26.489Z] 07:53:26  WARNING - # TBPL WARNING #
[task 2019-07-12T07:53:26.489Z] 07:53:26  WARNING - setting return code to 1
[task 2019-07-12T07:53:26.489Z] 07:53:26  WARNING - The gtest suite: gtest ran with return status: WARNING
Type: -- → defect
Summary: Intermittent GTest - is generating the summary when the last test is the log is still running → Intermittent GTest No tests run or test summary not found because it is generating the summary when the last test is still running

Logcat confirms that all tests completed.

https://taskcluster-artifacts.net/Y2o-Vs_lQFi_YUqjx-B5pA/0/public/test_info//logcat-emulator-5554.log

07-12 08:53:15.115  2897  2913 I gtest   : TEST-PASS | UrlClassifierPrefixSetTest/UrlClassifierPrefixSetTest.LoadSaveNoDelta/0 | test completed (time: 6ms)
07-12 08:53:15.115  2897  2913 I gtest   : TEST-START | UrlClassifierPrefixSetTest/UrlClassifierPrefixSetTest.LoadSaveNoDelta/1
07-12 08:53:15.119  2897  2913 I gtest   : TEST-PASS | UrlClassifierPrefixSetTest/UrlClassifierPrefixSetTest.LoadSaveNoDelta/1 | test completed (time: 4ms)
07-12 08:53:15.119  2897  2913 I gtest   : TEST-START | SrtpParamInit/TransportSrtpParameterTest.TestSrtpCiphersMismatchCombinations/0
07-12 08:53:15.332  2897  2913 I gtest   : TEST-PASS | SrtpParamInit/TransportSrtpParameterTest.TestSrtpCiphersMismatchCombinations/0 | test completed (time: 213ms)
07-12 08:53:15.332  2897  2913 I gtest   : TEST-START | SrtpParamInit/TransportSrtpParameterTest.TestSrtpCiphersMismatchCombinations/1
07-12 08:53:15.547  2897  2913 I gtest   : TEST-PASS | SrtpParamInit/TransportSrtpParameterTest.TestSrtpCiphersMismatchCombinations/1 | test completed (time: 215ms)
07-12 08:53:15.547  2897  2913 I gtest   : TEST-START | SrtpParamInit/TransportSrtpParameterTest.TestSrtpCiphersMismatchCombinations/2
07-12 08:53:15.760  2897  2913 I gtest   : TEST-PASS | SrtpParamInit/TransportSrtpParameterTest.TestSrtpCiphersMismatchCombinations/2 | test completed (time: 213ms)
07-12 08:53:15.760  2897  2913 I gtest   : TEST-PASS | GTest unit test: passed
07-12 08:53:15.760  2897  2913 I gtest   : Passed: 2340
07-12 08:53:15.760  2897  2913 I gtest   : Failed: 0
07-12 08:53:15.777  2897  2913 D GeckoThread: State changed to EXITED

There are other examples in bug 1335554 (but the majority are due to browser crashes, rather than this case).

https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=256030969&repo=autoland&lineNumber=5975

Blocks: 1335554
Assignee: nobody → gbrown

A possible explanation for the infrequent observation of an incomplete log is that
the log is still being written when the harness detects that the process has completed.
Waiting for one extra polling interval may avoid this.

Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0bcbb4f418a8
Improve android gtest's wait for final output; r=jmaher
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: