Skip to content

PR #6880

PR #6880 #3609

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

1 fail, 5 skipped, 3 253 pass in 16m 44s

  651 files   -   287    651 suites   - 287   16m 44s ⏱️ - 6m 9s
3 259 tests  - 2 009  3 253 ✅  - 1 992   5 💤  - 17  1 ❌ ±0 
6 366 runs   - 4 207  6 355 ✅  - 4 173  10 💤  - 34  1 ❌ ±0 

Results for commit 6e85e2f. ± Comparison against earlier commit 65e4571.

Annotations

Check warning on line 0 in com.google.firebase.ml.modeldownloader.FirebaseModelDownloaderTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

getModel_updateBackground_localExists_UpdateFound (com.google.firebase.ml.modeldownloader.FirebaseModelDownloaderTest) failed

artifacts/unit-test-result-/firebase-ml-modeldownloader/build/test-results/testDebugUnitTest/TEST-com.google.firebase.ml.modeldownloader.FirebaseModelDownloaderTest.xml [took 0s]
Raw output
Wanted but not invoked:
firebaseMlLogger.logDownloadEventWithErrorCode(
    CustomModel{name=MODEL_NAME_1, modelHash=upHash564, fileSize=100, downloadUrl=https://project.firebase.com/modelName/23424.jpg, downloadUrlExpiry=604810},
    false,
    UPDATE_AVAILABLE,
    NO_ERROR
);
-> at com.google.firebase.ml.modeldownloader.internal.FirebaseMlLogger.logDownloadEventWithErrorCode(FirebaseMlLogger.java:127)
Actually, there were zero interactions with this mock.

	at com.google.firebase.ml.modeldownloader.internal.FirebaseMlLogger.logDownloadEventWithErrorCode(FirebaseMlLogger.java:127)
	at com.google.firebase.ml.modeldownloader.FirebaseModelDownloaderTest.getModel_updateBackground_localExists_UpdateFound(FirebaseModelDownloaderTest.java:544)
	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.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
	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)