Steps
- Run
./autotest-external.sh sqlite amazons3-ceph (might require some setup and permissions tweaks)
- Wait expectantly
Expected result
Tests run and pass.
Actual result
All the tests fail within initialization:
Exception: Creation of bucket "testbucket" failed. Error executing "CreateBucket" on "http://172.17.0.4/testbucket"; AWS HTTP error: Client error: `PUT http://172.17.0.4/testbucket` resulted in a `400 Bad Request` response:
<?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidArgument</Code><RequestId>tx0000000000000000000a1-006166f782-1 (truncated...)
InvalidArgument (client): - <?xml version="1.0" encoding="UTF-8"?><Error><Code>InvalidArgument</Code><RequestId>tx0000000000000000000a1-006166f782-100c-default</RequestId></Error>
Notes
Probably these weren't run since quite a while, so we never noticed that they were broken.
Also, we might want to switch to Minio, or add another env file with Minio which might run faster.
And in general, need a CI strategy for all external storages... Maybe run them all on master but not on PRs ?
Steps
./autotest-external.sh sqlite amazons3-ceph(might require some setup and permissions tweaks)Expected result
Tests run and pass.
Actual result
All the tests fail within initialization:
Notes
Probably these weren't run since quite a while, so we never noticed that they were broken.
Also, we might want to switch to Minio, or add another env file with Minio which might run faster.
And in general, need a CI strategy for all external storages... Maybe run them all on master but not on PRs ?