Skip to content

Commit

Permalink
Updated and renamed developer guide
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 26, 2023
1 parent 0827bce commit 460e0d1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Additional Information:
* [Hands-on Guide (Parquet Files)](doc/hands_on/hands_on_parquet.md)
* [Changelog](doc/changes/changelog.md)
* [Dependencies](dependencies.md)
* [Developers Guide](doc/developers_guide/developers_guide.md)
* [Developer Guide](doc/developer_guide/developer_guide.md)

[files-vs]: https://github.com/exasol/virtual-schema-common-document-files
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,14 @@ This guide contains information for developers.

## Executing the Integration Tests Locally

The integration tests of this project use an S3 bucket. Using a local mock was not possible since the tested local-stack s3 implementation did not work.
The integration tests of this project use an S3 bucket. There are multiple ways to use or emulate S3 buckets:
* Real S3 buckets in the AWS cloud
* [Localstack](https://github.com/localstack/localstack)
* [MinIO](https://min.io)

Instead you need to configure the tests by creating file `test_config.properties` in the folder of `s3-document-files-virtual-schema`:
Please note that **Localstack does not work on your local machine**.

Instead you need to fall back to using real AWS S3 buckets by configuring the tests appropriately by creating file `s3-document-files-virtual-schema/test_config.properties` with the following content:

```properties
awsProfile = <AWS profile>
Expand Down

0 comments on commit 460e0d1

Please sign in to comment.