[Koha-bugs] [Bug 16224] New: Random failure for t/db_dependent/Reports_Guided.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Apr 7 17:00:25 CEST 2016


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=16224

            Bug ID: 16224
           Summary: Random failure for t/db_dependent/Reports_Guided.t
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: ASSIGNED
          Severity: minor
          Priority: P5 - low
         Component: Test Suite
          Assignee: julian.maurice at biblibre.com
          Reporter: julian.maurice at biblibre.com
        QA Contact: gmcharlt at gmail.com

This test:

is( scalar @{ get_saved_reports( $report_ids[0] ) }, 1, "filter takes report
id" );

can fail when $report_ids[0] is a substring of some saved_sql fields from other
reports (reports that have a different id than $report_ids[0]).
We can only be sure that get_saved_reports will return at least 1 report.

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


More information about the Koha-bugs mailing list