|
|
Chromium Code Reviews|
Created:
4 years ago by Henrik Grunell Modified:
3 years, 11 months ago Reviewers:
phoglund_chromium CC:
chromium-reviews, jam, darin-cc_chromium.org Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionDisabling flaky test on Android: WebRtcDataChannelTest.DataChannelGC.
TBR=phoglund@chromium.org
BUG=673333
Patch Set 1 #
Messages
Total messages: 13 (4 generated)
Description was changed from ========== Disabling flaky test on Android: WebRtcDataChannelTest.DataChannelGC. BUG=673333 ========== to ========== Disabling flaky test on Android: WebRtcDataChannelTest.DataChannelGC. TBR=phoglund@chromium.org BUG=673333 ==========
grunell@chromium.org changed reviewers: + phoglund@chromium.org
The CQ bit was checked by grunell@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
lgtm
The CQ bit was unchecked by guidou@chromium.org
On 2016/12/13 10:40:03, phoglund_chrome wrote: > lgtm I think this test is not flaky. The "flaky" runs reported in the bug have hundreds of failed tests, so cannot be something specific to this test. See https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi...
On 2016/12/13 10:48:16, Guido Urdaneta wrote: > On 2016/12/13 10:40:03, phoglund_chrome wrote: > > lgtm > > I think this test is not flaky. > The "flaky" runs reported in the bug have hundreds of failed tests, so cannot be > something specific to this test. > See > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... Yes, I noticed that. But I think the other tests failing is something else because the summary says: C 959.864s Main Summary C 959.864s Main ******************************************************************************** C 959.866s Main [==========] 1502 tests ran. C 959.866s Main [ PASSED ] 1249 tests. C 959.866s Main [ FAILED ] 2 tests, listed below: C 959.866s Main [ FAILED ] BackgroundSyncBrowserTest.SyncRegistrationFromSWDeletedWhenClearingSiteData (TIMEOUT) C 959.866s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) C 959.866s Main C 959.866s Main 2 FAILED TESTS And if we look at the first "failure", AccessibilityActionBrowserTest.CanvasGetImageScale: I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ RUN ] AccessibilityActionBrowserTest.CanvasGetImageScale I 843.658s run_tests_on_device(01ab5ac2032fd33a) [WARNING:dns_config_service_posix.cc(316)] Failed to read DnsConfig. I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ERROR:devtools_http_handler.cc(221)] Cannot start http server for devtools. Stop devtools. I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ OK ] AccessibilityActionBrowserTest.CanvasGetImageScale (1845 ms) So those others is something else.
On 2016/12/13 11:17:26, Henrik Grunell wrote: > On 2016/12/13 10:48:16, Guido Urdaneta wrote: > > On 2016/12/13 10:40:03, phoglund_chrome wrote: > > > lgtm > > > > I think this test is not flaky. > > The "flaky" runs reported in the bug have hundreds of failed tests, so cannot > be > > something specific to this test. > > See > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > Yes, I noticed that. But I think the other tests failing is something else > because the summary says: > > C 959.864s Main Summary > C 959.864s Main > ******************************************************************************** > C 959.866s Main [==========] 1502 tests ran. > C 959.866s Main [ PASSED ] 1249 tests. > C 959.866s Main [ FAILED ] 2 tests, listed below: > C 959.866s Main [ FAILED ] > BackgroundSyncBrowserTest.SyncRegistrationFromSWDeletedWhenClearingSiteData > (TIMEOUT) > C 959.866s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) > C 959.866s Main > C 959.866s Main 2 FAILED TESTS > > And if we look at the first "failure", > AccessibilityActionBrowserTest.CanvasGetImageScale: > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ RUN ] > AccessibilityActionBrowserTest.CanvasGetImageScale > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > [WARNING:dns_config_service_posix.cc(316)] Failed to read DnsConfig. > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > [ERROR:devtools_http_handler.cc(221)] Cannot start http server for devtools. > Stop devtools. > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ OK ] > AccessibilityActionBrowserTest.CanvasGetImageScale (1845 ms) > > So those others is something else. I think we need flaky failures in more reliable runs to justify disabling this. The flakiness dashboard for this test looks good. http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=...
On 2016/12/13 12:03:27, Guido Urdaneta wrote: > On 2016/12/13 11:17:26, Henrik Grunell wrote: > > On 2016/12/13 10:48:16, Guido Urdaneta wrote: > > > On 2016/12/13 10:40:03, phoglund_chrome wrote: > > > > lgtm > > > > > > I think this test is not flaky. > > > The "flaky" runs reported in the bug have hundreds of failed tests, so > cannot > > be > > > something specific to this test. > > > See > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > Yes, I noticed that. But I think the other tests failing is something else > > because the summary says: > > > > C 959.864s Main Summary > > C 959.864s Main > > > ******************************************************************************** > > C 959.866s Main [==========] 1502 tests ran. > > C 959.866s Main [ PASSED ] 1249 tests. > > C 959.866s Main [ FAILED ] 2 tests, listed below: > > C 959.866s Main [ FAILED ] > > BackgroundSyncBrowserTest.SyncRegistrationFromSWDeletedWhenClearingSiteData > > (TIMEOUT) > > C 959.866s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) > > C 959.866s Main > > C 959.866s Main 2 FAILED TESTS > > > > And if we look at the first "failure", > > AccessibilityActionBrowserTest.CanvasGetImageScale: > > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ RUN ] > > AccessibilityActionBrowserTest.CanvasGetImageScale > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > > [WARNING:dns_config_service_posix.cc(316)] Failed to read DnsConfig. > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > > [ERROR:devtools_http_handler.cc(221)] Cannot start http server for devtools. > > Stop devtools. > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ OK ] > > AccessibilityActionBrowserTest.CanvasGetImageScale (1845 ms) > > > > So those others is something else. > > I think we need flaky failures in more reliable runs to justify disabling this. > The flakiness dashboard for this test looks good. > http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=... Also, depending on the run, there are different failures reported. I saw this one, for example: ERROR:root:Forwarding signal 15 to test process C 959.844s Main Received SIGTERM. Stopping test execution. C 959.851s Main ******************************************************************************** C 959.851s Main Detailed Logs C 959.851s Main ******************************************************************************** C 959.854s Main [TIMEOUT] DownloadContentTest.CancelResumedDownload: C 959.854s Main Suite execution terminated, probably due to swarming timeout. C 959.854s Main Your test may not have run. C 959.854s Main [TIMEOUT] WebRtcDataChannelTest.DataChannelGC: C 959.854s Main Suite execution terminated, probably due to swarming timeout. C 959.854s Main Your test may not have run. C 959.854s Main [TIMEOUT] WebRtcMediaRecorderTest.PeerConnection/5: C 959.854s Main Suite execution terminated, probably due to swarming timeout. C 959.854s Main Your test may not have run. C 959.854s Main [TIMEOUT] WebRtcMediaRecorderTest.StartWithTimeSlice/3: C 959.854s Main Suite execution terminated, probably due to swarming timeout. C 959.854s Main Your test may not have run. C 959.854s Main ******************************************************************************** C 959.854s Main Summary C 959.854s Main ******************************************************************************** C 959.857s Main [==========] 1510 tests ran. C 959.857s Main [ PASSED ] 1255 tests. C 959.857s Main [ FAILED ] 4 tests, listed below: C 959.857s Main [ FAILED ] DownloadContentTest.CancelResumedDownload (TIMEOUT) C 959.857s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) C 959.857s Main [ FAILED ] WebRtcMediaRecorderTest.PeerConnection/5 (TIMEOUT) C 959.857s Main [ FAILED ] WebRtcMediaRecorderTest.StartWithTimeSlice/3 (TIMEOUT) I don't think those problematic runs are reason enough to disable this test.
On 2016/12/13 12:15:25, Guido Urdaneta wrote: > On 2016/12/13 12:03:27, Guido Urdaneta wrote: > > On 2016/12/13 11:17:26, Henrik Grunell wrote: > > > On 2016/12/13 10:48:16, Guido Urdaneta wrote: > > > > On 2016/12/13 10:40:03, phoglund_chrome wrote: > > > > > lgtm > > > > > > > > I think this test is not flaky. > > > > The "flaky" runs reported in the bug have hundreds of failed tests, so > > cannot > > > be > > > > something specific to this test. > > > > See > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > Yes, I noticed that. But I think the other tests failing is something else > > > because the summary says: > > > > > > C 959.864s Main Summary > > > C 959.864s Main > > > > > > ******************************************************************************** > > > C 959.866s Main [==========] 1502 tests ran. > > > C 959.866s Main [ PASSED ] 1249 tests. > > > C 959.866s Main [ FAILED ] 2 tests, listed below: > > > C 959.866s Main [ FAILED ] > > > BackgroundSyncBrowserTest.SyncRegistrationFromSWDeletedWhenClearingSiteData > > > (TIMEOUT) > > > C 959.866s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) > > > C 959.866s Main > > > C 959.866s Main 2 FAILED TESTS > > > > > > And if we look at the first "failure", > > > AccessibilityActionBrowserTest.CanvasGetImageScale: > > > > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ RUN ] > > > AccessibilityActionBrowserTest.CanvasGetImageScale > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > > > [WARNING:dns_config_service_posix.cc(316)] Failed to read DnsConfig. > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > > > [ERROR:devtools_http_handler.cc(221)] Cannot start http server for devtools. > > > Stop devtools. > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ OK ] > > > AccessibilityActionBrowserTest.CanvasGetImageScale (1845 ms) > > > > > > So those others is something else. > > > > I think we need flaky failures in more reliable runs to justify disabling > this. > > The flakiness dashboard for this test looks good. > > > http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=... > > Also, depending on the run, there are different failures reported. > I saw this one, for example: > > ERROR:root:Forwarding signal 15 to test process > C 959.844s Main Received SIGTERM. Stopping test execution. > C 959.851s Main > ******************************************************************************** > C 959.851s Main Detailed Logs > C 959.851s Main > ******************************************************************************** > C 959.854s Main [TIMEOUT] DownloadContentTest.CancelResumedDownload: > C 959.854s Main Suite execution terminated, probably due to swarming > timeout. > C 959.854s Main Your test may not have run. > C 959.854s Main [TIMEOUT] WebRtcDataChannelTest.DataChannelGC: > C 959.854s Main Suite execution terminated, probably due to swarming > timeout. > C 959.854s Main Your test may not have run. > C 959.854s Main [TIMEOUT] WebRtcMediaRecorderTest.PeerConnection/5: > C 959.854s Main Suite execution terminated, probably due to swarming > timeout. > C 959.854s Main Your test may not have run. > C 959.854s Main [TIMEOUT] WebRtcMediaRecorderTest.StartWithTimeSlice/3: > C 959.854s Main Suite execution terminated, probably due to swarming > timeout. > C 959.854s Main Your test may not have run. > C 959.854s Main > ******************************************************************************** > C 959.854s Main Summary > C 959.854s Main > ******************************************************************************** > C 959.857s Main [==========] 1510 tests ran. > C 959.857s Main [ PASSED ] 1255 tests. > C 959.857s Main [ FAILED ] 4 tests, listed below: > C 959.857s Main [ FAILED ] DownloadContentTest.CancelResumedDownload > (TIMEOUT) > C 959.857s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) > C 959.857s Main [ FAILED ] WebRtcMediaRecorderTest.PeerConnection/5 > (TIMEOUT) > C 959.857s Main [ FAILED ] WebRtcMediaRecorderTest.StartWithTimeSlice/3 > (TIMEOUT) > > I don't think those problematic runs are reason enough to disable this test. I'll move the comments to the bug, let's continue there.
On 2016/12/13 12:23:48, Henrik Grunell wrote: > On 2016/12/13 12:15:25, Guido Urdaneta wrote: > > On 2016/12/13 12:03:27, Guido Urdaneta wrote: > > > On 2016/12/13 11:17:26, Henrik Grunell wrote: > > > > On 2016/12/13 10:48:16, Guido Urdaneta wrote: > > > > > On 2016/12/13 10:40:03, phoglund_chrome wrote: > > > > > > lgtm > > > > > > > > > > I think this test is not flaky. > > > > > The "flaky" runs reported in the bug have hundreds of failed tests, so > > > cannot > > > > be > > > > > something specific to this test. > > > > > See > > > > > > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > > > > > > > > https://build.chromium.org/p/tryserver.chromium.android/builders/linux_androi... > > > > > > > > Yes, I noticed that. But I think the other tests failing is something else > > > > because the summary says: > > > > > > > > C 959.864s Main Summary > > > > C 959.864s Main > > > > > > > > > > ******************************************************************************** > > > > C 959.866s Main [==========] 1502 tests ran. > > > > C 959.866s Main [ PASSED ] 1249 tests. > > > > C 959.866s Main [ FAILED ] 2 tests, listed below: > > > > C 959.866s Main [ FAILED ] > > > > > BackgroundSyncBrowserTest.SyncRegistrationFromSWDeletedWhenClearingSiteData > > > > (TIMEOUT) > > > > C 959.866s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC > (TIMEOUT) > > > > C 959.866s Main > > > > C 959.866s Main 2 FAILED TESTS > > > > > > > > And if we look at the first "failure", > > > > AccessibilityActionBrowserTest.CanvasGetImageScale: > > > > > > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ RUN ] > > > > AccessibilityActionBrowserTest.CanvasGetImageScale > > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > > > > [WARNING:dns_config_service_posix.cc(316)] Failed to read DnsConfig. > > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) > > > > [ERROR:devtools_http_handler.cc(221)] Cannot start http server for > devtools. > > > > Stop devtools. > > > > I 843.658s run_tests_on_device(01ab5ac2032fd33a) [ OK ] > > > > AccessibilityActionBrowserTest.CanvasGetImageScale (1845 ms) > > > > > > > > So those others is something else. > > > > > > I think we need flaky failures in more reliable runs to justify disabling > > this. > > > The flakiness dashboard for this test looks good. > > > > > > http://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=... > > > > Also, depending on the run, there are different failures reported. > > I saw this one, for example: > > > > ERROR:root:Forwarding signal 15 to test process > > C 959.844s Main Received SIGTERM. Stopping test execution. > > C 959.851s Main > > > ******************************************************************************** > > C 959.851s Main Detailed Logs > > C 959.851s Main > > > ******************************************************************************** > > C 959.854s Main [TIMEOUT] DownloadContentTest.CancelResumedDownload: > > C 959.854s Main Suite execution terminated, probably due to swarming > > timeout. > > C 959.854s Main Your test may not have run. > > C 959.854s Main [TIMEOUT] WebRtcDataChannelTest.DataChannelGC: > > C 959.854s Main Suite execution terminated, probably due to swarming > > timeout. > > C 959.854s Main Your test may not have run. > > C 959.854s Main [TIMEOUT] WebRtcMediaRecorderTest.PeerConnection/5: > > C 959.854s Main Suite execution terminated, probably due to swarming > > timeout. > > C 959.854s Main Your test may not have run. > > C 959.854s Main [TIMEOUT] WebRtcMediaRecorderTest.StartWithTimeSlice/3: > > C 959.854s Main Suite execution terminated, probably due to swarming > > timeout. > > C 959.854s Main Your test may not have run. > > C 959.854s Main > > > ******************************************************************************** > > C 959.854s Main Summary > > C 959.854s Main > > > ******************************************************************************** > > C 959.857s Main [==========] 1510 tests ran. > > C 959.857s Main [ PASSED ] 1255 tests. > > C 959.857s Main [ FAILED ] 4 tests, listed below: > > C 959.857s Main [ FAILED ] DownloadContentTest.CancelResumedDownload > > (TIMEOUT) > > C 959.857s Main [ FAILED ] WebRtcDataChannelTest.DataChannelGC (TIMEOUT) > > C 959.857s Main [ FAILED ] WebRtcMediaRecorderTest.PeerConnection/5 > > (TIMEOUT) > > C 959.857s Main [ FAILED ] WebRtcMediaRecorderTest.StartWithTimeSlice/3 > > (TIMEOUT) > > > > I don't think those problematic runs are reason enough to disable this test. > > I'll move the comments to the bug, let's continue there. Ah, OK I saw now you already commented there. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
