[Koha-bugs] [Bug 9907] New: Plugins test dies early on some servers

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 22 21:57:00 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=9907

            Bug ID: 9907
           Summary: Plugins test dies early on some servers
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: blocker
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
          Assignee: kyle.m.hall at gmail.com
          Reporter: jcamins at cpbibliography.com

When run with the two lines relating to plugins deleted or on the jenkins CI
server, the plugins test dies after test 16, having failed test 13:
jcamins at kohadev:~/kohaclone$ perl t/db_dependent/Plugins.t                      
1..20
ok 1 - use Koha::Plugins;
ok 2 - use Koha::Plugins::Handler;
ok 3 - use Koha::Plugins::Base;
ok 4 - use Koha::Plugin::Test;
ok 5 - Test can_load
ok 6 - Test plugin class isa Koha::Plugin::Test
ok 7 - Test plugin parent class isa Koha::Plugins::Base
ok 8 - Test plugin can report
ok 9 - Test plugin can tool
ok 10 - Test plugin can configure
ok 11 - Test plugin can install
ok 12 - Test plugin can install
Use of uninitialized value in string eq at t/db_dependent/Plugins.t line 36.
not ok 13 - Test run plugin report method
#   Failed test 'Test run plugin report method'
#   at t/db_dependent/Plugins.t line 36.
ok 14 - Test $plugin->get_metadata()
ok 15 - Test $plugin->get_qualified_table_name()
ok 16 - Test $plugin->get_plugin_http_path()
Can't call method "GetPlugins" on an undefined value at
t/db_dependent/Plugins.t line 44.
# Looks like you planned 20 tests but ran 16.
# Looks like you failed 1 test of 16 run.
# Looks like your test exited with 255 just after 16.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list