Skip to content

Commit

Permalink
tweak release note #6783
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Nov 20, 2023
1 parent 20bbc70 commit 6608dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/release-notes/6783-s3-tests.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Developers can now test S3 locally by using the Dockerized development environment, which now includes both LocalStack and MinIO. See S3AccessIT which executes API (end to end) tests.
Developers can now test S3 locally by using the Dockerized development environment, which now includes both LocalStack and MinIO. API (end to end) tests are in S3AccessIT.

In addition, a new integration test test class (not an API test, the new kind launched with `mvn verify`) has been added at S3AccessIOLocalstackIT. It uses Testcontainers to spin up Localstack for S3 testing and does not require Dataverse to be running.
In addition, a new integration test class (not an API test, the new Testcontainers-based test launched with `mvn verify`) has been added at S3AccessIOLocalstackIT. It uses Testcontainers to spin up Localstack for S3 testing and does not require Dataverse to be running.

0 comments on commit 6608dc2

Please sign in to comment.