Skip to content

Merge branch 'dev' into danilo/update-blocked-auth-method-

be5e2f4
Select commit
Loading
Failed to load commit list.
Merged

Native auth: update auth method blocked error handling, Fixes AB#3395876 #2804

Merge branch 'dev' into danilo/update-blocked-auth-method-
be5e2f4
Select commit
Loading
Failed to load commit list.
Azure Pipelines / Common4j - Build & Test succeeded Nov 7, 2025 in 7m 39s

Build #20251107.1 had test failures

Details

Tests

  • Failed: 1 (0.14%)
  • Passed: 715 (99.58%)
  • Other: 2 (0.28%)
  • Total: 718

Annotations

Check failure on line 1 in testNoSSL

See this annotation in the file changed.

@azure-pipelines azure-pipelines / Common4j - Build & Test

testNoSSL

com.microsoft.identity.common.java.exception.ClientException: An IO error occurred in the network layer: Read timed out
Raw output
com.microsoft.identity.common.java.exception.ClientException: An IO error occurred in the network layer: Read timed out
	at app//com.microsoft.identity.common.java.exception.ConnectionError$Companion.getClientException(ConnectionError.kt:55)
	at app//com.microsoft.identity.common.java.exception.ConnectionError.getClientException(ConnectionError.kt)
	at app//com.microsoft.identity.common.java.net.UrlConnectionHttpClient.executeHttpSend(UrlConnectionHttpClient.java:365)
	at app//com.microsoft.identity.common.java.net.UrlConnectionHttpClient.lambda$method$0(UrlConnectionHttpClient.java:264)
	at app//com.microsoft.identity.common.java.net.NoRetryPolicy.attempt(NoRetryPolicy.java:44)
	at app//com.microsoft.identity.common.java.net.NoRetryPolicy.attempt(NoRetryPolicy.java:38)
	at app//com.microsoft.identity.common.java.net.UrlConnectionHttpClient.method(UrlConnectionHttpClient.java:264)
	at app//com.microsoft.identity.common.java.net.UrlConnectionHttpClientTest.testNoSSL(UrlConnectionHttpClientTest.java:1116)
	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.RunAfters.evaluate(RunAfters.java:27)
	at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at app//org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
	at app//org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
	at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
	at app//org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
	at app//org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
	at app//org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
	at app//org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
	at app//org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
	at app//org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
	at app//org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
	at app//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:54)
	at org.gradle.api.internal.tasks.testing.SuiteTestClassProcessor.processTestClass(SuiteTestClassProcessor.java:53)
	at jdk.internal.reflect.GeneratedMethodAccessor32.invoke(Unknown Source)
	at [email protected]/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at [email protected]/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$DispatchingInvocati