Update the unit test and move integration test under test folder. Update retry logic by switching to AWS's default retry. Signed-off-by: Tao Jiang <taoj@vmware.com>
7 lines
242 B
Bash
Executable file
7 lines
242 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Run only the integration tests
|
|
# go test -race ./test
|
|
echo "Warning: Cannot find a good way to inject AWS credential to hmake container"
|
|
echo "Don't use hmake ci. Use the following command directly"
|
|
echo "go test -race ./test"
|