Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Intermittent debug(T) - SearchDialogControllerTest.handleExistingSessionSelected #19950

Closed
Archaeopteryx opened this issue Jun 10, 2021 · 1 comment
Assignees
Labels
eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer needs:triage Issue needs triage
Milestone

Comments

@Archaeopteryx
Copy link

Archaeopteryx commented Jun 10, 2021

Firebase Test Run:

https://treeherder.mozilla.org/logviewer?job_id=342405420&repo=fenix

Stacktrace:

  TEST: should return the 'url' if not a valid url
    [Robolectric] org.mozilla.fenix.ext.StringTest.should return the 'url' if not a valid url: sdk=28; resources=BINARY
    I/MonitoringInstr: Instrumentation started!
    D [LazyMonitored] Init component #30: mozilla.components.lib.publicsuffixlist.PublicSuffixList
  FAILURE

java.lang.AssertionError: No action of type class mozilla.components.browser.state.action.TabListAction$SelectTabAction found
	at mozilla.components.support.test.middleware.CaptureActionsMiddleware.findFirstAction(CaptureActionsMiddleware.kt:33)
	at mozilla.components.support.test.middleware.CaptureActionsMiddleware.assertFirstAction(CaptureActionsMiddleware.kt:54)
	at org.mozilla.fenix.search.SearchDialogControllerTest.handleExistingSessionSelected(SearchDialogControllerTest.kt:339)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	at org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:55)
	at org.junit.rules.RunRules.evaluate(RunRules.java:20)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
	at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
	at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
	at sun.reflect.GeneratedMethodAccessor125.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at com.sun.proxy.$Proxy2.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.processTestClass(TestWorker.java:119)
	at sun.reflect.GeneratedMethodAccessor124.invoke(Unknown Source)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:182)
	at org.gradle.internal.remote.internal.hub.MessageHubBackedObjectConnection$DispatchWrapper.dispatch(MessageHubBackedObjectConnection.java:164)
	at org.gradle.internal.remote.internal.hub.MessageHub$Handler.run(MessageHub.java:414)
	at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
	at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at org.gradle.internal.concurrent.ThreadFactoryImpl$ManagedThreadRunnable.run(ThreadFactoryImpl.java:56)
	at java.lang.Thread.run(Thread.java:748)

Build:

0c1e712

┆Issue is synchronized with this Jira Task

@Archaeopteryx Archaeopteryx added the eng:ui-test UI Tests label Jun 10, 2021
@github-actions github-actions bot added the needs:triage Issue needs triage label Jun 10, 2021
@mcarare mcarare added eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer and removed eng:ui-test UI Tests labels Jun 10, 2021
@jonalmeida
Copy link
Contributor

This intermittent has affected my builds twice already. Picking this up.

@jonalmeida jonalmeida added this to Ready for Engineering (min-5 ; max-22) in Android Engineering Team Kanban board via automation Jun 17, 2021
@jonalmeida jonalmeida self-assigned this Jun 17, 2021
@jonalmeida jonalmeida moved this from Ready for Engineering (min-5 ; max-22) to In Development (WIP limit - 15) in Android Engineering Team Kanban board Jun 17, 2021
jonalmeida added a commit to jonalmeida/fenix that referenced this issue Jun 17, 2021
@jonalmeida jonalmeida changed the title Intermittent debug(T) - org.mozilla.fenix.ext.StringTest - should return the 'url' if not a valid url Intermittent debug(T) - java.lang.AssertionError: No action of type class TabListAction$SelectTabAction found Jun 17, 2021
@jonalmeida jonalmeida changed the title Intermittent debug(T) - java.lang.AssertionError: No action of type class TabListAction$SelectTabAction found Intermittent debug(T) - SearchDialogControllerTest.handleExistingSessionSelected Jun 17, 2021
jonalmeida added a commit to jonalmeida/fenix that referenced this issue Jun 17, 2021
Android Engineering Team Kanban board automation moved this from In Development (WIP limit - 15) to Done Jun 17, 2021
@gabrielluong gabrielluong added this to the 91 milestone Jun 21, 2021
czlucius pushed a commit to czlucius/fenix that referenced this issue Aug 20, 2021
czlucius pushed a commit to czlucius/fenix that referenced this issue Aug 22, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
eng:intermittent-test Evil test failures that only happen now-and-then and are a productivity killer needs:triage Issue needs triage
Projects
No open projects
Development

No branches or pull requests

4 participants