>From Ritik Raj <[email protected]>:

Ritik Raj has uploaded this change for review. ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21407?usp=email )


Change subject: [NO ISSUE][TEST] Bump Adobe S3Mock to 5.1.0
......................................................................

[NO ISSUE][TEST] Bump Adobe S3Mock to 5.1.0

- user model changes: no
- storage format changes: no
- interface changes: no

Details:
Bump the S3Mock test container from 4.7.0 to 5.1.0 for consistency with
the columnar test suites. Adobe S3Mock < 4.x mishandles aws-chunked PUT
uploads (the encoding the AWS SDK >= 2.30 emits by default under the
WHEN_SUPPORTED request-checksum setting), dropping all but the first
128 KiB chunk; 4.x/5.x decode them correctly. 4.7.0 was already safe;
this keeps all S3Mock-backed tests on a single current version.

ext-ref: MB-72720

Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
Change-Id: Ic709a94f8688f8dc50716a04f96574deb703a983
---
M 
asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/07/21407/1

diff --git 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
index b9b0858..33d454d 100644
--- 
a/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
+++ 
b/asterixdb/asterix-app/src/test/java/org/apache/asterix/api/common/LocalCloudUtilAdobeMock.java
@@ -57,7 +57,7 @@
     private static final Logger LOGGER = LogManager.getLogger();

     public static final String CLOUD_STORAGE_BUCKET = 
"cloud-storage-container";
-    public static final String S3MOCK_VERSION_TAG = "4.7.0";
+    public static final String S3MOCK_VERSION_TAG = "5.1.0";
     public static final String PLAYGROUND_BUCKET = "playground";
     public static final String CLOUD_URL_KEY = "cloudUrl";
     private static S3MockContainer s3Mock;

--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21407?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: newchange
Gerrit-Project: asterixdb
Gerrit-Branch: lumina
Gerrit-Change-Id: Ic709a94f8688f8dc50716a04f96574deb703a983
Gerrit-Change-Number: 21407
Gerrit-PatchSet: 1
Gerrit-Owner: Ritik Raj <[email protected]>

Reply via email to