From dff88b39f40c929e43b13f8dcaf95ea2ca1bbb12 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 6 Mar 2025 22:28:22 -0800 Subject: [PATCH] Pin Azurite version and update s3-tests References #793. --- .github/workflows/ci-main.yml | 4 ++-- s3-tests | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-main.yml b/.github/workflows/ci-main.yml index b52410a..98e4d5e 100644 --- a/.github/workflows/ci-main.yml +++ b/.github/workflows/ci-main.yml @@ -87,10 +87,10 @@ jobs: mvn test -Ds3proxy.test.conf=s3proxy-filesystem-nio2.conf -Dtest=AwsSdkTest - name: Install Azurite - run: npx --yes --loglevel info azurite --version + run: npx --yes --loglevel info azurite@3.34 --version - name: Start Azurite shell: bash - run: npx --yes azurite azurite-blob & + run: npx --yes azurite@3.34 azurite-blob & - name: Maven Test with Azurite run: | # TODO: run other test classes diff --git a/s3-tests b/s3-tests index 4157e81..1871a5e 160000 --- a/s3-tests +++ b/s3-tests @@ -1 +1 @@ -Subproject commit 4157e811cfba0cd7c2ff83e4e2729e198a383012 +Subproject commit 1871a5ed353eee7a65a1c665f49962e0f6d54760