informatics-isi-edu / hatrac

Simple object storage for collaborations
Apache License 2.0
3 stars 1 forks source link

How to run rest_smoketest.sh #72

Open rjiang9 opened 2 months ago

rjiang9 commented 2 months ago

Hi Dev folks:

I would like to run the rest_smoketest.sh and got │FAILED 294 of 309 tests by running:

cd /home/hatrac

 curl -k -c cookie -d username=root -d password=mypassword https://$(hostname)/authn/session
COOKIES=cookie DEPLOYMENT=amazons3 VERBOSE=true bash hatrac/test/rest-smoketest.sh

I got a lot failures like:

image

Any advice is highly appreciated.

Thanks Ray