PR #7105 #4126
GitHub Actions / Test Results
failed
Jul 7, 2025 in 0s
1 fail, 20 skipped, 5 121 pass in 26m 4s
Annotations
Check warning on line 0 in com.google.firebase.sessions.SessionFirelogPublisherTest
github-actions / Test Results
logSession_nullFid_populatesEmptyFid (com.google.firebase.sessions.SessionFirelogPublisherTest) failed
artifacts/unit-test-result-/firebase-sessions/build/test-results/testDebugUnitTest/TEST-com.google.firebase.sessions.SessionFirelogPublisherTest.xml [took 0s]
Raw output
java.lang.NullPointerException: Parameter specified as non-null is null: method com.google.firebase.sessions.SessionEvents.buildSession, parameter firebaseInstallationId
at com.google.firebase.sessions.SessionEvents.buildSession(SessionEvents.kt)
at com.google.firebase.sessions.SessionFirelogPublisherImpl$logSession$1.invokeSuspend(SessionFirelogPublisher.kt:72)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
at kotlinx.coroutines.test.TestDispatcher.processEvent$kotlinx_coroutines_test(TestDispatcher.kt:24)
at kotlinx.coroutines.test.TestCoroutineScheduler.runCurrent(TestCoroutineScheduler.kt:132)
at kotlinx.coroutines.test.TestScopeKt.runCurrent(TestScope.kt:104)
at com.google.firebase.sessions.SessionFirelogPublisherTest$logSession_nullFid_populatesEmptyFid$1.invokeSuspend(SessionFirelogPublisherTest.kt:110)
at com.google.firebase.sessions.SessionFirelogPublisherTest$logSession_nullFid_populatesEmptyFid$1.invoke(SessionFirelogPublisherTest.kt)
at com.google.firebase.sessions.SessionFirelogPublisherTest$logSession_nullFid_populatesEmptyFid$1.invoke(SessionFirelogPublisherTest.kt)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:318)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
at kotlinx.coroutines.test.TestDispatcher.processEvent$kotlinx_coroutines_test(TestDispatcher.kt:24)
at kotlinx.coroutines.test.TestCoroutineScheduler.tryRunNextTaskUnless$kotlinx_coroutines_test(TestCoroutineScheduler.kt:99)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$workRunner$1.invokeSuspend(TestBuilders.kt:327)
at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:101)
at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:263)
at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:47)
at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
at com.google.firebase.sessions.SessionFirelogPublisherTest.logSession_nullFid_populatesEmptyFid(SessionFirelogPublisherTest.kt:89)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
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.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:522)
at org.robolectric.internal.SandboxTestRunner.executeInSandbox(SandboxTestRunner.java:494)
at org.robolectric.internal.SandboxTestRunner.access$900(SandboxTestRunner.java:67)
at org.robolectric.internal.SandboxTestRunner$7.evaluate(SandboxTestRunner.java:442)
at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
at org.robolectric.internal.SandboxTestRunner.access$600(SandboxTestRunner.java:67)
at org.robolectric.internal.SandboxTestRunner$6.evaluate(SandboxTestRunner.java:333)
at org.robolectric.internal.SandboxTestRunner$3.evaluate(SandboxTestRunner.java:233)
at org.robolectric.internal.SandboxTestRunner$5.lambda$evaluate$0(SandboxTestRunner.java:317)
at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:101)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.lang.Thread.run(Thread.java:840)
Loading