Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigation into removing Channel closing when response is consumed #44327

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Remove dup dependency

1d0013c
Select commit
Loading
Failed to load commit list.
Draft

Investigation into removing Channel closing when response is consumed #44327

Remove dup dependency
1d0013c
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - core - ci failed Feb 21, 2025 in 1h 10m 56s

Build #20250221.2 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 227,287 (99.08%)
  • Other: 2,099 (0.92%)
  • Total: 229,388
Code coverage

  • 19282 of 27870 line covered (69.19%)

Annotations

Check failure on line 109 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

Build log #L109

Build failed.

Check failure on line 101 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

Build log #L101

Build failed.

Check failure on line 1 in c.a.c.h.n.i.ResponseTimeoutHandlerTests.removingHandlerCancelsTimeout

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

c.a.c.h.n.i.ResponseTimeoutHandlerTests.removingHandlerCancelsTimeout

expected: <null> but was: <ScheduledFutureTask@7202353e(success, task: COMPLETED, deadline: 133059567, period: 0)>
Raw output
org.opentest4j.AssertionFailedError: expected: <null> but was: <ScheduledFutureTask@7202353e(success, task: COMPLETED, deadline: 133059567, period: 0)>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
	at org.junit.jupiter.api.AssertNull.failNotNull(AssertNull.java:50)
	at org.junit.jupiter.api.AssertNull.assertNull(AssertNull.java:35)
	at org.junit.jupiter.api.AssertNull.assertNull(AssertNull.java:30)
	at org.junit.jupiter.api.Assertions.assertNull(Assertions.java:279)
	at [email protected]/com.azure.core.http.netty.implementation.ResponseTimeoutHandlerTests.removingHandlerCancelsTimeout(ResponseTimeoutHandlerTests.java:53)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.tryRemoveAndExec(ForkJoinPool.java:1351)
	at java.base/java.util.concurrent.ForkJoinTask.awaitDone(ForkJoinTask.java:422)
	at java.base/java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:651)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:387)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1312)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1843)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1808)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:188)

Check failure on line 1 in c.a.c.t.TestProxyTests.testBodyRegexRedactRecord

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - core - ci

c.a.c.t.TestProxyTests.testBodyRegexRedactRecord

Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id 085f95c7-bc44-4193-98e3-64537efed961.","Status":"BadRequest"}
Raw output
java.lang.RuntimeException: Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id 085f95c7-bc44-4193-98e3-64537efed961.","Status":"BadRequest"}
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.sendRequestWithRetries(TestProxyPlaybackClient.java:140)
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.stopPlayback(TestProxyPlaybackClient.java:168)
	at [email protected]/com.azure.core.test.InterceptorManager.close(InterceptorManager.java:366)
	at [email protected]/com.azure.core.test.TestBase.teardownTest(TestBase.java:202)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)