Skip to content

PR #7105

PR #7105 #4102

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

2 fail, 20 skipped, 4 408 pass in 32m 34s

  874 files  + 34    874 suites  +34   32m 34s ⏱️ + 1m 12s
4 430 tests +188  4 408 ✅ +188  20 💤 ±0  2 ❌ ±0 
8 893 runs  +376  8 851 ✅ +376  40 💤 ±0  2 ❌ ±0 

Results for commit f144e57. ± Comparison against earlier commit 1be2033.

Annotations

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: sendFeedbackJpeg (com.google.firebase.appdistribution.impl.FeedbackSenderTest)

artifacts/unit-test-result-/firebase-appdistribution/build/test-results/testReleaseUnitTest/TEST-com.google.firebase.appdistribution.impl.FeedbackSenderTest.xml [took 0s]
Raw output
Argument(s) are different! Wanted:
mockTesterApiClient.attachScreenshot(
    "feedback-name",
    file:///tmp/robolectric-FeedbackSenderTest_sendFeedbackJpeg12150425847562526508/com.google.firebase.appdistribution.impl.test-dataDir/files/test.jpeg,
    "test.jpeg",
    "image/jpeg"
);
-> at com.google.firebase.appdistribution.impl.FirebaseAppDistributionTesterApiClient.attachScreenshot(FirebaseAppDistributionTesterApiClient.java:163)
Actual invocations have different arguments at position [3]:
mockTesterApiClient.createFeedback(
    "release-name",
    "Feedback text"
);
-> at com.google.firebase.appdistribution.impl.FeedbackSender.sendFeedback(FeedbackSender.java:62)
mockTesterApiClient.attachScreenshot(
    "feedback-name",
    file:///tmp/robolectric-FeedbackSenderTest_sendFeedbackJpeg12150425847562526508/com.google.firebase.appdistribution.impl.test-dataDir/files/test.jpeg,
    "test.jpeg",
    "image/png"
);
-> at com.google.firebase.appdistribution.impl.FeedbackSender.attachScreenshot(FeedbackSender.java:83)
mockTesterApiClient.commitFeedback(
    "feedback-name",
    custom
);
-> at com.google.firebase.appdistribution.impl.FeedbackSender.lambda$sendFeedback$1(FeedbackSender.java:67)

	at com.google.firebase.appdistribution.impl.FirebaseAppDistributionTesterApiClient.attachScreenshot(FirebaseAppDistributionTesterApiClient.java:163)
	at com.google.firebase.appdistribution.impl.FeedbackSenderTest.verifyTesterApiCalls(FeedbackSenderTest.java:263)
	at com.google.firebase.appdistribution.impl.FeedbackSenderTest.sendFeedbackJpeg(FeedbackSenderTest.java:107)
	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)

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

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: sendFeedbackJpg (com.google.firebase.appdistribution.impl.FeedbackSenderTest)

artifacts/unit-test-result-/firebase-appdistribution/build/test-results/testReleaseUnitTest/TEST-com.google.firebase.appdistribution.impl.FeedbackSenderTest.xml [took 0s]
Raw output
Argument(s) are different! Wanted:
mockTesterApiClient.attachScreenshot(
    "feedback-name",
    file:///tmp/robolectric-FeedbackSenderTest_sendFeedbackJpg8923112053911118868/com.google.firebase.appdistribution.impl.test-dataDir/files/test.jpg,
    "test.jpg",
    "image/jpeg"
);
-> at com.google.firebase.appdistribution.impl.FirebaseAppDistributionTesterApiClient.attachScreenshot(FirebaseAppDistributionTesterApiClient.java:163)
Actual invocations have different arguments at position [3]:
mockTesterApiClient.createFeedback(
    "release-name",
    "Feedback text"
);
-> at com.google.firebase.appdistribution.impl.FeedbackSender.sendFeedback(FeedbackSender.java:62)
mockTesterApiClient.attachScreenshot(
    "feedback-name",
    file:///tmp/robolectric-FeedbackSenderTest_sendFeedbackJpg8923112053911118868/com.google.firebase.appdistribution.impl.test-dataDir/files/test.jpg,
    "test.jpg",
    "image/png"
);
-> at com.google.firebase.appdistribution.impl.FeedbackSender.attachScreenshot(FeedbackSender.java:83)
mockTesterApiClient.commitFeedback(
    "feedback-name",
    custom
);
-> at com.google.firebase.appdistribution.impl.FeedbackSender.lambda$sendFeedback$1(FeedbackSender.java:67)

	at com.google.firebase.appdistribution.impl.FirebaseAppDistributionTesterApiClient.attachScreenshot(FirebaseAppDistributionTesterApiClient.java:163)
	at com.google.firebase.appdistribution.impl.FeedbackSenderTest.verifyTesterApiCalls(FeedbackSenderTest.java:263)
	at com.google.firebase.appdistribution.impl.FeedbackSenderTest.sendFeedbackJpg(FeedbackSenderTest.java:94)
	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)