https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16330 --- Comment #64 from Tomás Cohen Arazi <tomascohen@gmail.com> --- (In reply to Dilan Johnpullé from comment #62)
Still getting error messages when running the test:
vagrant@kohadevbox:kohaclone((8c8b618...))$ sudo perl t/db_dependent/api/v1/patrons.t 1..5 unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. Use of uninitialized value in concatenation (.) or string at C4/Templates.pm line 154. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. Use of uninitialized value in concatenation (.) or string at C4/Auth_with_cas.pm line 42. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. unable to locate Koha configuration file koha-conf.xml at C4/Context.pm line 243. Can't call method "config" on unblessed reference at Koha/Database.pm line 56. # Looks like your test exited with 2 before it could output anything.
You need to get into the instance's she'll: $ sudo koha-shell kohadev $ cd /home/vagrant/kohaclon and then run the tests If your devbox was created recently try $ kshell Also, one of the dependencies makes it retire an upgrade, so inside kshell you need to perform the upgrade: $ perl installer/data/mysql/updatedatabase.pl before running the tests. Otherwise you will get tons of 503 errors instead of the expected results. -- You are receiving this mail because: You are watching all bug changes.