Skip to content

PR #6880

PR #6880 #3608

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

1 fail, 22 skipped, 5 245 pass in 22m 53s

   938 files  +   938     938 suites  +938   22m 53s ⏱️ + 22m 53s
 5 268 tests + 5 268   5 245 ✅ + 5 245  22 💤 +22  1 ❌ +1 
10 573 runs  +10 573  10 528 ✅ +10 528  44 💤 +44  1 ❌ +1 

Results for commit 65e4571. ± Comparison against earlier commit 0f6d148.

Annotations

Check warning on line 0 in com.google.firebase.remoteconfig.FirebaseRemoteConfigTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: realtime_stream_listen_backgrounded_disconnects (com.google.firebase.remoteconfig.FirebaseRemoteConfigTest)

artifacts/unit-test-result-/firebase-config/build/test-results/testReleaseUnitTest/TEST-com.google.firebase.remoteconfig.FirebaseRemoteConfigTest.xml [took 0s]
Raw output
Wanted but not invoked:
mockHttpURLConnection.disconnect();
-> at com.google.firebase.remoteconfig.FirebaseRemoteConfigTest.realtime_stream_listen_backgrounded_disconnects(FirebaseRemoteConfigTest.java:1534)

However, there were exactly 3 interactions with this mock:
mockHttpURLConnection.getInputStream();
-> at com.google.firebase.remoteconfig.internal.ConfigRealtimeHttpClient.lambda$beginRealtimeHttpStream$1(ConfigRealtimeHttpClient.java:539)

mockHttpURLConnection.getErrorStream();
-> at com.google.firebase.remoteconfig.internal.ConfigRealtimeHttpClient.lambda$beginRealtimeHttpStream$1(ConfigRealtimeHttpClient.java:540)

mockHttpURLConnection.getResponseCode();
-> at com.google.firebase.remoteconfig.internal.ConfigRealtimeHttpClient.lambda$beginRealtimeHttpStream$1(ConfigRealtimeHttpClient.java:541)


	at com.google.firebase.remoteconfig.FirebaseRemoteConfigTest.realtime_stream_listen_backgrounded_disconnects(FirebaseRemoteConfigTest.java:1534)
	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)