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

Prepare patch release 20241025 #42601

Open
wants to merge 60 commits into
base: release/patch/20241025
Choose a base branch
from

Patch release preparation 20241025

4fc7d8b
Select commit
Loading
Failed to load commit list.
Open

Prepare patch release 20241025 #42601

Patch release preparation 20241025
4fc7d8b
Select commit
Loading
Failed to load commit list.
Azure Pipelines / java - core - ci failed Oct 25, 2024 in 11m 44s

Build #20241025.6 had test failures

Details

Tests

  • Failed: 1 (0.00%)
  • Passed: 174,523 (99.80%)
  • Other: 342 (0.20%)
  • Total: 174,866
Code coverage

  • 18915 of 27499 line covered (68.78%)

Annotations

Check failure on line 30 in Build log

See this annotation in the file changed.

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

Build log #L30

PowerShell exited with code '1'.

Check failure on line 1242 in Build log

See this annotation in the file changed.

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

Build log #L1242

The process '/opt/hostedtoolcache/Python/3.9.20/x64/bin/python' failed with exit code 1

Check failure on line 107 in Build log

See this annotation in the file changed.

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

Build log #L107

Build failed.

Check failure on line 11 in /mnt/vss/_work/1/s/sdk/storage/azure-storage-common/src/test-shared/java/com/azure/storage/common/test/shared/StorageCommonTestUtils.java

See this annotation in the file changed.

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

/mnt/vss/_work/1/s/sdk/storage/azure-storage-common/src/test-shared/java/com/azure/storage/common/test/shared/StorageCommonTestUtils.java#L11

 /mnt/vss/_work/1/s/sdk/storage/azure-storage-common/src/test-shared/java/com/azure/storage/common/test/shared/StorageCommonTestUtils.java(11,33): error :  /mnt/vss/_work/1/s/sdk/storage/azure-storage-common/src/test-shared/java/com/azure/storage/common/test/shared/StorageCommonTestUtils.java:[11,33] cannot find symbol

Check failure on line 1 in testBodyRegexRedactRecord

See this annotation in the file changed.

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

testBodyRegexRedactRecord

Test proxy returned a non-successful status code. 400; response: {"Message":"There is no active playback session under recording id f3a95d6b-2b7c-4607-a3ae-3cf6c43288f8.","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 f3a95d6b-2b7c-4607-a3ae-3cf6c43288f8.","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:569)
	at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
	at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
	at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
	at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
	at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)