blaginin commented on code in PR #16644:
URL: https://github.com/apache/datafusion/pull/16644#discussion_r2205679087


##########
datafusion-cli/CONTRIBUTING.md:
##########
@@ -29,47 +29,15 @@ cargo test
 
 ## Running Storage Integration Tests
 
-By default, storage integration tests are not run. To run them you will need 
to set `TEST_STORAGE_INTEGRATION=1` and
-then provide the necessary configuration for that object store.
-
-For some of the tests, 
[snapshots](https://datafusion.apache.org/contributor-guide/testing.html#snapshot-testing)
 are used.
-
-### AWS
-
-To test the S3 integration against [Minio](https://github.com/minio/minio)
-
-First start up a container with Minio and load test files.
-
-```shell
-docker run -d \
-  --name datafusion-test-minio \
-  -p 9000:9000 \
-  -e MINIO_ROOT_USER=TEST-DataFusionLogin \
-  -e MINIO_ROOT_PASSWORD=TEST-DataFusionPassword \
-  -v $(pwd)/../datafusion/core/tests/data:/source \
-  quay.io/minio/minio server /data
-
-docker exec datafusion-test-minio /bin/sh -c "\
-  mc ready local
-  mc alias set localminio http://localhost:9000 TEST-DataFusionLogin 
TEST-DataFusionPassword && \
-  mc mb localminio/data && \
-  mc cp -r /source/* localminio/data"
-```
-
-Setup environment
+By default, storage integration tests are not run. To run them you will need 
to set `TEST_STORAGE_INTEGRATION`:
 
 ```shell
-export TEST_STORAGE_INTEGRATION=1
-export AWS_ACCESS_KEY_ID=TEST-DataFusionLogin
-export AWS_SECRET_ACCESS_KEY=TEST-DataFusionPassword
-export AWS_ENDPOINT=http://127.0.0.1:9000
-export AWS_ALLOW_HTTP=true
+TEST_STORAGE_INTEGRATION=1 cargo test

Review Comment:
   Thanks, updated in 
https://github.com/apache/datafusion/pull/16644/commits/4deb0eb096b2da3eea39179a4e969f88a316c59a



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org
For additional commands, e-mail: github-h...@datafusion.apache.org

Reply via email to