[Bug 30757] New: The last two skips on Jenkins for Koha_ExternalContent_RecordedBooks.t
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30757 Bug ID: 30757 Summary: The last two skips on Jenkins for Koha_ExternalContent_RecordedBooks.t Change sponsored?: --- Product: Koha Version: master Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Test Suite Assignee: chris@bigballofwax.co.nz Reporter: m.de.rooy@rijksmuseum.nl QA Contact: testopia@bugs.koha-community.org -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30757 --- Comment #1 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- t_db_dependent_Koha_ExternalContent_RecordedBooks_t 39 ms 0 2 1 3 The only test we do on Jenkins, is the use_ok on the module Reference to debian package libwebservice-ils-perl_0.17-1_all.deb -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30757 Marcel de Rooy <m.de.rooy@rijksmuseum.nl> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |fridolin.somers@biblibre.co | |m, | |nick@bywatersolutions.com, | |tomascohen@gmail.com --- Comment #2 from Marcel de Rooy <m.de.rooy@rijksmuseum.nl> --- Nick or Tomas, Do you know if this is actually used somewhere? Koha::ExternalContent and friends (for Overdrive or RecordedBooks). The design of all this is a bit curious to me. This unit test Koha_ExternalContent_RecordedBooks.t makes not much sense imo. We are normally only use_ok ing the module Koha::ExternalContent::RecordedBooks here since the ENV vars will be empty. We could miss that test ;) And skipping two other tests: $user_agent_string =~ m/^Koha/ This is filled in ExternalContent.pm and will not be a surprise. And: ok( $client->search({ query => 'school' }), 'search' ) Actually we are testing external connectivity here? The result does not seem to matter much? We should not rely on external connectivity. And dont need to test the (external) underlying Webservice::ILS stuff. You could make a simple mock object for it? Any reasons to keep this test in its current form ? -- You are receiving this mail because: You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30757 Katrin Fischer <katrin.fischer@bsz-bw.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |INVALID --- Comment #3 from Katrin Fischer <katrin.fischer@bsz-bw.de> --- The file has been removed by bug 33697. -- You are receiving this mail because: You are watching all bug changes.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org