Skip to content

Commit 98a23de

Browse files
author
Kerkesni
committed
run mongo functional tests with base62 versionId encoding
Cloudserver in Zenko always uses base62 encoding, so we enforce it in the mongo tests. Issue: CLDSRV-665
1 parent cecde98 commit 98a23de

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/docker/docker-compose.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ services:
4545
- SCUBA_HEALTHCHECK_FREQUENCY
4646
- S3QUOTA
4747
- QUOTA_ENABLE_INFLIGHTS
48+
- S3_VERSION_ID_ENCODING_TYPE
4849
env_file:
4950
- creds.env
5051
depends_on:

.github/workflows/tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ jobs:
293293
S3METADATA: mongodb
294294
S3KMS: file
295295
S3_LOCATION_FILE: /usr/src/app/tests/locationConfig/locationConfigTests.json
296+
S3_VERSION_ID_ENCODING_TYPE: base62
296297
DEFAULT_BUCKET_KEY_FORMAT: v1
297298
METADATA_MAX_CACHED_BUCKETS: 1
298299
MONGODB_IMAGE: ghcr.io/${{ github.repository }}/ci-mongodb:${{ github.sha }}

0 commit comments

Comments
 (0)