Skip to content

PR #6669

PR #6669 #2860

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

1 fail, 22 skipped, 5 865 pass in 34m 3s

 1 034 files  ±0   1 034 suites  ±0   34m 3s ⏱️ -18s
 5 888 tests ±0   5 865 ✅  - 1  22 💤 ±0  1 ❌ +1 
11 839 runs  ±0  11 794 ✅  - 1  44 💤 ±0  1 ❌ +1 

Results for commit f3c2a11. ± Comparison against earlier commit 51a2f74.

Annotations

Check warning on line 0 in com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest

See this annotation in the file changed.

@github-actions github-actions / Test Results

1 out of 2 runs failed: deserialize() should throw IllegalArgumentException when given unparseable strings (com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest)

artifacts/unit-test-result-/firebase-dataconnect/build/test-results/testReleaseUnitTest/TEST-com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest.xml [took 0s]
Raw output
java.lang.AssertionError: Property failed after 495 attempts

	Arg 0: "744-10618-994878"

Repeat this test by using seed 2321758758863760919

Caused by: Expected exception java.lang.IllegalArgumentException but no exception was thrown.
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest$deserialize() should throw IllegalArgumentException when given unparseable strings$1.invokeSuspend(LocalDateSerializerUnitTest.kt:104)
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest$deserialize() should throw IllegalArgumentException when given unparseable strings$1.invoke(LocalDateSerializerUnitTest.kt)
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest$deserialize() should throw IllegalArgumentException when given unparseable strings$1.invoke(LocalDateSerializerUnitTest.kt)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$1.invokeSuspend(TestBuilders.kt:316)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.test.TestDispatcher.processEvent$kotlinx_coroutines_test(TestDispatcher.kt:24)
	at kotlinx.coroutines.test.TestCoroutineScheduler.tryRunNextTaskUnless$kotlinx_coroutines_test(TestCoroutineScheduler.kt:99)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt$runTest$2$1$workRunner$1.invokeSuspend(TestBuilders.kt:322)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:104)
	at kotlinx.coroutines.EventLoopImplBase.processNextEvent(EventLoop.common.kt:277)
	at kotlinx.coroutines.BlockingCoroutine.joinBlocking(Builders.kt:95)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking(Builders.kt:69)
	at kotlinx.coroutines.BuildersKt.runBlocking(Unknown Source)
	at kotlinx.coroutines.BuildersKt__BuildersKt.runBlocking$default(Builders.kt:48)
	at kotlinx.coroutines.BuildersKt.runBlocking$default(Unknown Source)
	at kotlinx.coroutines.test.TestBuildersJvmKt.createTestResult(TestBuildersJvm.kt:10)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:310)
	at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0(TestBuilders.kt:168)
	at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0(Unknown Source)
	at kotlinx.coroutines.test.TestBuildersKt__TestBuildersKt.runTest-8Mi8wO0$default(TestBuilders.kt:160)
	at kotlinx.coroutines.test.TestBuildersKt.runTest-8Mi8wO0$default(Unknown Source)
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest.deserialize() should throw IllegalArgumentException when given unparseable strings(LocalDateSerializerUnitTest.kt:103)
	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.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.runTestClass(JUnitTestClassExecutor.java:112)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:58)
	at org.gradle.api.internal.tasks.testing.junit.JUnitTestClassExecutor.execute(JUnitTestClassExecutor.java:40)
	at org.gradle.api.internal.tasks.testing.junit.AbstractJUnitTestClassProcessor.processTestClass(AbstractJUnitTestClassProcessor.java:60)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:52)
	at jdk.internal.reflect.GeneratedMethodAccessor68.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:36)
	at org.gradle.internal.dispatch.ReflectionDispatch.dispatch(ReflectionDispatch.java:24)
	at org.gradle.internal.dispatch.ContextClassLoaderDispatch.dispatch(ContextClassLoaderDispatch.java:33)
	at org.gradle.internal.dispatch.ProxyDispatchAdapter$DispatchingInvocationHandler.invoke(ProxyDispatchAdapter.java:94)
	at jdk.proxy2/jdk.proxy2.$Proxy5.processTestClass(Unknown Source)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker$2.run(TestWorker.java:176)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.executeAndMaintainThreadName(TestWorker.java:129)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:100)
	at org.gradle.api.internal.tasks.testing.worker.TestWorker.execute(TestWorker.java:60)
	at org.gradle.process.internal.worker.child.ActionExecutionWorker.execute(ActionExecutionWorker.java:56)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:113)
	at org.gradle.process.internal.worker.child.SystemApplicationClassLoaderWorker.call(SystemApplicationClassLoaderWorker.java:65)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.run(GradleWorkerMain.java:69)
	at worker.org.gradle.process.internal.worker.GradleWorkerMain.main(GradleWorkerMain.java:74)
Caused by: java.lang.AssertionError: Expected exception java.lang.IllegalArgumentException but no exception was thrown.
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest$deserialize() should throw IllegalArgumentException when given unparseable strings$1$1.invokeSuspend(LocalDateSerializerUnitTest.kt:276)
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest$deserialize() should throw IllegalArgumentException when given unparseable strings$1$1.invoke(LocalDateSerializerUnitTest.kt)
	at com.google.firebase.dataconnect.serializers.LocalDateSerializerUnitTest$deserialize() should throw IllegalArgumentException when given unparseable strings$1$1.invoke(LocalDateSerializerUnitTest.kt)
	at io.kotest.property.internal.ProptestKt$proptest$3$2.invokeSuspend(proptest.kt:49)
	at io.kotest.property.internal.ProptestKt$proptest$3$2.invoke(proptest.kt)
	at io.kotest.property.internal.ProptestKt$proptest$3$2.invoke(proptest.kt)
	at io.kotest.property.internal.TestKt.test(test.kt:49)
	at io.kotest.property.internal.ProptestKt.proptest(proptest.kt:40)
	at io.kotest.property.PropertyTest1Kt.checkAll(propertyTest1.kt:36)
	... 67 more