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

Use OS variables from image.yml and remove ArtifactName template parameter which is always hard coded to 'packages' #44556

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Use OS variables from image.yml and remove ArtifactName template para…

10a3e63
Select commit
Loading
Failed to load commit list.
Open

Use OS variables from image.yml and remove ArtifactName template parameter which is always hard coded to 'packages' #44556

Use OS variables from image.yml and remove ArtifactName template para…
10a3e63
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - core - ci failed Mar 7, 2025 in 1h 0m 27s

Build #20250307.3 had test failures

Details

Tests

  • Failed: 2 (0.00%)
  • Passed: 228,923 (99.09%)
  • Other: 2,098 (0.91%)
  • Total: 231,023
Code coverage

  • 14147 of 28502 line covered (49.64%)

Annotations

Check failure on line 121 in Build log

See this annotation in the file changed.

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

Build log #L121

Build failed.

Check failure on line 1 in testPlaybackWithRedaction

See this annotation in the file changed.

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

testPlaybackWithRedaction

reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response
Raw output
java.io.UncheckedIOException: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response
	at [email protected]/com.azure.core.http.netty.NettyAsyncHttpClient.sendSync(NettyAsyncHttpClient.java:201)
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.sendSync(TestProxyPlaybackClient.java:214)
	at [email protected]/com.azure.core.test.TestProxyTests.testPlaybackWithRedaction(TestProxyTests.java:256)
	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)
Caused by: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response

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

See this annotation in the file changed.

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

c.a.c.t.TestProxyTests.testPlaybackWithRedaction

reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response
Raw output
java.io.UncheckedIOException: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response
	at [email protected]/com.azure.core.http.netty.NettyAsyncHttpClient.sendSync(NettyAsyncHttpClient.java:201)
	at [email protected]/com.azure.core.test.http.TestProxyPlaybackClient.sendSync(TestProxyPlaybackClient.java:214)
	at [email protected]/com.azure.core.test.TestProxyTests.testPlaybackWithRedaction(TestProxyTests.java:256)
	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)
Caused by: reactor.netty.http.client.PrematureCloseException: Connection prematurely closed BEFORE response