Merged PR 708671: Upgrade Azurite

This commit is contained in:
Julian Bayardo 2023-03-23 19:54:48 +00:00
Родитель a48f399964
Коммит 6a93bd30c2
4 изменённых файлов: 9 добавлений и 3 удалений

Просмотреть файл

@ -45,6 +45,12 @@ namespace DistributedTest {
environmentVariables: envVars
}
},
unsafeTestRunArguments: {
untrackedPaths: [
...addIfLazy(Context.isWindowsOS() && Environment.getDirectoryValue("CommonProgramFiles") !== undefined,
() => [f`${Environment.getDirectoryValue("CommonProgramFiles")}/SSL/openssl.cnf`])
]
}
},
//skipTestRun: BuildXLSdk.restrictTestRunToSomeQualifiers,
assemblyBindingRedirects: BuildXLSdk.cacheBindingRedirects(),

Просмотреть файл

@ -59,7 +59,7 @@ namespace BuildXL.Cache.ContentStore.Distributed.Test.ContentLocation
/// This test is for a bug in Azurite (the Azure storage emulator)
/// where creating a snapshot causes PutBlock operations with a lease to fail.
/// </summary>
[Fact]
[Fact(Skip = "The bug is still there, but we don't actually use snapshots.")]
public async Task TestStorage()
{
using var storage = AzuriteStorageProcess.CreateAndStartEmpty(_fixture, TestGlobal.Logger);

Просмотреть файл

@ -204,7 +204,7 @@
"Type": "NuGet",
"NuGet": {
"Name": "BuildXL.Azurite.Executables",
"Version": "1.0.0-CI-20220612-002122"
"Version": "1.0.0-CI-20230322-001635"
}
}
},

Просмотреть файл

@ -276,7 +276,7 @@ config({
// Azurite node app compiled to standalone executable
// Sources for this package are: https://github.com/Azure/Azurite
// This packaged is produced by the pipeline: https://dev.azure.com/mseng/Domino/_build?definitionId=13199
{ id: "BuildXL.Azurite.Executables", version: "1.0.0-CI-20220612-002122" },
{ id: "BuildXL.Azurite.Executables", version: "1.0.0-CI-20230322-001635" },
// Testing
{ id: "System.Security.Cryptography.ProtectedData", version: "5.0.0"},