Skip to content

Stg104/fix accesstier durable - #49554

Closed
browndav-msft wants to merge 1 commit into
Azure:feature/storage/stg104basefrom
browndav-msft:stg104/fix-accesstier-durable
Closed

Stg104/fix accesstier durable#49554
browndav-msft wants to merge 1 commit into
Azure:feature/storage/stg104basefrom
browndav-msft:stg104/fix-accesstier-durable

Make Download (Get Blob) access-tier response headers regen-safe via …

fb22ba6
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - pullrequest failed Jun 18, 2026 in 42m 48s

Build #20260618.18 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 52,265 (93.67%)
  • Other: 3,530 (6.33%)
  • Total: 55,796
Code coverage

  • 10863 of 21085 line covered (51.52%)

Annotations

Check failure on line 6855 in Build log

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

Build log #L6855

Build failed.

Check failure on line 1 in c.a.c.b.TaskManagerTests.successAfterOneServerErrorDidRetry

See this annotation in the file changed.

@azure-pipelines azure-pipelines / java - pullrequest

c.a.c.b.TaskManagerTests.successAfterOneServerErrorDidRetry

X should have been retried at least once ==> expected: <true> but was: <false>
Raw output
org.opentest4j.AssertionFailedError: X should have been retried at least once ==> expected: <true> but was: <false>
	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.AssertTrue.failNotTrue(AssertTrue.java:63)
	at org.junit.jupiter.api.AssertTrue.assertTrue(AssertTrue.java:36)
	at org.junit.jupiter.api.Assertions.assertTrue(Assertions.java:214)
	at com.azure.compute.batch@1.0.0-beta.6/com.azure.compute.batch.TaskManagerTests.successAfterOneServerErrorDidRetry(TaskManagerTests.java:60)
	at java.base/java.lang.reflect.Method.invoke(Method.java:565)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:511)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1450)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:2019)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:187)