storj / gateway-st

Single-tenant, S3-compatible server to interact with the Storj network
Apache License 2.0
71 stars 19 forks source link

Flaky rclone integration test #63

Closed halkyon closed 1 year ago

halkyon commented 2 years ago

Sometimes during an integration test on the CI, rclone tests fail when setting up:

error code 141 in 46 gateway-st/testsuite/integration/rclone.sh line 6 :: RCLONE_VERSION=$(rclone version | head -n1 | awk '{ print $2 }')
script returned exit code 141

Examples:

It can be resolved by running the build again until it passes, so it doesn't happen all the time.

amwolff commented 1 year ago

@halkyon I think this one is resolved, no?

amwolff commented 1 year ago

O yeah, here's the commit that resolved it: https://github.com/storj/gateway-st/commit/59eab7cb2926e255faa1772038005a4eb0db7c82 🎉