We had the same problem with Echo. One thing to look out for is that SQLite requires unique index names across the full database. Also SQLite doesn't support ALTER TABLE CHANGE, so you may have to detect for SQLite and do some rename/copy/delete operation instead.
Ryan Kaldari
On 6/28/13 10:50 AM, Arthur Richards wrote:
Mobile web is trying to merge https://gerrit.wikimedia.org/r/#/c/69585/ but PHPUnit tests are failing when Jenkins executes them.
What's weird is that we've executed PHPUnit tests on our various local machines - with no failures. We've been scratching our heads trying to figure out what might be causing the inconsistency.
Anyone have any ideas what might be causing this?