With MySQL turned off: $ sudo -u kohadev-koha KOHA_CONF=/etc/koha/sites/kohadev/koha-conf.xml prove t/Breeding.t t/Breeding.t .. DBI connect('dbname=koha_kohadev;host=localhost;port=3306','koha_kohadev',...) failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at C4/Context.pm line 785 t/Breeding.t .. 1/1 # Failed test 'use C4::Breeding;' # at t/Breeding.t line 12. # Tried to use 'C4::Breeding'. # Error: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) at C4/Context.pm line 785. # Compilation failed in require at C4/Search.pm line 28. # BEGIN failed--compilation aborted at C4/Search.pm line 28. # Compilation failed in require at C4/AuthoritiesMarc.pm line 24. # BEGIN failed--compilation aborted at C4/AuthoritiesMarc.pm line 24. # Compilation failed in require at C4/ImportBatch.pm line 28. # BEGIN failed--compilation aborted at C4/ImportBatch.pm line 28. # Compilation failed in require at C4/Breeding.pm line 28. # BEGIN failed--compilation aborted at C4/Breeding.pm line 28. # Compilation failed in require at t/Breeding.t line 12. # BEGIN failed--compilation aborted at t/Breeding.t line 12. # Looks like you failed 1 test of 1. t/Breeding.t .. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/1 subtests Test Summary Report ------------------- t/Breeding.t (Wstat: 256 Tests: 1 Failed: 1) Failed test: 1 Non-zero exit status: 1 Files=1, Tests=1, 1 wallclock secs ( 0.02 usr 0.00 sys + 0.62 cusr 0.35 csys = 0.99 CPU) Result: FAIL
Created attachment 33706 [details] [review] Bug 13279: t/Breeding.t shouldn't depend on the DB
Created attachment 33721 [details] [review] Bug 13279: t/Breeding.t shouldn't depend on the DB Signed-off-by: Robin Sheat <robin@catalyst.net.nz>
Created attachment 33732 [details] [review] Bug 13279: t/Breeding.t shouldn't depend on the DB Signed-off-by: Robin Sheat <robin@catalyst.net.nz> Signed-off-by: Jonathan Druart <jonathan.druart@biblibre.com>
Patch pushed to master.