Skip to content

Commit

Permalink
#10151 S3 test notes
Browse files Browse the repository at this point in the history
  • Loading branch information
sekmiller committed Dec 7, 2023
1 parent e6e0bba commit b517f6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 2 additions & 0 deletions doc/release-notes/6.1-release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ For details, see http://preview.guides.gdcc.io/en/develop/container/dev-usage.ht
- `@JvmSetting` annotation to classes (also inner classes) and reference factory methods for values. This improvement is
also paving the way to enable manipulating JVM options during end-to-end tests on remote ends.
- As part of these testing improvements, the code coverage report file for unit tests has moved from `target/jacoco.exec` to `target/coverage-reports/jacoco-unit.exec`.
- 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 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.

## OpenID Connect Authentication Provider Improvements

Expand Down
3 changes: 0 additions & 3 deletions doc/release-notes/6783-s3-tests.md

This file was deleted.

0 comments on commit b517f6e

Please sign in to comment.