galaxyproject / blend4j

blend4j is a JVM partial reimplementation of the Python library bioblend for interacting with Galaxy, CloudMan, and BioCloudCentral.
Eclipse Public License 1.0
16 stars 22 forks source link

Eliminate transient test errors. #18

Open jmchilton opened 10 years ago

jmchilton commented 10 years ago

It is becoming increasingly problematic to run Galaxy under sqlite - there are frequent database locking errors that cause failures quite easily. blend4j's travis test architecture should move to Postgres.

Even then there still may be transient errors caused by problems with eggs fetching for instance - it might make sense to move to Jenkins based testing and testing inside a very stable and repeatable Docker container for instance.