New issue
Advanced search Search tips

Issue 666361 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Nov 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

AwServiceWorkerClientTest#testInvokeInterceptCallback is failing on Android Tests, Android Tests (dbg), and Android N5X Swarm Builder

Project Member Reported by gsennton@chromium.org, Nov 17 2016

Issue description

Link to example of failing build:
https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests/builds/34790

Failing with stack:

org.chromium.android_webview.test.AwServiceWorkerClientTest#testInvokeInterceptCallback (run #1):
java.util.concurrent.TimeoutException: waitForCallback timed out!
	at org.chromium.base.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:183)
	at org.chromium.base.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:202)
	at org.chromium.android_webview.test.AwServiceWorkerClientTest.testInvokeInterceptCallback(AwServiceWorkerClientTest.java:88)
	at java.lang.reflect.Method.invokeNative(Native Method)
	at android.test.InstrumentationTestCase.runMethod(InstrumentationTestCase.java:214)
	at android.test.InstrumentationTestCase.runTest(InstrumentationTestCase.java:199)
	at android.test.ActivityInstrumentationTestCase2.runTest(ActivityInstrumentationTestCase2.java:192)
	at org.chromium.base.test.BaseTestResult.runParameterized(BaseTestResult.java:161)
	at org.chromium.base.test.BaseTestResult.run(BaseTestResult.java:124)
	at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:191)
	at android.test.AndroidTestRunner.runTest(AndroidTestRunner.java:176)
	at android.test.InstrumentationTestRunner.onStart(InstrumentationTestRunner.java:554)
	at android.app.Instrumentation$InstrumentationThread.run(Instrumentation.java:1701)


Tim, any thoughts?
 
Components: Mobile>WebView
Labels: OS-Android

Comment 2 by est...@chromium.org, Nov 17 2016

Cc: vogelheim@chromium.org
blamelist is here: https://uberchromegw.corp.google.com/i/chromium.android/builders/Android%20N5X%20Swarm%20Builder/builds/6413

could it be due to v8 update/rollback? 

Comment 3 by est...@chromium.org, Nov 17 2016

note that first failures on Android Tests bot are actually one build before the one linked in the initial comment: https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests/builds/34789

that blamelist also includes the v8 change.

Comment 4 by est...@chromium.org, Nov 17 2016

Labels: -Pri-3 Pri-1

Comment 5 by est...@chromium.org, Nov 17 2016

Owner: vogelheim@chromium.org
Status: Fixed (was: Untriaged)
ah, this has already been reverted with seeming success: crrev.com/41ad5a846d44f2134f79

test doesn't fail - https://uberchromegw.corp.google.com/i/chromium.linux/builders/Android%20Tests/builds/34792

Sign in to add a comment