You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
minio/mint/run/core/aws-sdk-php
Yingrong Zhao 6df6ac0f34
fix testMultipartUploadFailure to properly cleanup (#11137)
4 years ago
..
README.md Add mint tests into MinIO repo (#7886) 5 years ago
composer.json fix mint tests in awscli to ignore NotImplemented properly (#9561) 4 years ago
quick-tests.php fix testMultipartUploadFailure to properly cleanup (#11137) 4 years ago
run.sh migrate mint tests to latest versions (#9424) 4 years ago

README.md

aws-sdk-php tests

This directory serves as the location for Mint tests using aws-sdk-php. Top level mint.sh calls run.sh to execute tests.

Adding new tests

New tests is added into quick-tests.php as new functions.

Running tests manually

  • Set environment variables MINT_DATA_DIR, MINT_MODE, SERVER_ENDPOINT, ACCESS_KEY, SECRET_KEY, SERVER_REGION and ENABLE_HTTPS
  • Call run.sh with output log file and error log file. for example
export MINT_DATA_DIR=~/my-mint-dir
export MINT_MODE=core
export SERVER_ENDPOINT="play.minio.io:9000"
export ACCESS_KEY="Q3AM3UQ867SPQQA43P2F"
export SECRET_KEY="zuf+tfteSlswRu7BJ86wekitnifILbZam1KYY3TG"
export ENABLE_HTTPS=1
export SERVER_REGION=us-east-1
./run.sh /tmp/output.log /tmp/error.log