https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19821 --- Comment #36 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- (In reply to Katrin Fischer from comment #35)
Could I get an updated test plan here?
See bug 19185 comment 23.
Is it still required to grant the permissions on the db?
Yes of course, we need to drop and create the DB.
How do we plan on handling that in kohadevbox etc.?
We need to know if the way we handle database_test is correct (for instance if it exists, it will be used, even in production). And then need to document it (also add more doc in the code ($KOHA_CONF and Koha::Database). It's more jenkins that will need to be adjust, to run 00-installation.t first and with -Mt::lib::Bootstrap When we will reach that goal, we will still be far from what Julian wanted at the beginning: all tests run on a separate DB. But at least we will have the installation and onboarding process tested. Also missing here (bug 19185): test the installation for all languages. So yes, still a lot of work to do. But until we do not have the bases pushed, we are all stuck. -- You are receiving this mail because: You are watching all bug changes.