bolcom / libunftp

Extensible, async, cloud orientated FTP(S) server library and the core of unFTP: https://github.com/bolcom/unFTP. Follow up and talk to us on https://t.me/unftp
Apache License 2.0
182 stars 33 forks source link

fix: re-enable gcs tests in pipeline #514

Open robklg opened 5 months ago

robklg commented 5 months ago

This PR re-enables the GCS tests. By pinning to an older version of the fsouza/fake-gcs-server, which stopped supporting files ending with / in v1.43.0

We should replace this docker-dependent setup with something more robust.

Also reintroducing root_dir setting, which serves as a regression test for https://github.com/bolcom/libunftp/issues/508

robklg commented 5 months ago

Test still fails intermittently with "connection refused" :-\