Merge Amgusain/release/5.8.1 to release/5.8.1 #2219
Merged
Azure Pipelines / MSAL - Build & Test
succeeded
Nov 15, 2024 in 17m 55s
Build #20241115.7 had test failures
Details
- Failed: 2 (0.17%, 2 new, 0 recurring)
- Passed: 1,132 (93.55%)
- Other: 76 (6.28%)
- Total: 1,210
Annotations
Check failure on line 1 in testSeparateEmailPasswordAndAttributesOnMultipleScreens
azure-pipelines / MSAL - Build & Test
testSeparateEmailPasswordAndAttributesOnMultipleScreens
java.lang.AssertionError: Unable to fetch valid code for user
Raw output
java.lang.AssertionError: Unable to fetch valid code for user
at org.junit.Assert.fail(Assert.java:89)
at com.microsoft.identity.client.e2e.tests.network.nativeauth.NativeAuthPublicClientApplicationAbstractTest.retryOperation(NativeAuthPublicClientApplicationAbstractTest.kt:160)
at com.microsoft.identity.client.e2e.tests.network.nativeauth.NativeAuthPublicClientApplicationAbstractTest.retryOperation$default(NativeAuthPublicClientApplicationAbstractTest.kt:145)
at com.microsoft.identity.client.e2e.tests.network.nativeauth.SignUpEmailPasswordAttributesTest.testSeparateEmailPasswordAndAttributesOnMultipleScreens(SignUpEmailPasswordAttributesTest.kt:116)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:588)
at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:101)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Suppressed: org.robolectric.android.internal.AndroidTestEnvironment$UnExecutedRunnablesException: Main looper has queued unexecuted runnables. This might be the cause of the test failure. You might need a shadowOf(Looper.getMainLooper()).idle() call.
Check failure on line 1 in testSeparateEmailPasswordAndAttributesOnSameScreen
azure-pipelines / MSAL - Build & Test
testSeparateEmailPasswordAndAttributesOnSameScreen
java.lang.AssertionError: Unable to fetch valid code for user
Raw output
java.lang.AssertionError: Unable to fetch valid code for user
at org.junit.Assert.fail(Assert.java:89)
at com.microsoft.identity.client.e2e.tests.network.nativeauth.NativeAuthPublicClientApplicationAbstractTest.retryOperation(NativeAuthPublicClientApplicationAbstractTest.kt:160)
at com.microsoft.identity.client.e2e.tests.network.nativeauth.NativeAuthPublicClientApplicationAbstractTest.retryOperation$default(NativeAuthPublicClientApplicationAbstractTest.kt:145)
at com.microsoft.identity.client.e2e.tests.network.nativeauth.SignUpEmailPasswordAttributesTest.testSeparateEmailPasswordAndAttributesOnSameScreen(SignUpEmailPasswordAttributesTest.kt:80)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:566)
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.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26)
at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27)
at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
at org.robolectric.RobolectricTestRunner$HelperTestRunner$1.evaluate(RobolectricTestRunner.java:588)
at org.robolectric.internal.SandboxTestRunner$2.lambda$evaluate$2(SandboxTestRunner.java:290)
at org.robolectric.internal.bytecode.Sandbox.lambda$runOnMainThread$0(Sandbox.java:101)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:829)
Suppressed: org.robolectric.android.internal.AndroidTestEnvironment$UnExecutedRunnablesException: Main looper has queued unexecuted runnables. This might be the cause of the test failure. You might need a shadowOf(Looper.getMainLooper()).idle() call.
Loading