-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Intermittent UI test failure - openNewPrivateTabTest #1923
Comments
More accurate stack java.util.ConcurrentModificationException
FATAL EXCEPTION: main
Process: com.google.android.googlequicksearchbox:search, PID: 13100
java.util.ConcurrentModificationException
at java.util.LinkedList$ListItr.checkForComodification(LinkedList.java:966)
at java.util.LinkedList$ListItr.next(LinkedList.java:888)
at com.google.android.apps.gsa.shared.util.debug.a.g.a(SourceFile:30)
at com.google.android.apps.gsa.shared.util.debug.a.g.a(SourceFile:135)
at com.google.android.apps.gsa.contentprovider.initializer.c.dump(SourceFile:6)
at android.app.ActivityThread.handleDumpProvider(ActivityThread.java:4307)
at android.app.ActivityThread.access$2400(ActivityThread.java:237)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2013)
at android.os.Handler.dispatchMessage(Handler.java:106)
at android.os.Looper.loop(Looper.java:223)
at android.app.ActivityThread.main(ActivityThread.java:7656)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:592)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:947) and even so, it's not even our code 🤷🏼 |
Flaky 1x on 12/8 Main [Firebase link](androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
Caused by: junit.framework.AssertionFailedError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
|
Failed 1x on 12/17 Main androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
Caused by: junit.framework.AssertionFailedError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
|
Failed 1x on 4/29 Main androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
Caused by: junit.framework.AssertionFailedError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
|
Failed 1x on 5/1 Main androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
Caused by: junit.framework.AssertionFailedError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
|
Flaky 1x on 5/2 Main Firebase link androidx.test.espresso.base.AssertionErrorHandler$AssertionFailedWithCauseError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
Caused by: junit.framework.AssertionFailedError: 'an instance of android.widget.TextView and view.getText() with or without transformation to match: is "1"' doesn't match the selected view.
|
Firebase Test Run:
https://treeherder.mozilla.org/logviewer?job_id=381041516&repo=reference-browser
Stacktrace:
Build:
c190eb2
The text was updated successfully, but these errors were encountered: