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

Remove downloading of java.gdnbaseline file #43797

Merged
merged 1 commit into from
Jan 15, 2025

Remove downloading of java.gdnbaseline file

36d33f8
Select commit
Loading
Failed to load commit list.
Merged

Remove downloading of java.gdnbaseline file #43797

Remove downloading of java.gdnbaseline file
36d33f8
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - core - ci failed Jan 15, 2025 in 57m 14s

Build #20250115.4 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 223,992 (99.07%)
  • Other: 2,094 (0.93%)
  • Total: 226,087
Code coverage

  • 19237 of 27839 line covered (69.10%)

Annotations

Check failure on line 96 in Build log

See this annotation in the file changed.

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

Build log #L96

Build failed.

Check failure on line 1 in parallelParsing

See this annotation in the file changed.

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

parallelParsing

Unexpected exception thrown: java.util.concurrent.CancellationException
Raw output
org.opentest4j.AssertionFailedError: Unexpected exception thrown: java.util.concurrent.CancellationException
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:152)
	at org.junit.jupiter.api.AssertDoesNotThrow.createAssertionFailedError(AssertDoesNotThrow.java:84)
	at org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:75)
	at org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:58)
	at org.junit.jupiter.api.Assertions.assertDoesNotThrow(Assertions.java:3259)
	at com.azure.core.util.UrlBuilderTests.parallelParsing(UrlBuilderTests.java:715)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinTask.doJoin(ForkJoinTask.java:389)
	at java.util.concurrent.ForkJoinTask.join(ForkJoinTask.java:719)
	at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
	at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
	at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
	at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:175)
Caused by: java.util.concurrent.CancellationException
	at java.util.concurrent.FutureTask.report(FutureTask.java:121)
	at java.util.concurrent.FutureTask.get(FutureTask.java:192)
	at com.azure.core.util.UrlBuilderTests.lambda$parallelParsing$3(UrlBuilderTests.java:715)
	at org.junit.jupiter.api.AssertDoesNotThrow.assertDoesNotThrow(AssertDoesNotThrow.java:71)
	... 11 more