psu-libraries / scholarsphere-3

A web application for ingest, curation, search, and display of digital assets. Powered by Hydra technologies (Rails, Hydra-head, Blacklight, Solr, Fedora Commons, etc.)
Apache License 2.0
78 stars 24 forks source link

Mysql vs Sqlite #1509

Open carolyncole opened 5 years ago

carolyncole commented 5 years ago

We are running the tests currently with sqlite. This runs 564 examples when you run rspec. If you run the same test suite with mysql then you run 775 examples

sqlite output 564 examples, 3 failures, 4 pending

mysql output 775 examples, 13 failures, 8 pending