[Koha-bugs] [Bug 32648] Search.t is failing if run after Filter_MARC_ViewPolicy.t

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 16 04:11:26 CEST 2023


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

David Nind <david at davidnind.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Signed Off
                 CC|                            |david at davidnind.com

--- Comment #14 from David Nind <david at davidnind.com> ---
Testing notes (using KTD):

1. The main patch for this bug is already in master.

2. Before applying the additional patch:
   - run prove t/db_dependent/Filter_MARC_ViewPolicy.t
 then prove t/Search.t 
     => t/Search.t tests will fail
  - run prove t/db_dependent/Filter_MARC_ViewPolicy.t
 then flush_memcached and then prove t/Search.t 
     => tests pass

3. Apply the second patch and then run prove
t/db_dependent/Filter_MARC_ViewPolicy.t
 then prove t/Search.t
   => tests will now pass without the flush_memcached between running the tests

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


More information about the Koha-bugs mailing list