abyssnlp opened a new pull request, #112:
URL: https://github.com/apache/hudi-rs/pull/112

   ## Description
   
   Adds integration tests with s3-compatible MinIO.
   - `docker/docker-compose.yaml` spins up the minio container
   - `docker/copy_tables.sh` creates the bucket; unzips, copies and creates the 
tables in the minio store
   - The environment variables for the integration test are supplied via 
`integration_test/env.toml`
   - Adds running integration tests on pull requests via `ci.yml`
   
   ### Notes:
   - We can extract the logic to run the integration tests in the `Makefile` or 
as a separate script
   - The integration test takes around ~3 minutes to complete
   - The integration test is only for the `hudi-rs` rust support via datafusion
   
   This closes #81 .
   
   
   ## How are the changes test-covered
   
   - [ ] N/A
   - [x] Automated tests (unit and/or integration tests)
   - [ ] Manual tests
     - [ ] Details are described below
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to