Details
-
Bug
-
Resolution: Done
-
P1: Critical
-
5.14, 5.15
-
None
-
-
a8131f05b9b3290fa4888c617adbbb6253d2b410 (qt/qtmultimedia/5.14)
Description
Here is the log from the incident:
Coin task: http://coin/coin/integration/qt/qtmultimedia/tasks/1583166246
First incidents function:
********* Start testing of tst_QAudioOutput ********* Config: Using QtTest library 5.14.2, Qt 5.14.2 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 7.4.1 20190905 [gcc-7-branch revision 275407]) PASS : tst_QAudioOutput::initTestCase() PASS : tst_QAudioOutput::format() PASS : tst_QAudioOutput::invalidFormat(Null Format) PASS : tst_QAudioOutput::invalidFormat(Channel count 0) PASS : tst_QAudioOutput::invalidFormat(Sample rate 0) PASS : tst_QAudioOutput::invalidFormat(Sample size 0) PASS : tst_QAudioOutput::bufferSize(Buffer size 512) PASS : tst_QAudioOutput::bufferSize(Buffer size 4096) PASS : tst_QAudioOutput::bufferSize(Buffer size 8192) PASS : tst_QAudioOutput::notifyInterval(Notify interval 50) PASS : tst_QAudioOutput::notifyInterval(Notify interval 100) PASS : tst_QAudioOutput::notifyInterval(Notify interval 250) PASS : tst_QAudioOutput::notifyInterval(Notify interval 1000) PASS : tst_QAudioOutput::disableNotifyInterval() PASS : tst_QAudioOutput::stopWhileStopped() PASS : tst_QAudioOutput::suspendWhileStopped() PASS : tst_QAudioOutput::resumeWhileStopped() PASS : tst_QAudioOutput::pull(Audio File 0) PASS : tst_QAudioOutput::pull(Audio File 1) PASS : tst_QAudioOutput::pull(Audio File 2) PASS : tst_QAudioOutput::pull(Audio File 3) PASS : tst_QAudioOutput::pull(Audio File 4) PASS : tst_QAudioOutput::pull(Audio File 5) PASS : tst_QAudioOutput::pullSuspendResume(Audio File 0) PASS : tst_QAudioOutput::pullSuspendResume(Audio File 1) PASS : tst_QAudioOutput::pullSuspendResume(Audio File 2) PASS : tst_QAudioOutput::pullSuspendResume(Audio File 3) FAIL! : tst_QAudioOutput::pullSuspendResume(Audio File 4) 'stateSignal.count() > 0' returned FALSE. () Loc: [tst_qaudiooutput.cpp(619)] PASS : tst_QAudioOutput::pullSuspendResume(Audio File 5) PASS : tst_QAudioOutput::push(Audio File 0) PASS : tst_QAudioOutput::push(Audio File 1) PASS : tst_QAudioOutput::push(Audio File 2) PASS : tst_QAudioOutput::push(Audio File 3) PASS : tst_QAudioOutput::push(Audio File 4) PASS : tst_QAudioOutput::push(Audio File 5) PASS : tst_QAudioOutput::pushSuspendResume(Audio File 0) PASS : tst_QAudioOutput::pushSuspendResume(Audio File 1) PASS : tst_QAudioOutput::pushSuspendResume(Audio File 2) PASS : tst_QAudioOutput::pushSuspendResume(Audio File 3) PASS : tst_QAudioOutput::pushSuspendResume(Audio File 4) PASS : tst_QAudioOutput::pushSuspendResume(Audio File 5) PASS : tst_QAudioOutput::pushUnderrun(Audio File 0) PASS : tst_QAudioOutput::pushUnderrun(Audio File 1) PASS : tst_QAudioOutput::pushUnderrun(Audio File 2) PASS : tst_QAudioOutput::pushUnderrun(Audio File 3) PASS : tst_QAudioOutput::pushUnderrun(Audio File 4) FAIL! : tst_QAudioOutput::pushUnderrun(Audio File 5) '(stateSignal.count() == 1)' returned FALSE. (didn't emit IdleState signal after suspend(), got 0 signals instead) Loc: [tst_qaudiooutput.cpp(928)] PASS : tst_QAudioOutput::volume(Volume 0.3) PASS : tst_QAudioOutput::volume(Volume 0.6) PASS : tst_QAudioOutput::volume(Volume 0.9) PASS : tst_QAudioOutput::cleanupTestCase() Totals: 49 passed, 2 failed, 0 skipped, 0 blacklisted, 169157ms
Then the repetition:
********* Start testing of tst_QAudioOutput *********
Config: Using QtTest library 5.14.2, Qt 5.14.2 (x86_64-little_endian-lp64 shared (dynamic) debug build; by GCC 7.4.1 20190905 [gcc-7-branch revision 275407])
PASS : tst_QAudioOutput::initTestCase()
QDEBUG : tst_QAudioOutput::pushUnderrun(Audio File 0) [ 0.118 D] qt.qpa.events QXcbConnection::printXcbEvent - Event | XCB_PROPERTY_NOTIFY(28) | sequence: 193
QDEBUG : tst_QAudioOutput::pushUnderrun(Audio File 0) [ 0.119 D] qt.qpa.events QXcbConnection::printXcbEvent - Event | XCB_PROPERTY_NOTIFY(28) | sequence: 195
PASS : tst_QAudioOutput::pushUnderrun(Audio File 0)
PASS : tst_QAudioOutput::pushUnderrun(Audio File 1)
PASS : tst_QAudioOutput::pushUnderrun(Audio File 2)
PASS : tst_QAudioOutput::pushUnderrun(Audio File 3)
PASS : tst_QAudioOutput::pushUnderrun(Audio File 4)
FAIL! : tst_QAudioOutput::pushUnderrun(Audio File 5) '(audioOutput.state() == QAudio::IdleState)' returned FALSE. (didn't transition to IdleState, no data)
Loc: [tst_qaudiooutput.cpp(929)]
PASS : tst_QAudioOutput::cleanupTestCase()
Totals: 7 passed, 1 failed, 0 skipped, 0 blacklisted, 30118ms
********* Finished testing of tst_QAudioOutput *********
The wanted action
- Please delegate this task to a suitable developer
- Fix the autotest flakiness in all affected versions, not just one.
- Cherry-pick the fix to all relevant branches
- Mark the fix versions to Jira
Guidelines for debugging
Please see the internal page https://intranet.qt.io/display/QTRD/Metrics+Guidelines+for+Grafana+Tool+for+Autotests+with+Issues
How to locate the failed flaky test:
Please open the link to the Grafana dashboard showing the failure history of the test:
Please see the panel List of the recent flaky tests (both passed and failed). Sort it based on the results to see the failed instances.
Please open the links to the Coin tasks containing the logs. Please see the test section containing state "Error" and open corresponding logs.