Closed (fixed)
Project:
Ubercart
Version:
8.x-4.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2015 at 23:24 UTC
Updated:
15 Dec 2015 at 09:04 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
longwaveComment #3
longwaveComment #5
tr commentedNice. So the only way to debug these tests is to install SQLite/PostgreSQL locally? The new CI doesn't give us a whole lot of information.
Comment #6
longwaveYes, as far as I know. SQLite is easy to use locally, you just need the PHP extension, and then you can specify a SQLite database if you use core/scripts/run-tests.sh. Postgres is somewhat more complicated which is why I haven't attempted that fix yet!