nextcloud / gallery

DEPRECATED Gallery app was replaced by Photos
https://github.com/nextcloud/photos
GNU Affero General Public License v3.0
109 stars 58 forks source link

Make acceptance tests run and pass on Travis #330

Closed desaintmartin closed 6 years ago

desaintmartin commented 6 years ago

Fixes: #329

Licence: AGPL

Description

Make acceptance tests run and pass on Travis by updating the whole toolchain.

Features

Caveats

oparoz commented 6 years ago

Awesome job, many thanks for taking the time to fix this!

desaintmartin commented 6 years ago

You're welcome! Do you have any idea about the intermitent failures? I haven't investigated that much but I think the data is not properly created sometimes (why?), resulting in an error while trying to login. Adding sleeps, trying to login again does not solve it, and I did not have time to dig in the helpers populating the db.

oparoz commented 6 years ago

I'm not sure. I tried to fix this once via one of the PR I submitted, but couldn't get rid of the problem completely :(