Skip to content

PR #6911

PR #6911 #3672

GitHub Actions / Test Results failed Apr 28, 2025 in 0s

1 fail, 22 skipped, 5 630 pass in 33m 38s

 1 001 files   -  33   1 001 suites   - 33   33m 38s ⏱️ - 1m 19s
 5 653 tests  - 221   5 630 ✅  - 221  22 💤 ±0  1 ❌ ±0 
11 169 runs   - 642  11 124 ✅  - 642  44 💤 ±0  1 ❌ ±0 

Results for commit 3fdd552. ± Comparison against earlier commit 268bcca.

Annotations

Check warning on line 0 in com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

updateIfNewReleaseAvailable_receiveProgressUpdateFromUpdateApp (com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest) failed

artifacts/unit-test-result-/firebase-appdistribution/build/test-results/testDebugUnitTest/TEST-com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest.xml [took 0s]
Raw output
java.lang.AssertionError: expected:<1> but was:<0>
	at org.junit.Assert.fail(Assert.java:89)
	at org.junit.Assert.failNotEquals(Assert.java:835)
	at org.junit.Assert.assertEquals(Assert.java:647)
	at org.junit.Assert.assertEquals(Assert.java:633)
	at com.google.firebase.appdistribution.impl.FirebaseAppDistributionServiceImplTest.updateIfNewReleaseAvailable_receiveProgressUpdateFromUpdateApp(FirebaseAppDistributionServiceImplTest.java:623)
	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:489)
	at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
	at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
	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)
	Suppressed: org.robolectric.android.internal.AndroidTestEnvironment$UnExecutedRunnablesException: Main looper has queued unexecuted runnables. This might be the cause of the test failure. You might need a shadowOf(Looper.getMainLooper()).idle() call.