Intermittent mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcherTest - GIVEN a new fetch request THEN all previous queries are cancelled
Categories
(Firefox for Android :: Search, defect, P5)
Tracking
()
People
(Reporter: aryx, Unassigned)
Details
(Keywords: intermittent-failure)
Test log: https://treeherder.mozilla.org/logviewer?job_id=393977104&repo=android-components
[task 2022-10-21T19:12:37.183Z] SUITE: mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcherTest
[task 2022-10-21T19:12:37.183Z] TEST: GIVEN a new fetch request THEN all previous queries are cancelled
[task 2022-10-21T19:12:37.183Z] OpenJDK 64-Bit Server VM warning: Sharing is only supported for boot loader classes because bootstrap classpath has been appended
[task 2022-10-21T19:12:37.183Z] FAILURE
[task 2022-10-21T19:12:37.183Z]
[task 2022-10-21T19:12:37.183Z] org.mockito.exceptions.verification.VerificationInOrderFailure:
[task 2022-10-21T19:12:37.184Z] Verification in order failure
[task 2022-10-21T19:12:37.184Z] Wanted but not invoked:
[task 2022-10-21T19:12:37.184Z] suggestionFetcher.fetchFrom$compose_awesomebar_release(
[task 2022-10-21T19:12:37.184Z] SuggestionProviderGroup(providers=[Mock for SuggestionProvider, hashCode: 577971550], title=null, limit=2147483647, id=936ecbd7-674f-448f-92a0-bdb288f61e73),
[task 2022-10-21T19:12:37.184Z] Mock for SuggestionProvider, hashCode: 577971550,
[task 2022-10-21T19:12:37.184Z] "test",
[task 2022-10-21T19:12:37.184Z] null
[task 2022-10-21T19:12:37.184Z] );
[task 2022-10-21T19:12:37.184Z] -> at mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcher.fetchFrom$compose_awesomebar_release(SuggestionFetcher.kt:69)
[task 2022-10-21T19:12:37.184Z] Wanted anywhere AFTER following interaction:
[task 2022-10-21T19:12:37.184Z] job.cancel(null);
[task 2022-10-21T19:12:37.184Z] -> at kotlinx.coroutines.Job$DefaultImpls.cancel$default(Job.kt:183)
[task 2022-10-21T19:12:37.184Z]
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcher.fetchFrom$compose_awesomebar_release(SuggestionFetcher.kt:69)
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcherTest$GIVEN a new fetch request THEN all previous queries are cancelled$1.invokeSuspend(SuggestionFetcherTest.kt:39)
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcherTest$GIVEN a new fetch request THEN all previous queries are cancelled$1.invoke(SuggestionFetcherTest.kt)
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcherTest$GIVEN a new fetch request THEN all previous queries are cancelled$1.invoke(SuggestionFetcherTest.kt)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTestCoroutine$2.invokeSuspend(TestBuilders.kt:212)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTestCoroutine$2.invoke(TestBuilders.kt)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTestCoroutine$2.invoke(TestBuilders.kt)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.intrinsics.UndispatchedKt.startCoroutineUndispatched(Undispatched.kt:55)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.CoroutineStart.invoke(CoroutineStart.kt:112)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.AbstractCoroutine.start(AbstractCoroutine.kt:126)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTestCoroutine(TestBuilders.kt:211)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt.runTestCoroutine(Unknown Source)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$1$1.invokeSuspend(TestBuilders.kt:167)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$1$1.invoke(TestBuilders.kt)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$1$1.invoke(TestBuilders.kt)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersJvmKt$createTestResult$1.invokeSuspend(TestBuildersJvm.kt:13)
[task 2022-10-21T19:12:37.184Z] at app//kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:284)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:85)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:59)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:38)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:12)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest(TestBuilders.kt:166)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt.runTest(Unknown Source)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest(TestBuilders.kt:154)
[task 2022-10-21T19:12:37.184Z] at app//kotlinx.coroutines.test.TestBuildersKt.runTest(Unknown Source)
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.support.test.rule.HelpersKt.runTestOnMain(Helpers.kt:56)
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.support.test.rule.HelpersKt.runTestOnMain$default(Helpers.kt:41)
[task 2022-10-21T19:12:37.184Z] at app//mozilla.components.compose.browser.awesomebar.internal.SuggestionFetcherTest.GIVEN a new fetch request THEN all previous queries are cancelled(SuggestionFetcherTest.kt:27)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/java.lang.reflect.Method.invoke(Method.java:566)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.rules.TestWatcher$1.evaluate(TestWatcher.java:61)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
[task 2022-10-21T19:12:37.184Z] at app//org.junit.runners.ParentRunner.run(ParentRunner.java:413)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:110)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:38)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:62)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:51)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[task 2022-10-21T19:12:37.184Z] at java.base@11.0.16/java.lang.reflect.Method.invoke(Method.java:566)
[task 2022-10-21T19:12:37.184Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
[task 2022-10-21T19:12:37.184Z] at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
[task 2022-10-21T19:12:37.184Z] at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
[task 2022-10-21T19:12:37.184Z] at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
[task 2022-10-21T19:12:37.184Z] at com.sun.proxy.$Proxy5.processTestClass(Unknown Source)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
[task 2022-10-21T19:12:37.184Z] at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
[task 2022-10-21T19:12:37.184Z] at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
[task 2022-10-21T19:12:37.185Z] at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:133)
[task 2022-10-21T19:12:37.185Z] at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:71)
[task 2022-10-21T19:12:37.185Z] at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
[task 2022-10-21T19:12:37.185Z] at app//worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 3•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 4•3 years ago
|
||
| treeherder | ||
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=398201417&repo=firefox-android
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Updated•3 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 8•3 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment 9•2 years ago
|
||
| treeherder | ||
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=410748132&repo=firefox-android
Comment 10•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Comment 11•2 years ago
|
||
| treeherder | ||
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=416335986&repo=firefox-android
| Comment hidden (Intermittent Failures Robot) |
Comment 13•2 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Description
•