Skip to content

PR #7105

PR #7105 #4104

GitHub Actions / Test Results failed Jul 5, 2025 in 0s

1 fail, 21 skipped, 5 530 pass in 33m 32s

   981 files  +  7     981 suites  +7   33m 32s ⏱️ -29s
 5 552 tests  - 131   5 530 ✅  - 131  21 💤 ±0  1 ❌ ±0 
10 945 runs  + 13  10 902 ✅ + 12  42 💤 +1  1 ❌ ±0 

Results for commit 0cab42a. ± Comparison against earlier commit aa3df90.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

checkForNewRelease_whenCalledMultipleTimes_onlyFetchesReleasesOnce (com.google.firebase.appdistribution.impl.NewReleaseFetcherTest) failed

artifacts/unit-test-result-/firebase-appdistribution/build/test-results/testDebugUnitTest/TEST-com.google.firebase.appdistribution.impl.NewReleaseFetcherTest.xml [took 0s]
Raw output
org.mockito.exceptions.verification.TooManyActualInvocations: 
mockFirebaseAppDistributionTesterApiClient.fetchNewRelease();
Wanted 1 time:
-> at com.google.firebase.appdistribution.impl.FirebaseAppDistributionTesterApiClient.fetchNewRelease(FirebaseAppDistributionTesterApiClient.java:90)
But was 2 times:
-> at com.google.firebase.appdistribution.impl.NewReleaseFetcher.lambda$checkForNewRelease$2(NewReleaseFetcher.java:71)
-> at com.google.firebase.appdistribution.impl.NewReleaseFetcher.lambda$checkForNewRelease$2(NewReleaseFetcher.java:71)


	at com.google.firebase.appdistribution.impl.FirebaseAppDistributionTesterApiClient.fetchNewRelease(FirebaseAppDistributionTesterApiClient.java:90)
	at com.google.firebase.appdistribution.impl.NewReleaseFetcherTest.checkForNewRelease_whenCalledMultipleTimes_onlyFetchesReleasesOnce(NewReleaseFetcherTest.java:119)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at [email protected]/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:569)
	at app//org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
	at app//org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
	at app//org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
	at app//org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
	at app//org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
	at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at app//org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:489)
	at app//org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
	at app//org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:104)
	at [email protected]/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at [email protected]/java.lang.Thread.run(Thread.java:840)