[PatchRelease] Prepare for patch release July #41311
Build #20240726.10 had test failures
Details
- Failed: 323 (0.13%, 0 new, 323 recurring)
- Passed: 241,264 (99.09%)
- Other: 1,884 (0.77%)
- Total: 243,471
- 6516 of 10573 branch covered (61.63%)
- 650 of 789 class covered (82.38%)
- 7502 of 12208 complexity covered (61.45%)
- 85065 of 122236 instruction covered (69.59%)
- 19616 of 27907 line covered (70.29%)
- 4953 of 6794 method covered (72.90%)
Annotations
Check failure on line 95772 in Build log
azure-pipelines / java - core
Build log #L95772
Build failed.
Check failure on line 1 in updateRoomValidUntilGreaterThan180(HttpClient)[1]
azure-pipelines / java - core
updateRoomValidUntilGreaterThan180(HttpClient)[1]
Unexpected exception type thrown, expected: <com.azure.communication.rooms.implementation.models.CommunicationErrorResponseException> but was: <java.lang.RuntimeException>
Raw output
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <com.azure.communication.rooms.implementation.models.CommunicationErrorResponseException> but was: <java.lang.RuntimeException>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083)
at [email protected]/com.azure.communication.rooms.RoomsAsyncClientTests.updateRoomValidUntilGreaterThan180(RoomsAsyncClientTests.java:384)
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.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.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94)
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.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecut
Check failure on line 1 in listParticipantsWithOutResponseStep(HttpClient)[1]
azure-pipelines / java - core
listParticipantsWithOutResponseStep(HttpClient)[1]
expectation "expectNext(3)" failed (expected: onNext(3); actual: onError(java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request GET https://REDACTED/rooms/Sanitized/participants?api-version=2024-04-15
Uri doesn't match:
request <https://REDACTED/rooms/Sanitized/participants?api-version=2024-04-15>
record <https://REDACTED/rooms/99464851734827666/participants?api-version=2024-04-15>
Header differences:
Body differences:
))
Raw output
java.lang.AssertionError:
expectation "expectNext(3)" failed (expected: onNext(3); actual: onError(java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request GET https://REDACTED/rooms/Sanitized/participants?api-version=2024-04-15
Uri doesn't match:
request <https://REDACTED/rooms/Sanitized/participants?api-version=2024-04-15>
record <https://REDACTED/rooms/99464851734827666/participants?api-version=2024-04-15>
Header differences:
Body differences:
))
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$addExpectedValue$10(DefaultStepVerifierBuilder.java:509)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2289)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1529)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1477)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onError(DefaultStepVerifierBuilder.java:1129)
at [email protected]/reactor.core.publisher.Operators$MonoSubscriber.onError(Operators.java:1886)
at [email protected]/reactor.core.publisher.FluxFlatMap$FlatMapMain.checkTerminated(FluxFlatMap.java:843)
at [email protected]/reactor.core.publisher.FluxFlatMap$FlatMapMain.drainLoop(FluxFlatMap.java:609)
at [email protected]/reactor.core.publisher.FluxFlatMap$FlatMapMain.drain(FluxFlatMap.java:589)
at [email protected]/reactor.core.publisher.FluxFlatMap$FlatMapMain.onError(FluxFlatMap.java:452)
at [email protected]/reactor.core.publisher.FluxExpand$ExpandBreathSubscriber.onError(FluxExpand.java:140)
at [email protected]/reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onError(Operators.java:2065)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134)
at [email protected]/reactor.core.publisher.FluxExpand$ExpandBreathSubscriber.onError(FluxExpand.java:140)
at [email protected]/reactor.core.publisher.Operators$MultiSubscriptionSubscriber.onError(Operators.java:2065)
at [email protected]/reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
at [email protected]/reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onError(FluxHide.java:142)
at [email protected]/reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
at [email protected]/reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onError(FluxHide.java:142)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.FluxDelaySubscription$DelaySubscriptionMainSubscriber.onError(FluxDelaySubscription.java:194)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.FluxDelaySubscription$DelaySubscriptionMainSubscriber.onError(FluxDelaySubscription.java:194)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.FluxDelaySubscription$DelaySubscriptionMainSubscriber.onError(FluxDelaySubscription.java:194)
at [email protected]/reactor.core.publisher.Fl
Check failure on line 1 in createRoomFullCycleWithOutResponseStep(HttpClient)[1]
azure-pipelines / java - core
createRoomFullCycleWithOutResponseStep(HttpClient)[1]
expectation "assertNext" failed (expected: onNext(); actual: onError(java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request PATCH https://REDACTED/rooms/Sanitized?api-version=2024-04-15
Uri doesn't match:
request <https://REDACTED/rooms/Sanitized?api-version=2024-04-15>
record <https://REDACTED/rooms/99414028275669564?api-version=2024-04-15>
Header differences:
Body differences:
))
Raw output
java.lang.AssertionError:
expectation "assertNext" failed (expected: onNext(); actual: onError(java.lang.RuntimeException: Test proxy exception: Unable to find a record for the request PATCH https://REDACTED/rooms/Sanitized?api-version=2024-04-15
Uri doesn't match:
request <https://REDACTED/rooms/Sanitized?api-version=2024-04-15>
record <https://REDACTED/rooms/99414028275669564?api-version=2024-04-15>
Header differences:
Body differences:
))
at reactor.test.MessageFormatter.assertionError(MessageFormatter.java:115)
at reactor.test.MessageFormatter.failPrefix(MessageFormatter.java:104)
at reactor.test.MessageFormatter.fail(MessageFormatter.java:73)
at reactor.test.MessageFormatter.failOptional(MessageFormatter.java:88)
at reactor.test.DefaultStepVerifierBuilder.lambda$consumeNextWith$1(DefaultStepVerifierBuilder.java:276)
at reactor.test.DefaultStepVerifierBuilder$SignalEvent.test(DefaultStepVerifierBuilder.java:2289)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onSignal(DefaultStepVerifierBuilder.java:1529)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onExpectation(DefaultStepVerifierBuilder.java:1477)
at reactor.test.DefaultStepVerifierBuilder$DefaultVerifySubscriber.onError(DefaultStepVerifierBuilder.java:1129)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
at [email protected]/reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onError(FluxHide.java:142)
at [email protected]/reactor.core.publisher.FluxMapFuseable$MapFuseableSubscriber.onError(FluxMapFuseable.java:142)
at [email protected]/reactor.core.publisher.FluxHide$SuppressFuseableSubscriber.onError(FluxHide.java:142)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.FluxDelaySubscription$DelaySubscriptionMainSubscriber.onError(FluxDelaySubscription.java:194)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.FluxDelaySubscription$DelaySubscriptionMainSubscriber.onError(FluxDelaySubscription.java:194)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.FluxDelaySubscription$DelaySubscriptionMainSubscriber.onError(FluxDelaySubscription.java:194)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:106)
at [email protected]/reactor.core.publisher.Operators.error(Operators.java:198)
at [email protected]/reactor.core.publisher.MonoError.subscribe(MonoError.java:53)
at [email protected]/reactor.core.publisher.Mono.subscribe(Mono.java:4491)
at [email protected]/reactor.core.publisher.FluxOnErrorResume$ResumeSubscriber.onError(FluxOnErrorResume.java:103)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.secondError(MonoFlatMap.java:192)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapInner.onError(MonoFlatMap.java:259)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134)
at [email protected]/reactor.core.publisher.MonoFlatMap$FlatMapMain.onError(MonoFlatMap.java:172)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onError(FluxMap.java:134)
at [email protected]/reactor.core.publisher.FluxMap$MapSubscriber.onNext(FluxMap.
Check failure on line 1 in updateRoomWithInvalidRoomId(HttpClient)[1]
azure-pipelines / java - core
updateRoomWithInvalidRoomId(HttpClient)[1]
Unexpected exception type thrown, expected: <com.azure.communication.rooms.implementation.models.CommunicationErrorResponseException> but was: <java.lang.RuntimeException>
Raw output
org.opentest4j.AssertionFailedError: Unexpected exception type thrown, expected: <com.azure.communication.rooms.implementation.models.CommunicationErrorResponseException> but was: <java.lang.RuntimeException>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:67)
at org.junit.jupiter.api.AssertThrows.assertThrows(AssertThrows.java:35)
at org.junit.jupiter.api.Assertions.assertThrows(Assertions.java:3083)
at [email protected]/com.azure.communication.rooms.RoomsAsyncClientTests.updateRoomWithInvalidRoomId(RoomsAsyncClientTests.java:495)
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.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.interceptTestableMethod(TimeoutExtension.java:147)
at org.junit.jupiter.engine.extension.TimeoutExtension.interceptTestTemplateMethod(TimeoutExtension.java:94)
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.TestMethodTestDescriptor.lambda$invokeTestMethod$7(TestMethodTestDescriptor.java:217)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.invokeTestMethod(TestMethodTestDescriptor.java:213)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:138)
at org.junit.jupiter.engine.descriptor.TestMethodTestDescriptor.execute(TestMethodTestDescriptor.java:68)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$6(NodeTestTask.java:151)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$8(NodeTestTask.java:141)
at org.junit.platform.engine.support.hierarchical.Node.around(Node.java:137)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.lambda$executeRecursively$9(NodeTestTask.java:139)
at org.junit.platform.engine.support.hierarchical.ThrowableCollector.execute(ThrowableCollector.java:73)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.executeRecursively(NodeTestTask.java:138)
at org.junit.platform.engine.support.hierarchical.NodeTestTask.execute(NodeTestTask.java:95)
at org.junit.platform.engine.support.hierarchical.ForkJoinPoolHierarchicalTestExecutorService$ExclusiveTask.compute(ForkJoinPoolHierarchicalTestExecutorServi