[Bug 18032] New: make test fail 'DBIx::Class::Storage::DBI'
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18032 Bug ID: 18032 Summary: make test fail 'DBIx::Class::Storage::DBI' Change sponsored?: --- Product: Koha Version: 16.05 Hardware: PC OS: Linux Status: NEW Severity: major Priority: P5 - low Component: bugs.koha-community.org Assignee: koha-bugs@lists.koha-community.org Reporter: jane.chang@cwts.edu QA Contact: testopia@bugs.koha-community.org root@debian-w01:/home/kohasysusr/Downloads/koha-16.05.09# make test PERL_DL_NONLAZY=1 KOHA_CONF=blib/KOHA_CONF_DIR/koha-conf.xml "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/PERL_MODULE_DIR', 'blib/arch')" t/*.t t/00-checkdatabase-version.t ........ ok t/00-deprecated.t ................... ok t/00-load.t ......................... 1/? DBIx::Class::ResultSet::find(): Your storage class (DBIx::Class::Storage::DBI) does not set sql_limit_dialect and you have not supplied an explicit limit_dialect in your connection_info. DBIC will attempt to use the GenericSubQ dialect, which works on most databases but can be (and often is) painfully slow. Please file an RT ticket against 'DBIx::Class::Storage::DBI' . at /home/kohasysusr/Downloads/koha-16.05.09/blib/PERL_MODULE_DIR/Koha/Objects.pm line 83 t/00-load.t ......................... 196/? # Failed test 'use Koha::Token;' # at t/00-load.t line 64. # Tried to use 'Koha::Token'. # Error: Can't locate WWW/CSRF.pm in @INC (@INC contains: /home/kohasysusr/Downloads/koha-16.05.09/blib/PERL_MODULE_DIR /home/kohasysusr/Downloads/koha-16.05.09/blib/arch /usr/share/koha/lib /usr/share/koha/lib /etc/perl /usr/local/lib/perl/5.14.2 /usr/local/share/perl/5.14.2 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.14 /usr/share/perl/5.14 /usr/local/lib/site_perl . /var/lib/koha/plugins /var/lib/koha/plugins) at /home/kohasysusr/Downloads/koha-16.05.09/blib/PERL_MODULE_DIR/Koha/Token.pm line 53. # BEGIN failed--compilation aborted at /home/kohasysusr/Downloads/koha-16.05.09/blib/PERL_MODULE_DIR/Koha/Token.pm line 53. # Compilation failed in require at t/00-load.t line 64. # BEGIN failed--compilation aborted at t/00-load.t line 64. Bailout called. Further testing stopped: ***** PROBLEMS LOADING FILE 'Koha::Token' FAILED--Further testing stopped: ***** PROBLEMS LOADING FILE 'Koha::Token' make: *** [test_dynamic] Error 255 -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18032 Mason James <mtj@kohaaloha.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mtj@kohaaloha.com --- Comment #1 from Mason James <mtj@kohaaloha.com> --- hi Jane if you are try to 'make test' a Koha, you will need all it's required packages too to pass some tests you can get all packages with the following command... $ sudo apt-get install koha-deps koha-perldeps -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18032 Jonathan Druart <jonathan.druart@bugs.koha-community.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jonathan.druart@bugs.koha-c | |ommunity.org Status|NEW |RESOLVED Resolution|--- |DUPLICATE --- Comment #2 from Jonathan Druart <jonathan.druart@bugs.koha-community.org> --- *** This bug has been marked as a duplicate of bug 18018 *** -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org