[Release-Patch-Part2] Prepare Patch Release for February 2024 #38886
Azure Pipelines / java - core - ci
succeeded
Feb 23, 2024 in 29m 24s
Build #20240222.25 had test failures
Details
- Failed: 12 (0.00%)
- Passed: 310,650 (99.14%)
- Other: 2,686 (0.86%)
- Total: 313,348
- 6203 of 19762 branch covered (31.39%)
- 605 of 891 class covered (67.90%)
- 6768 of 19191 complexity covered (35.27%)
- 75536 of 188997 instruction covered (39.97%)
- 17561 of 43764 line covered (40.13%)
- 4326 of 8965 method covered (48.25%)
Annotations
Check failure on line 1 in testBasicRecord
azure-pipelines / java - core - ci
testBasicRecord
Connection failed: 500, Internal Server Error
Raw output
java.io.UncheckedIOException: Connection failed: 500, Internal Server Error
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient$HttpURLResponse.<init>(HttpURLConnectionHttpClient.java:171)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.createHttpResponse(HttpURLConnectionHttpClient.java:92)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.sendSync(HttpURLConnectionHttpClient.java:46)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.policy.TestProxyRecordPolicy.startRecording(TestProxyRecordPolicy.java:82)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.InterceptorManager.getProxyRecordingPolicy(InterceptorManager.java:387)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.InterceptorManager.getRecordPolicy(InterceptorManager.java:301)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.TestBase.setupTest(TestBase.java:196)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons@1.9.3/org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.suppor
Check failure on line 1 in testPlayback
azure-pipelines / java - core - ci
testPlayback
Connection failed: 500, Internal Server Error
Raw output
java.io.UncheckedIOException: Connection failed: 500, Internal Server Error
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient$HttpURLResponse.<init>(HttpURLConnectionHttpClient.java:171)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.createHttpResponse(HttpURLConnectionHttpClient.java:92)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.sendSync(HttpURLConnectionHttpClient.java:46)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.http.TestProxyPlaybackClient.sendRequestWithRetries(TestProxyPlaybackClient.java:134)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.http.TestProxyPlaybackClient.startPlayback(TestProxyPlaybackClient.java:95)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.InterceptorManager.getPlaybackClient(InterceptorManager.java:338)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.TestBase.setupTest(TestBase.java:193)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons@1.9.3/org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platf
Check failure on line 1 in testRecordWithPath
azure-pipelines / java - core - ci
testRecordWithPath
Connection failed: 500, Internal Server Error
Raw output
java.io.UncheckedIOException: Connection failed: 500, Internal Server Error
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient$HttpURLResponse.<init>(HttpURLConnectionHttpClient.java:171)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.createHttpResponse(HttpURLConnectionHttpClient.java:92)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.sendSync(HttpURLConnectionHttpClient.java:46)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.policy.TestProxyRecordPolicy.startRecording(TestProxyRecordPolicy.java:82)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.InterceptorManager.getProxyRecordingPolicy(InterceptorManager.java:387)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.InterceptorManager.getRecordPolicy(InterceptorManager.java:301)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.TestBase.setupTest(TestBase.java:196)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons@1.9.3/org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.suppor
Check failure on line 1 in testOrdering
azure-pipelines / java - core - ci
testOrdering
Connection failed: 500, Internal Server Error
Raw output
java.io.UncheckedIOException: Connection failed: 500, Internal Server Error
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient$HttpURLResponse.<init>(HttpURLConnectionHttpClient.java:171)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.createHttpResponse(HttpURLConnectionHttpClient.java:92)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.utils.HttpURLConnectionHttpClient.sendSync(HttpURLConnectionHttpClient.java:46)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.http.TestProxyPlaybackClient.sendRequestWithRetries(TestProxyPlaybackClient.java:134)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.http.TestProxyPlaybackClient.startPlayback(TestProxyPlaybackClient.java:95)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.InterceptorManager.getPlaybackClient(InterceptorManager.java:338)
at com.azure.core.test@1.24.0-beta.1/com.azure.core.test.TestBase.setupTest(TestBase.java:193)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at org.junit.platform.commons@1.9.3/org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727)
at org.junit.jupiter.engine.execution.MethodInvocation.proceed(MethodInvocation.java:60)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$ValidatingInvocation.proceed(InvocationInterceptorChain.java:131)
at org.junit.jupiter.engine.extension.TimeoutExtension.intercept(TimeoutExtension.java:156)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptLifecycleMethod(TimeoutExtension.java:128)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptBeforeEachMethod(TimeoutExtension.java:78)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker$ReflectiveInterceptorCall.lambda$ofVoidMethod$0(InterceptingExecutableInvoker.java:103)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.lambda$invoke$0(InterceptingExecutableInvoker.java:93)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain$InterceptedInvocation.proceed(InvocationInterceptorChain.java:106)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.proceed(InvocationInterceptorChain.java:64)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.chainAndInvoke(InvocationInterceptorChain.java:45)
at org.junit.jupiter.engine.execution.InvocationInterceptorChain.invoke(InvocationInterceptorChain.java:37)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:92)
at org.junit.jupiter.engine.execution.InterceptingExecutableInvoker.invoke(InterceptingExecutableInvoker.java:86)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.invokeMethodInExtensionContext(ClassBasedTestDescriptor.java:520)
at org.junit.jupiter.engine.descriptor.ClassBasedTestDescriptor.lambda$synthesizeBeforeEachMethodAdapter$23(ClassBasedTestDescriptor.java:505)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeEachMethods$3(TestMethodTestDescriptor.java:174)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.lambda$invokeBeforeMethodsOrCallbacksUntilExceptionOccurs$6(TestMethodTestDescriptor.java:202)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeMethodsOrCallbacksUntilExceptionOccurs(TestMethodTestDescriptor.java:202)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeBeforeEachMethods(TestMethodTestDescriptor.java:171)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:134)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platf
Loading