From 2cae9bc26edc05f54994c030b3269a38d0d8f6e8 Mon Sep 17 00:00:00 2001 From: Maha Benzekri Date: Wed, 8 Jul 2026 17:30:20 +0200 Subject: [PATCH] bump arsenal to 8.4.18 for MPU afterEach flakiness fix Pull in ARSN-596 createBucket idempotency so ListMultipartUploads during test cleanup no longer returns InternalError on concurrent MPU shadow bucket creation. Issue: CLDSRV-919 --- package.json | 2 +- yarn.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index e330afd66a..b4f0445b16 100644 --- a/package.json +++ b/package.json @@ -30,7 +30,7 @@ "@azure/storage-blob": "^12.28.0", "@hapi/joi": "^17.1.1", "@smithy/node-http-handler": "^3.0.0", - "arsenal": "git+https://github.com/scality/Arsenal#8.4.16", + "arsenal": "git+https://github.com/scality/Arsenal#8.4.18", "async": "2.6.4", "bucketclient": "scality/bucketclient#8.2.7", "bufferutil": "^4.0.8", diff --git a/yarn.lock b/yarn.lock index f815159f9c..3a8ee07219 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6591,9 +6591,9 @@ arraybuffer.prototype.slice@^1.0.4: optionalDependencies: ioctl "^2.0.2" -"arsenal@git+https://github.com/scality/Arsenal#8.4.16": - version "8.4.16" - resolved "git+https://github.com/scality/Arsenal#65223fdfc37f4471332c44775def9e985b320855" +"arsenal@git+https://github.com/scality/Arsenal#8.4.18": + version "8.4.18" + resolved "git+https://github.com/scality/Arsenal#015857e2bda6321bdb7401e62188d623a71dc3c2" dependencies: "@aws-sdk/client-kms" "^3.975.0" "@aws-sdk/client-s3" "^3.975.0"